Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { // TCP address (<IP>:<port>) where the Prometheus metrics are exported. Address string // The path where the metrics are exported. Path string // Indicate whether the profiling metrics must be exported or not. Profiling bool }
Configuration represents the configuration used to export the metrics.
Click to show internal directories.
Click to hide internal directories.