Closed Nirzak closed 7 months ago
Added example config to fetch domain names dynamically in metrics from JMX mbean.
The example metric will be like as below:
weblogic_id{domain="testdomain",} 0.0
The mbean used to fetch it, is the following one:
com.bea:Name=domainName, Type=Domain
It will solve the issue #727
@Nirzak Thanks for the PR!
Anytime 😀
Added example config to fetch domain names dynamically in metrics from JMX mbean.
The example metric will be like as below:
weblogic_id{domain="testdomain",} 0.0
The mbean used to fetch it, is the following one:
com.bea:Name=domainName, Type=Domain