Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prometheus ¶
type Prometheus struct { // Name of the datasource Name string `json:"name" yaml:"name" hcl:"name,label"` // URL value URL string `json:"url" yaml:"url" hcl:"url"` // BasicAuth contains auth data, if needed BasicAuth common.BasicAuth `json:"basicAuth" yaml:"basicAuth" hcl:"basicAuth,block"` // Timeout value Timeout int `json:"timeout" yaml:"timeout" hcl:"timeout,optional"` }
Prometheus datasource config
Click to show internal directories.
Click to hide internal directories.