Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Match ¶
type Match struct { SemanticVersion string `mapstructure:"semantic_version"` Match string `mapstructure:"match"` MatchAttributes []Attribute `mapstructure:"match_attributes"` Groups []string `mapstructure:"groups"` Ignore []string `mapstructure:"ignore"` Include []string `mapstructure:"include"` ReportAdditional bool `mapstructure:"report_additional"` }
type Option ¶ added in v0.0.14
type Option interface {
// contains filtered or unexported methods
}
func WithMeterProvider ¶ added in v0.0.14
func WithMeterProvider(provider metric.MeterProvider) Option
func WithSemanticConventionGroups ¶ added in v0.0.14
func WithSemanticConventionGroups(versions map[string]semconv.SemanticVersion) Option
func WithTracerProvider ¶ added in v0.0.14
func WithTracerProvider(provider trace.TracerProvider) Option
Click to show internal directories.
Click to hide internal directories.