Grafana is a popular open-source visualization and dashboarding tool. You can use Grafana to query and visualize data stored in VictoriaMetrics Cloud, with a different data source per deployment type:

Deployment typeGrafana data sourceURL
VictoriaMetricsPrometheus (built-in)<DEPLOYMENT_ENDPOINT_URL>
VictoriaLogsVictoriaLogs<DEPLOYMENT_ENDPOINT_URL>
VictoriaTracesTempo (built-in)<DEPLOYMENT_ENDPOINT_URL>/select/tempo

For VictoriaTraces deployments, the built-in Jaeger data source can be used as an alternative, pointing it to <DEPLOYMENT_ENDPOINT_URL>/select/jaeger.

This integration allows you to build powerful, customizable dashboards and monitor your systems in real time using VictoriaMetrics as the backend.

Integrating with Grafana #

All VictoriaMetrics Cloud integrations, including this one, require an access token for authentication. The configuration examples below contain two placeholders: <DEPLOYMENT_ENDPOINT_URL> and <YOUR_ACCESS_TOKEN>. These need to be replaced with your actual access token.

To generate your access token (with read access, for querying data), follow the steps in the Access Tokens documentation .

To connect Grafana with VictoriaMetrics Cloud, visit the cloud console , or follow this interactive guide: