0

We want to extend our existing monitoring to include Nebula resources such as node, service and space. How can we do this, can you please point me to any documentation

1 Answers1

0
  • For node, I take it as the OS/Machine level, the vanilla node exporter(and Prometheus)[0] will do the job.
  • For Service/Space level monitoring, we could leverage the nebula-stats-operator[1]

And actually, there is an all-in-one solution out there in the NebulaGraph community called NebulaGraph Dashboard[2], in which it wired everything together already, even if you are connecting things from scratch on your own, you could still refer to it(on how it leveraged the exporters).

For documentation, you could check the following chapters:

ref:

Wey Gu
  • 575
  • 1
  • 6
  • 11