Class: Datadog::Core::Telemetry::Event::Distributions

Inherits:
GenerateMetrics show all
Defined in:
lib/datadog/core/telemetry/event.rb

Overview

Telemetry class for the ‘distributions’ event

Instance Attribute Summary

Attributes inherited from GenerateMetrics

#metric_series, #namespace

Instance Method Summary collapse

Methods inherited from GenerateMetrics

#==, #hash, #initialize, #payload

Methods inherited from Base

#==, #hash, #payload

Constructor Details

This class inherits a constructor from Datadog::Core::Telemetry::Event::GenerateMetrics

Instance Method Details

#typeObject



447
448
449
# File 'lib/datadog/core/telemetry/event.rb', line 447

def type
  'distributions'
end