You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "dlmarion (via GitHub)" <gi...@apache.org> on 2023/03/16 18:01:01 UTC

[GitHub] [accumulo] dlmarion opened a new issue, #3243: Metrics: Emit metric when server is low on memory

dlmarion opened a new issue, #3243:
URL: https://github.com/apache/accumulo/issues/3243

   Each server process extends `AbstractServer` and calls `MetricsUtil.initializeProducers()` passing in a list of `MetricsProducer` implementations.  Modify `AbstractServer` to also implement `MetricsProducer` and modify the calls to `MetricsUtil.initializeProducers()` to include `this`. I'm thinking that the metric should be a Gauge with either the value of 0 or 1, which will allow a downstream metric collector to determine how many servers of a given type of running low on memory.


-- 
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: notifications-unsubscribe@accumulo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] EdColeman commented on issue #3243: Metrics: Emit metric when server is low on memory

Posted by "EdColeman (via GitHub)" <gi...@apache.org>.
EdColeman commented on issue #3243:
URL: https://github.com/apache/accumulo/issues/3243#issuecomment-1502504791

   Fixed by PR #3288


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [accumulo] EdColeman closed issue #3243: Metrics: Emit metric when server is low on memory

Posted by "EdColeman (via GitHub)" <gi...@apache.org>.
EdColeman closed issue #3243: Metrics: Emit metric when server is low on memory
URL: https://github.com/apache/accumulo/issues/3243


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org