File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
instrumentation/jmx-metrics/javaagent/src/main/resources/jmx/rules Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11---
22rules :
33 - bean : Hadoop:service=NameNode,name=FSNamesystem
4- unit : 1
4+ unit : " 1 "
55 prefix : hadoop.
66 metricAttribute :
77 node_name : param(tag.Hostname)
Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ rules:
4444 mapping :
4545 selectCount :
4646 type : counter
47- unit : 1
47+ unit : " 1 "
4848 desc : The number of select calls
4949
5050 - bean : org.eclipse.jetty.logging:type=jettyloggerfactory,id=*
5151 prefix : jetty.logging.
5252 mapping :
5353 LoggerCount :
5454 type : updowncounter
55- unit : 1
55+ unit : " 1 "
5656 desc : The number of registered loggers by name
Original file line number Diff line number Diff line change 11---
22rules :
33 - bean : Catalina:type=GlobalRequestProcessor,name=*
4- unit : 1
4+ unit : " 1 "
55 prefix : http.server.tomcat.
66 metricAttribute :
77 name : param(name)
3939 metricAttribute :
4040 direction : const(sent)
4141 - bean : Catalina:type=Manager,host=localhost,context=*
42- unit : 1
42+ unit : " 1 "
4343 prefix : http.server.tomcat.
4444 type : updowncounter
4545 metricAttribute :
Original file line number Diff line number Diff line change 55 deployment : param(deployment)
66 prefix : wildfly.session.
77 type : counter
8- unit : 1
8+ unit : " 1 "
99 mapping :
1010 sessionsCreated :
1111 activeSessions :
1818 listener : param(http-listener)
1919 prefix : wildfly.request.
2020 type : counter
21- unit : 1
21+ unit : " 1 "
2222 mapping :
2323 requestCount :
2424 processingTime :
4242 metricAttribute :
4343 direction : const(in)
4444 - bean : jboss.as:subsystem=datasources,data-source=*,statistics=pool
45- unit : 1
45+ unit : " 1 "
4646 metricAttribute :
4747 data_source : param(data-source)
4848 mapping :
You can’t perform that action at this time.
0 commit comments