-
Notifications
You must be signed in to change notification settings - Fork 438
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
Scrape config and probe support in target allocator #3394
Scrape config and probe support in target allocator #3394
Conversation
@swiatekm how do we want to handle preventing this being a breaking change https://github.com/open-telemetry/opentelemetry-operator/blob/main/apis/v1beta1/targetallocator_rbac.go#L31-L33, i.e. the TA starts without the rbac it needs and crashes? |
We should treat the fact that it crashes as a bug and ensure it keeps running. I thought we had an issue for this somewhere. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor nitpicks.
Description: Enables support for pulling scrape configs and probes in the target allocator
Link to tracking Issue(s):
Probe
andScrapeConfig
Prometheus Operator CRDs #1842Testing: Unit
Documentation: