For the complete documentation index, see llms.txt. This page is also available as Markdown.

Integration with IONOS CLOUD Telemetry API

The Telemetry API is an API that allows you to interact with the IONOS CLOUD Telemetry service, and it is compatible with Prometheus specifications.

The Telemetry API allows retrieval of instance metrics; it is a read-only API and does not support any write operations. Although the Prometheus specification contains many more API resources and operations, the Telemetry API selectively supports the following GET operations at the moment:

/api/v1/label
/api/v1/query
/api/v1/query_range
/api/v1/metadata
/api/v1/series

Integration with IONOS CLOUD Telemetry API

The managed Grafana in the Monitoring Service comes with a pre-configured datasource for the Telemetry API called IONOS CLOUD Telemetry. You can use this datasource to query metrics from the IONOS CLOUD Telemetry API using the GET HTTP method.

Authentication

The Telemetry API uses the same authentication as the IONOS CLOUD API. You can use the same API token to authenticate with the Telemetry API. This means you must update the IONOS CLOUD Telemetry datasource with your API token:

Header: Authorization Value: Bearer <TOKEN>

Follow the instructions in Create new tokens to generate a token.

Monitoring service telemetry API Grafana

Once the header is configured, select Save & test.

Last updated

Was this helpful?