You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: