Before you start. You need metrics in aiAxonIQ and a bearer token for the
API. See Authentication.
Supported endpoints
That is the subset Grafana needs to drive a dashboard and populate its query
builder’s dropdowns.
Configure the datasource
1
Add a Prometheus datasource in Grafana
Set the URL to your aiAxonIQ API origin. It is the same host you sign in to.
2
Add the credential as a custom HTTP header
Under Custom HTTP Headers, add:Authentication is the standard bearer token used by the rest of the API —
not a license key. License keys are for sending data; sessions are for
reading it. See Authentication.
3
Save and test
Then build a panel with a metric name and confirm data appears.
The limits — read this before relying on it
Other consequences of the subset worth knowing:- No binary operators between series — you cannot divide one metric by another to compute a ratio.
- No
byorwithoutgrouping on aggregations. - No sub-queries, no
histogram_quantile, no recording rules. - Only equality label matchers. Regular-expression matchers are not part of the subset.
Metric names
Metric names are matched in both common shapes, so a query written against a Prometheus-style name will match telemetry stored under its OpenTelemetry dotted equivalent and the reverse:When to use this, and when not to
A mixed setup is entirely reasonable. Keep your Grafana dashboards where
they are, and use aiAxonIQ for the investigation surfaces — logs, traces, the
service map and the AI features — that Grafana was never going to serve from
a Prometheus datasource anyway.
Other Prometheus clients
Anything speaking the Prometheus HTTP API can read from these endpoints under the same limits. The rate-function caveat applies equally: a client that assumes full PromQL will get answers rather than errors.The other direction
To send metrics from an existing Prometheus server into aiAxonIQ, use remote write — a configuration change on one side and nothing on your services. See Prometheus remote-write.Next
Prometheus remote-write
Getting metrics in.
Exploring metrics
The native metrics surface.
API reference
The full API, including these endpoints.