File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
instrumentation/micrometer/micrometer-1.5/library Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818 args : >
1919 --include-fragments
2020 --exclude "^https://github.com/open-telemetry/opentelemetry-java-instrumentation/(issue|pull)/\\d+$"
21+ --max-retries 6
2122 .
Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ too disruptive to adopt right away.
729729 or ` -Dotel.instrumentation.common.experimental.view-telemetry.enabled=true ` .
730730- ⚠️⚠️ Stable HTTP semantic conventions are now emitted ⚠️⚠️
731731 - TOO MANY CHANGES TO LIST HERE, be sure to review the full
732- [ list of changes] ( https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/migration-guide .md#summary-of-changes ) .
732+ [ list of changes] ( https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/http-migration .md#summary-of-changes ) .
733733- Stable JVM semantic conventions are now emitted.
734734 - Memory metrics
735735 - ` process.runtime.jvm.memory.usage ` renamed to ` jvm.memory.used `
Original file line number Diff line number Diff line change 11# Micrometer Instrumentation for Micrometer version 1.5 and higher
22
3- This module provides a [ Micrometer registry] ( https://micrometer.io/docs/ concepts#_registry ) which
3+ This module provides a [ Micrometer registry] ( https://docs. micrometer.io/micrometer/reference/ concepts/registry.html ) which
44sends Micrometer metrics to the
55[ OpenTelemetry Metrics SDK] ( https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk/metrics ) .
66
You can’t perform that action at this time.
0 commit comments