Home > Enterprise >  How to enable observability for NebulaGraph in AWS?
How to enable observability for NebulaGraph in AWS?

Time:01-05

I would like to study how to enable grafana to monitor the metrics of NebulaGraph on AWS, I walked through https://aws-quickstart.github.io/quickstart-vesoft-nebula-graph-cloud/ and https://aws-quickstart.github.io/quickstart-vesoft-nebula-graph-cloud/ but still could not find clues on how to do it.

I noticed there is NebulaGraph Dashboard out there, but our monitoring infra are grafana based, could I wire them together?

CodePudding user response:

According to my experience, if you already have a solution with Grafana and probably Prometheus, you can use the NebulaGraph tool stats-exporter to export the monitoring metrics into your system. You can click the link to find the instructions in the README.

  • Related