EnMasseProject / enmasse

EnMasse - Self-service messaging on Kubernetes and OpenShift
https://enmasseproject.github.io
Apache License 2.0
190 stars 87 forks source link

Add more metrics for OpenShift #1118

Open jcordes73 opened 6 years ago

jcordes73 commented 6 years ago

In openshift/enmasse.yaml add more metrics to be exposed for monitoring, in the pooled queue case we currently "only" have artemis_messagecount (to indicated current queue depth).

Examples could be:

lulf commented 6 years ago

@jcordes73 I'm not sure if we can retrieve all of them with the current version of Artemis, but this is a good input to us when working on a more production-relevant set of metrics to expose. Thanks!