Using groundcover datasources in a Self-hosted Grafana
Exposing Data Sources for Managed inCloud Setup
groundcover inCloud Managed supports integration with customer owned Grafana by exposing Prometheus and ClickHouse data sources.
Different steps are required for On-Prem deployments, contact us for additional info.
Requirements
Datasources api-key
The groundcover tenant API KEY is required for configuring the data source connection.
The key can be obtained by running: groundcover auth get-datasources-api-key
For this example we will use the key
API-KEY-VALUE
Setup
Prometheus
Configure Grafana prometheus Data Source by following these steps logged in as Grafana Admin.
Connections > Data Sources > + Add new data source
Pick Prometheus
Name:
groundcover-prometheus
Prometheus server URL:
https://ds.groundcover.com/datasources/prometheus
Customer HTTP Headers > Add Header
Header:
apikey
Value:
API-KEY-VALUE
Performance
Prometheus type:
Prometheus
Prometheus version:
> 2.50.x
Click "Save & test"
"Successfully queried the Prometheus API" means the integration was configured correctly.
ClickHouse
Configure Grafana ClickHouse Data Source by following these steps logged in as Grafana Admin.
Connections > Data Sources > + Add new data source
Click "Save & test"
"Data source is working" means the integration was configured correctly.
Last updated