You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ local [MBeans](https://docs.oracle.com/javase/tutorial/jmx/mbeans/index.html)
6
6
available within the instrumented application. The required MBeans and corresponding metrics can be described using a YAML configuration file. The individual metric configurations allow precise metric selection and identification.
7
7
8
8
The selected JMX metrics are reported using the Java Agent internal SDK. This means that they share the configuration and metric exporter with other metrics collected by the agent and are controlled by the same properties, for example `otel.metric.export.interval` or `otel.metrics.exporter`.
9
-
The Open Telemetry resource description for the metrics reported by JMX Metric Insight will be the same as for other metrics exported by the SDK, while the instrumentation scope will be `io.opentelemetry.jmx`.
9
+
The OpenTelemetry resource description for the metrics reported by JMX Metric Insight will be the same as for other metrics exported by the SDK, while the instrumentation scope will be `io.opentelemetry.jmx`.
10
10
11
11
To control the time interval between MBean detection attempts, one can use the `otel.jmx.discovery.delay` property, which defines the number of milliseconds to elapse between the first and the next detection cycle. JMX Metric Insight may dynamically adjust the time interval between further attempts, but it guarantees that the MBean discovery will run perpetually.
Copy file name to clipboardExpand all lines: instrumentation/jmx-metrics/library/src/main/java/io/opentelemetry/instrumentation/jmx/engine/MetricDef.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
importjava.util.List;
9
9
10
10
/**
11
-
* A class providing a complete definition on how to create an Open Telemetry metric out of the JMX
11
+
* A class providing a complete definition on how to create an OpenTelemetry metric out of the JMX
12
12
* system: how to extract values from MBeans and how to model, name and decorate them with
13
13
* attributes using OpenTelemetry Metric API. Objects of this class are immutable.
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/web/SpringWebInstrumentationAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
/**
19
19
* Configures {@link RestTemplate} for tracing.
20
20
*
21
-
* <p>Adds Open Telemetry instrumentation to RestTemplate beans after initialization.
21
+
* <p>Adds OpenTelemetry instrumentation to RestTemplate beans after initialization.
22
22
*
23
23
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/webflux/SpringWebfluxInstrumentationAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
/**
19
19
* Configures {@link WebClient} for tracing.
20
20
*
21
-
* <p>Adds Open Telemetry instrumentation to WebClient beans after initialization.
21
+
* <p>Adds OpenTelemetry instrumentation to WebClient beans after initialization.
22
22
*
23
23
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/javaSpring3/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/web/RestClientInstrumentationAutoConfiguration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
/**
21
21
* Configures {@link RestClient} for tracing.
22
22
*
23
-
* <p>Adds Open Telemetry instrumentation to {@link RestClient} beans after initialization.
23
+
* <p>Adds OpenTelemetry instrumentation to {@link RestClient} beans after initialization.
24
24
*
25
25
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
0 commit comments