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.
Requirements
Tenant 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 EXAMPLEAAAABBBBCCCCDDDDEEEEFFFF
inCloud site address
To add groundcover as a Data Source for your internal Grafana you will need to know the groundcover inCloud site address which can be obtained from your groundcover integration manager.
For this example we will use site incloud-site.example.com
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://incloud-site.example.com/datasources/prometheus
Customer HTTP Headers > Add Header
Header:
apikey
Value: EXAMPLEAAAABBBBCCCCDDDDEEEEFFFF
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