Class: Datadog::Core::Telemetry::Event::Distributions Private
- Inherits:
-
GenerateMetrics
- Object
- Base
- GenerateMetrics
- Datadog::Core::Telemetry::Event::Distributions
- Defined in:
- lib/datadog/core/telemetry/event/distributions.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Telemetry class for the ‘distributions’ event
Instance Attribute Summary
Attributes inherited from GenerateMetrics
Instance Method Summary collapse
- #type ⇒ Object private
Methods inherited from GenerateMetrics
#==, #hash, #initialize, #payload
Methods inherited from Base
Constructor Details
This class inherits a constructor from Datadog::Core::Telemetry::Event::GenerateMetrics
Instance Method Details
#type ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 |
# File 'lib/datadog/core/telemetry/event/distributions.rb', line 11 def type 'distributions' end |