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

Unable to scrape metrics using JMX exporter #1137

Closed
ganesh-arkalgud opened this issue Jun 13, 2024 · 2 comments
Closed

Unable to scrape metrics using JMX exporter #1137

ganesh-arkalgud opened this issue Jun 13, 2024 · 2 comments
Labels
is:enhancement Enhancement to an existing feature

Comments

@ganesh-arkalgud
Copy link

Some commonly used metric scraper like JMX Exporter also rely on implementation of MBean to help gather metrics. Quartz already has support for the same.

However, they further rely on data structures like TabularData and CompositeData from the management package itself to scrape metrics. Some of the methods exposed in the QuartzMBean including the getPerformanceMetrics and getAllTriggers cannot be scraped since scraping a List or Map is not supported by JMX.

@lprimak
Copy link

lprimak commented Jun 27, 2024

This project is abandoned. See #1134

@jhouserizer jhouserizer added the is:enhancement Enhancement to an existing feature label Oct 14, 2024
@jhouserizer
Copy link
Contributor

This would be a feature enhancement, feel free to submit a PR if you wish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:enhancement Enhancement to an existing feature
Projects
None yet
Development

No branches or pull requests

3 participants