Home
last modified time | relevance | path

Searched defs:ExampleExporter (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/internal/testcomponents/
H A Dexample_exporter.go32 type ExampleExporter struct { struct
33 …Settings `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct
34 ExtraInt int32 `mapstructure:"extra_int"`
35 ExtraSetting string `mapstructure:"extra"`
36 ExtraMapSetting map[string]string `mapstructure:"extra_map"`
37 ExtraListSetting []string `mapstructure:"extra_list"`
41 func (cfg *ExampleExporter) Unmarshal(componentParser *configparser.Parser) error {