kerneltime commented on PR #4140:
URL: https://github.com/apache/ozone/pull/4140#issuecomment-1370172494

   Question: Why the need to format the metric as 
   ```
   { HostName: om1 | Node-Id: om1 | Ratis-Port : 9872 | Role: FOLLOWER}  { 
HostName: om2 | Node-Id: om2 | Ratis-Port : 9872 | Role: LEADER}  { HostName: 
om3 | Node-Id: om3 | Ratis-Port : 9872 | Role: FOLLOWER} 
   ``` 
   Would it make sense to break it up into individual values so it can be 
charted? It could be
   leader: true
   follower: false
   ratis-port:
   and so on...
   I think Prometheus metrics have a specific scheme to it. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to