Versions in this module Expand all Collapse all v0 v0.2.0 Oct 10, 2024 v0.1.0 Oct 4, 2024 Changes in this version + type Attribute struct + DefaultValue any + Key string + type Config struct + Spans []MetricInfo + func (c *Config) Unmarshal(componentParser *confmap.Conf) error + func (c *Config) Validate() error + type Counters struct + CountSuffix string + SumSuffix string + type ExplicitHistogram struct + Buckets []float64 + type ExponentialHistogram struct + MaxSize int32 + type Histogram struct + Explicit *ExplicitHistogram + Exponential *ExponentialHistogram + type MetricInfo struct + Attributes []Attribute + Counters *Counters + Description string + EphemeralResourceAttribute bool + Histogram Histogram + IncludeResourceAttributes []Attribute + Name string + Summary *Summary + Unit MetricUnit + type MetricUnit string + const MetricUnitMs + const MetricUnitNs + const MetricUnitS + const MetricUnitUs + type Summary struct