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

Are there any way to monitor/alert failed "mutations" of a pod by opentelemetry-operator #3558

Open
veziak opened this issue Dec 18, 2024 · 2 comments

Comments

@veziak
Copy link

veziak commented Dec 18, 2024

Component(s)

auto-instrumentation

Describe the issue you're reporting

I would like to be able to monitor/alert situation when pods are not "mutated" by opentelemetry-operator.
For example if opentelemetry-operator is down, annotated pods are not going to be "mutated" and will continue to run without instrumentation.
What are the options to handle this situation

@iblancasa
Copy link
Contributor

I think you will need to do something custom... maybe you can query those pods with the annotation but without init containers?

@veziak
Copy link
Author

veziak commented Dec 20, 2024

That's what I was thinking about, but it will require a new application bundled with opetelemetry-operator helm chart, that queries k8s api and expose custom metrics that could be collected by grafana/prometheus. Quite a bit of work, so I wanted to check that I do not miss a simpler solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants