Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose metrics on the resources that are being managed by the operator #695

Open
robert-mcnamara opened this issue Sep 26, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@robert-mcnamara
Copy link
Contributor

Is your feature request related to a problem? Please describe.
We are considering using the Artemis operator to manage multiple Activemq clusters with in a Kubernetes cluster.
We have been evaluation how observability would work for a deployment like this.

We feel it would be helpful to have custom metrics available to show the number of resources (brokers, addresses etc.) that is managed by the operator, to allow this to be visualised at a glance via Prometheus/Grafana

Describe the solution you'd like
Custom metrics partitioned be kind for resources that are being managed by the operator.

Additional context
Strimzi which is an operator for Kafka provides similar functionality
See screenshot of the Strimzi dashboard for reference
image

@robert-mcnamara robert-mcnamara added the enhancement New feature or request label Sep 26, 2023
@brusdev
Copy link
Contributor

brusdev commented Sep 29, 2023

@robert-mcnamara does this enhancement depend on #694?

@robert-mcnamara
Copy link
Contributor Author

@brusdev - no not dependant in my opinion, the operator already has a running metrics http-server so registering custom metrics should be possible.

#694 would make testing and being able to visualise the output easier, but would not block this enhancement.

I am happy to take a look at this after submitting a PR for #694, it will take a little time to get familiar with structure and control flow of the operator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants