Class: Datadog::Core::Telemetry::Event::AppIntegrationsChange
- 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 ⇒ Object
223 224 225 |
# File 'lib/datadog/core/telemetry/event.rb', line 223 def payload { integrations: integrations } end |
#type ⇒ Object
219 220 221 |
# File 'lib/datadog/core/telemetry/event.rb', line 219 def type 'app-integrations-change' end |