-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/jmx] Ability to discovery jmx endpoints dynamically #31599
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
From your description, I think it might be more appropriate to put this requirement into |
+1 for that feature. Currently, fetching other metrics than the built in ones requires building a custom jar file (see #17072) which is an unreasonable amount of overhead for just a list of metrics to gather.
|
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hey, so there are observer that you can use with the receiver creator, but it doesn't introspect whether it's a jmx endpoint or not. We could try figuring out if there's any indicators to make it more likely to determine whether an endpoint is jmx, or add some special observer for such. |
However, this doesn't resolve the problem with the Updates:
We can talk about this more in a SIG meeting or on the CNCF slack (invite) if you prefer |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Component(s)
receiver/jmx
Is your feature request related to a problem? Please describe.
At the moment, the endpoint for jmx receiver has to be hardcoded. Unfortunately, for my use case, this isn't feasible. I was hoping some sort of service discovery mechanism could be implemented to find endpoints dynamically? The prometheus receiver has this and, although different, Datadog agents can facilitate similar functionality.
Describe the solution you'd like
I'd like for the ability to discover jmx endpoints dynamically within a Kubernetes cluster. This could be done by filtering pods based on fields, labels or annotations.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: