implement running and total mnesia node count metrics#115
implement running and total mnesia node count metrics#115luos wants to merge 2 commits intoprometheus-erl:masterfrom
Conversation
2314751 to
925b7d1
Compare
|
Hi, I'm somewhat concerned with arity here. can peer label explode? |
|
Hi, I guess, that is a a good question. In our typical installation it's about a maximum of 7 nodes connected in an mnesia cluster. It should be same or less than the I am not sure if others use many more mnesia nodes? If you have many nodes, let's say the mentioned 7, that would create 7*6 metrics in total, so I guess you can get somewhat flooded by these. Though if you already have 7 nodes added, an additional 6 metrics for each should not be a problem. Another case I thought of can be if people have dynamic nodes in a cluster and do not clean up the removed/shutdown nodes properly, but I guess then that is more of a bug than intended. |
|
Hi, Do you think this can be merged, should I change something? Do you still have concerns? Thanks |
Hi,
It would be useful for us to expose running and total mnesia node counts.
Let me know what you think.
Thanks