datasources

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 30, 2021 License: MIT Imports: 7 Imported by: 0

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

func (DataSources) Validate

func (cfg DataSources) Validate() error

Validate config

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL