Integration with IONOS CLOUD Telemetry API
Last updated
Was this helpful?
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/seriesThe 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.
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.

Once the header is configured, select Save & test.
Last updated
Was this helpful?
Was this helpful?