Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataSources ¶
type DataSources struct { // Clickhouse for clickhouse data sources Clickhouse []clickhouse.Clickhouse `json:"clickhouse" yaml:"clickhouse" hcl:"clickhouse,block"` // Prometheus for prometheus-like data sources Prometheus []prometheus.Prometheus `json:"prometheus" yaml:"prometheus" hcl:"prometheus,block"` // Postgres for postgres data sources Postgres []postgres.Postgres `json:"postgres" yaml:"postgres" hcl:"postgres,block"` // MySQL for mysql data sources MySQL []mysql.Mysql `json:"mysql" yaml:"mysql" hcl:"mysql,block"` // Loki for Loki data sources Loki []loki.Loki `json:"loki" yaml:"loki" hcl:"loki,block"` }
DataSources config
Click to show internal directories.
Click to hide internal directories.