Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string `json:"path" yaml:"path"` Labels []string `json:"labels" yaml:"labels"` Gauges bool `json:"gauges" yaml:"gauges"` Summaries bool `json:"summaries" yaml:"summaries"` SummaryObjectives map[float64]float64 `json:"summary_objectives" yaml:"summary_objectives"` }
Config options
Click to show internal directories.
Click to hide internal directories.