Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExporterConfig ¶
type ExporterConfig struct {
Name string `json:"name"`
Type string `json:"type"`
Settings map[string]interface{} `json:"settings"`
// Class binds the exporter to a data class, set from the group it is declared
// under in the defaults file. Empty for per-gateway configs.
Class metricsschema.DataClass `json:"class,omitempty"`
}
func (ExporterConfig) EffectiveType ¶ added in v0.3.4
func (c ExporterConfig) EffectiveType() string
type Telemetry ¶
Click to show internal directories.
Click to hide internal directories.