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

#payload(seq_id) ⇒ Object



192
193
194
# File 'lib/datadog/core/telemetry/event.rb', line 192

def payload(seq_id)
  { integrations: integrations }
end

#typeObject



188
189
190
# File 'lib/datadog/core/telemetry/event.rb', line 188

def type
  'app-integrations-change'
end