Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-java-instrumentation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af4564bedc9bd19b79893665701458e7a9b60cfa
Choose a base ref
..
head repository: open-telemetry/opentelemetry-java-instrumentation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 01aaed1ede1305902846b7b981b64230a810bd6f
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 instrumentation/jmx-metrics/javaagent/src/main/resources/jmx/rules/camel.yaml
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@ rules:
unit: "{threads}"
desc: The approximate number of threads that are actively executing tasks.
CompletedTaskCount:
metric: task_completed
metric: task.completed
type: counter
unit: "{tasks}"
desc: The approximate total number of tasks that have completed execution. Because the states of tasks and threads may change dynamically during computation, the returned value is only an approximation, but one that does not ever decrease across successive calls.