This content has been marked as final.
Show 2 replies
-
1. Re: Scraping Teiid metrics with Prometheus
shawkins Apr 28, 2019 8:40 PM (in response to cjohn001)> I am wondering if Teiid Wildfly in the meantime provides a metrics interface to be scraped with Prometheus or if there might be a plugin available which implements such an interface.
There should be examples out there of WildFly and Prometheus agent. Once you have the Prometheus agent installed you need a config, like jmx_exporter/wildfly-10.yaml at master · prometheus/jmx_exporter · GitHub
All of the Teiid admin DMR stuff that is available over the cli is exposed in JMX, so you just need to add whatever you want to the agent config and you'll have your metrics exported.
-
2. Re: Scraping Teiid metrics with Prometheus
cjohn001 Apr 29, 2019 1:19 PM (in response to shawkins)Hello Steven,
thanks for the links. Sounds good.