Class: Datadog::Core::Telemetry::Event::AppIntegrationsChange

Inherits:
Base
  • Object
show all
Defined in:
lib/datadog/core/telemetry/event.rb

Overview

Telemetry class for the ‘app-integrations-change’ event

Instance Method Summary collapse

Instance Method Details

#payloadObject



223
224
225
# File 'lib/datadog/core/telemetry/event.rb', line 223

def payload
  { integrations: integrations }
end

#typeObject



219
220
221
# File 'lib/datadog/core/telemetry/event.rb', line 219

def type
  'app-integrations-change'
end