Replies: 3 comments 13 replies
-
|
@sokui I believe these metrics are generated from the Datanode and each one corresponds to a Raft ring for a pipeline. |
Beta Was this translation helpful? Give feedback.
-
Hi @kerneltime, Sorry for the confusion. I think the same metrics with different labels are fine. I am talking about the metrics definition, which begins with Let me update my title to be more clear. |
Beta Was this translation helpful? Give feedback.
-
|
@sokui Which version of Ozone is this? HDDS-5010 fixed similar problem in 1.2.0. Maybe the fix was incomplete or it got broken since then? |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community,
Need some help here. The datanodes in our production generates duplicate prom metrics (duplicate definitions). They seem to be all related to ratis. The following are one of the duplications. This cause the prometheus parsing errors. Do you know what the reason it is, and how to fix it?
# TYPE ratis_leader_election_lastLeaderElapsedTime gauge
ratis_leader_election_lastLeaderElapsedTime{instance="d09c0aaf-dacd-4ad4-95c7-f616ef2906c6",group="group-72DDBFDDFEB2",} 0.0
# TYPE ratis_leader_election_lastLeaderElapsedTime gauge
ratis_leader_election_lastLeaderElapsedTime{instance="d09c0aaf-dacd-4ad4-95c7-f616ef2906c6",group="group-82B743C17C01",} 0.0
# TYPE ratis_leader_election_lastLeaderElapsedTime gauge
ratis_leader_election_lastLeaderElapsedTime{instance="d09c0aaf-dacd-4ad4-95c7-f616ef2906c6",group="group-64B8EF032F77",} 0.0
Beta Was this translation helpful? Give feedback.
All reactions