console/deployment/grafana-dashboards
2025-04-17 15:29:16 +02:00
..
Azure-Eventhub-Overview.json Move Grafana dashboards to live in the repository as JSON files (#1700) 2023-03-13 13:35:55 +02:00
CDN-Usage.json Correct the table suffix of CF's Analytics Engine (#5554) 2024-08-29 15:20:56 +02:00
ClickHouse-Latency.json Move Grafana dashboards to live in the repository as JSON files (#1700) 2023-03-13 13:35:55 +02:00
Container-Logs.json Trace mutex locks in otel and fix tracing issues (#5471) 2024-08-21 09:36:04 +00:00
Emails-Service.json Move Grafana dashboards to live in the repository as JSON files (#1700) 2023-03-13 13:35:55 +02:00
Envoy-HTTP.json Move Grafana dashboards to live in the repository as JSON files (#1700) 2023-03-13 13:35:55 +02:00
Explore-Request.json Fix explore request dashboard (#5399) 2024-08-15 16:26:30 +00:00
Hive-Schema-Registry.json Correct metric names in Grafana (#5236) 2024-07-16 19:54:59 +02:00
Hive-Tokens.json Update token dashboard in Grafana (#6148) 2024-12-19 20:39:08 +01:00
Hive-Vitals.json More precise buckets and dashboard for http duration (#6366) 2025-01-16 11:29:02 +01:00
NodeJS-Overview.json Move Grafana dashboards to live in the repository as JSON files (#1700) 2023-03-13 13:35:55 +02:00
Performance-Traces.json feat(grafana): added more views to performance tracing (#6157) 2024-12-23 12:11:19 +02:00
README.md Correct the table suffix of CF's Analytics Engine (#5554) 2024-08-29 15:20:56 +02:00
redis.json fix: added Grafana metrics for Redis instance (#6733) 2025-04-16 11:31:36 +03:00
Schema-Service.json feat: some more metrics on the schema service (#6748) 2025-04-17 15:29:16 +02:00

Grafana Dashboards (Hive Cloud)

This directory includes Grafana dashboard used internally for managing and monitoring the Hive Cloud service.

If you wish to use these metrics and dashboards, please contact us for additional information.

Datasources in use and their names

Adding a new dashboard

Create a new dashboard in Grafana dashboard, and then click the "Share" icon, pick "Export" tab and then copy/export the JSON file. Place the file in this directory, and you are done, Pulumi will pick it up in next deployment.

Editing an existing dashboard

You may edit dashboards, but note that it will be override by the next deployment. To update a dashboard, update it first in Grafana, and then click the "Share" icon, pick "Export" tab and then copy/export the JSON file. Replace the file as-is.

Parameters

Some aspects of the dashboard might be effected/related to environment-specific variables. To pass variables, add to the Pulumi stack configuration file, a key under grafanaDashboards:params with the variable = value, for example:

grafanaDashboards:params:
  SOME_VAR: value

Then, in the dashboard's JSON model file, you can use the variable name, as is (we do a simple string replacement).

The TABLE_SUFFIX is injected automatically, with the name of the Pulumi stack ("prod" is replaced with "production").