Supports collect Nebula Graph cluster metrics through NGQL statements #1866
Closed
LiuTianyou
started this conversation in
Ideas
Replies: 1 comment
-
This looks very good, we can define a new protocol for Nebula Graph to implement it. 👍👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The NebulaGraph monitoring currently supported by HertzBeat collects performance indicator data through the node's open monitoring HTTP API, which is usually for a single node and does not include cluster information.We can support collecting more data through NGQL statement query.
Metrics that can be queried include but are not limited to:
Cluster level:
Charset
andCollation
used by the clusterGraph space level:
Any data that can be queried using NGQL or NebulaGraph-compatible OpenCypher syntax
Custom monitoring template
Users can use the NGQL protocol in custom templates to connect to the NebulaGraph cluster and query the indicators they care about.
About licenses
Nebula java client uses the Apache 2.0 licenses
Beta Was this translation helpful? Give feedback.
All reactions