Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LevelNone indicates that no telemetry data should be collected. LevelNone = "none" // LevelBasic is the recommended and covers the basics of the service telemetry. LevelBasic = "basic" // LevelNormal adds some other indicators on top of basic. LevelNormal = "normal" // LevelDetailed adds dimensions and views to the previous levels. LevelDetailed = "detailed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugMetricsArguments ¶
type DebugMetricsArguments struct { DisableHighCardinalityMetrics bool `alloy:"disable_high_cardinality_metrics,attr,optional"` Level Level `alloy:"level,attr,optional"` }
DebugMetricsArguments configures internal metrics of the components
func (*DebugMetricsArguments) SetToDefault ¶
func (args *DebugMetricsArguments) SetToDefault()
SetToDefault implements syntax.Defaulter.
Click to show internal directories.
Click to hide internal directories.