Using groundcover as Prometheus/Clickhouse database in a Self-hosted Grafana
Exposing Data Sources for Managed inCloud Setup
groundcover inCloud Managed exposes Prometheus data sources for programmatic access via API, and integration with customer owned Grafana instances.
Different steps are required for On-Prem deployments, contact us for additional info.
Requirements
API Key
The groundcover tenant API KEY is required for configuring the data source connection.
You can obtain your API key from the API Keys page in the groundcover console.
For this example we will use the key
API-KEY-VALUE
Setup
Prometheus
Grafana Data Source Configuration
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-prometheusPrometheus server URL:
https://app.groundcover.com/api/prometheusCustomer HTTP Headers > Add Header
Header:
authorizationValue:
Bearer API-KEY-VALUE
Performance
Prometheus type:
PrometheusPrometheus version:
> 2.50.x
Click "Save & test"
Legacy Configuration
The following configurations are deprecated but may still be in use in older setups.
Datasources API Key
The legacy datasources API key can be obtained by running: groundcover auth get-datasources-api-key
ClickHouse
ClickHouse datasource integration is deprecated and no longer supported for new installations.
Configure Grafana ClickHouse Data Source by following these steps logged in as Grafana Admin.
Connections > Data Sources > + Add new data source
Pick ClickHouse
Name:
groundcover-clickhouseServer
Server address:
ds.groundcover.comServer port:
443Protocol:
HTTPSecure Connection:
ON
HTTP Headers
Forward Grafana HTTP Headers:
ON
Credentials
Username: Leave empty
Password:
API-KEY-VALUE
Additional Properties
Default database:
groundcover
Click "Save & test"
Last updated
