Hi im struggling with metrics from jmx and jboss eap.
i would like to get the same metrics as we get from Prometheus:
- "jboss.as:deployment=,subsystem=ejb3,"
- "jboss.as:deployment=*,subsystem=undertow"
- "jboss.as:deployment=,subsystem=undertow,servlet="
- "jboss.as:deployment=,subdeployment=,subsystem=ejb3,*"
- "jboss.as:deployment=,subdeployment=,subsystem=undertow"
- "jboss.as:deployment=,subdeployment=,subsystem=undertow,servlet=*"
- "jboss.as:subsystem=datasources,data-source=*,statistics=jdbc"
- "jboss.as:subsystem=datasources,data-source=*,statistics=pool"
- "jboss.as:subsystem=datasources,xa-data-source=*,statistics=jdbc"
- "jboss.as:subsystem=datasources,xa-data-source=*,statistics=pool"
- "jboss.as:subsystem=messaging-activemq,server=,jms-queue="
- "jboss.as:subsystem=messaging-activemq,server=,jms-topic="
- "jboss.as:subsystem=transactions"
- "jboss.as:subsystem=undertow,server=,http-listener="
i got datasources working but nothing else:
object_name[jboss.as:subsystem=datasources,data-source=*,statistics=pool] attribute[AvailableCount] attribute[ActiveCount] attribute[InUseCount] attribute[TimedOut] attribute[WaitCount]
Do you have any examples for getting info about jms queue/topics and sessions???