@@ -63,20 +63,20 @@ If there is a need to override existing ready-to-use metrics or to keep control
6363
6464Supported values for ` otel.jmx.target.system ` and support for ` otel.jmx.target.source ` and links to the metrics definitions:
6565
66- | ` otel.jmx.target.system ` | description | ` legacy ` | ` instrumentation ` |
67- | --------------------------| -----------------------| -----------------------------------------------------------------| -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68- | ` activemq ` | Apache ActiveMQ | [ ` activemq.yaml ` ] ( src/main/resources/activemq.yaml ) | |
69- | ` cassandra ` | Apache Cassandra | [ ` cassandra.yaml ` ] ( src/main/resources/cassandra.yaml ) | |
70- | ` hbase ` | Apache HBase | [ ` hbase.yaml ` ] ( src/main/resources/hbase.yaml ) | |
71- | ` hadoop ` | Apache Hadoop | [ ` hadoop.yaml ` ] ( src/main/resources/hadoop.yaml ) | |
72- | ` jetty ` | Eclipse Jetty | [ ` jetty.yaml ` ] ( src/main/resources/jetty.yaml ) | [ ` jetty.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jetty.yaml ) ([ doc] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/jetty.md ) ) |
73- | ` jvm ` | JVM runtime metrics | [ ` jvm.yaml ` ] ( src/main/resources/jvm.yaml ) | [ ` jvm.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml ) ([ doc] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/jvm.md ) ) |
74- | ` kafka ` | Apache Kafka | [ ` kafka.yaml ` ] ( src/main/resources/kafka.yaml ) | |
75- | ` kafka-consumer ` | Apache Kafka consumer | [ ` kafka-consumer.yaml ` ] ( src/main/resources/kafka-consumer.yaml ) | |
76- | ` kafka-producer ` | Apache Kafka producer | [ ` kafka-producer.yaml ` ] ( src/main/resources/kafka-producer.yaml ) | |
77- | ` solr ` | Apache Solr | [ ` solr.yaml ` ] ( src/main/resources/solr.yaml ) | |
78- | ` tomcat ` | Apache Tomcat | [ ` tomcat.yaml ` ] ( src/main/resources/tomcat.yaml ) | [ ` tomcat.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/tomcat.yaml ) |
79- | ` wildfly ` | Wildfly | [ ` wildfly.yaml ` ] ( src/main/resources/wildfly.yaml ) | |
66+ | ` otel.jmx.target.system ` | description | ` legacy ` | ` instrumentation ` |
67+ | --------------------------| -----------------------| -----------------------------------------------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
68+ | ` activemq ` | Apache ActiveMQ | [ ` activemq.yaml ` ] ( src/main/resources/activemq.yaml ) | |
69+ | ` cassandra ` | Apache Cassandra | [ ` cassandra.yaml ` ] ( src/main/resources/cassandra.yaml ) | |
70+ | ` hbase ` | Apache HBase | [ ` hbase.yaml ` ] ( src/main/resources/hbase.yaml ) | |
71+ | ` hadoop ` | Apache Hadoop | [ ` hadoop.yaml ` ] ( src/main/resources/hadoop.yaml ) | |
72+ | ` jetty ` | Eclipse Jetty | [ ` jetty.yaml ` ] ( src/main/resources/jetty.yaml ) | [ ` jetty.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jetty.yaml ) ([ doc] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/jetty.md ) ) |
73+ | ` jvm ` | JVM runtime metrics | [ ` jvm.yaml ` ] ( src/main/resources/jvm.yaml ) | [ ` jvm.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/jvm.yaml ) ([ doc] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/jvm.md ) ) |
74+ | ` kafka ` | Apache Kafka | [ ` kafka.yaml ` ] ( src/main/resources/kafka.yaml ) | |
75+ | ` kafka-consumer ` | Apache Kafka consumer | [ ` kafka-consumer.yaml ` ] ( src/main/resources/kafka-consumer.yaml ) | |
76+ | ` kafka-producer ` | Apache Kafka producer | [ ` kafka-producer.yaml ` ] ( src/main/resources/kafka-producer.yaml ) | |
77+ | ` solr ` | Apache Solr | [ ` solr.yaml ` ] ( src/main/resources/solr.yaml ) | |
78+ | ` tomcat ` | Apache Tomcat | [ ` tomcat.yaml ` ] ( src/main/resources/tomcat.yaml ) | [ ` tomcat.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/tomcat.yaml ) ( [ doc ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/tomcat.md ) ) |
79+ | ` wildfly ` | Wildfly | [ ` wildfly.yaml ` ] ( src/main/resources/wildfly.yaml ) | [ ` wildfly.yaml ` ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/src/main/resources/jmx/rules/tomcat.yaml ) ( [ doc ] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/library/wildfly.md ) ) |
8080
8181The source of metrics definitions is controlled by ` otel.jmx.target.source ` :
8282
0 commit comments