You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a greptimedb cluster, we always want to observe it through metrics and visualize them using Grafana. The doc shows some deploying details:
Start the GreptimeDB;
Start the Prometheus(maybe we can run another greptimedb instance in the future);
Background
When starting a greptimedb cluster, we always want to observe it through metrics and visualize them using Grafana. The doc shows some deploying details:
It's not convenient to deploy Prometheus and Grafana separately.
In my opinion, maybe we can integrate the process into gtctl. For example, we can add the cli options
--deploy-prometheus
and--deploy-grafana
:After the deployment, we can open the URL link to observe the GreptimeDB.
Challenges
We can reuse the code of deploying GreptimeDB to deploy the Prometheus stack. For example:
prometheus
andgrafana
and then start the deployment;However, we still need to:
The text was updated successfully, but these errors were encountered: