-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature][zeta]Support exposing monitoring metrics by prometheus exporter protocol #7564
Conversation
cc @hailin0 |
The grafana-dashboard.json is empty. Please update it. |
@Hisoka-X As mentioned above, grafana template will have to wait a little longer, but this week |
good job |
Please add monitoring screenshots of grafana |
ea4315b
to
b86c87b
Compare
9453cfa
to
84e9b57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one minior change.
| jvm_buffer_pool_capacity_bytes | Gauge | **池**,包括:"direct" "mapped" | 给定 JVM 缓冲池的字节容量 | | ||
| jvm_buffer_pool_used_buffers | Gauge | **池**,包括:"direct" "mapped" | 给定 JVM 缓冲池使用的缓冲区 | | ||
|
||
### 通过 Prometheus 和 Grafana 进行集群监控 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### 通过 Prometheus 和 Grafana 进行集群监控 | |
## 通过 Prometheus 和 Grafana 进行集群监控 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get , revised doc⬇️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @corgy-w !
The [metric text of prometheus](./telemetry/metrics.txt),which get | ||
from `http:{instanceHost}:5801/hazelcast/rest/instance/metrics`. | ||
|
||
The [metric text of openMetrics](./telemetry/openmetrics.txt),which get | ||
from `http:{instanceHost}:5801/hazelcast/rest/instance/openmetrics`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The http path looks not right, it missed //
. Could you create a PR to correct it? @corgy-w
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get
Purpose of this pull request
issue: #7539
ing: :>
Does this PR introduce any user-facing change?
How was this patch tested?
e2e
Check list
New License Guide
release-note
.