Skip to content

Commit 91e93ff

Browse files
Merge pull request elastic#105 from SylvainJuge/micrometer-disabled
add clarification of disabled micrometer
2 parents ec02549 + 6599f8a commit 91e93ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/_edot-sdks/java/migration.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This documentation describes how to update applications that are currently using
2424
- for [Annotation API](https://www.elastic.co/guide/en/apm/agent/java/current/public-api.html#api-annotation) see [OpenTelemetry Annotations](https://opentelemetry.io/docs/zero-code/java/agent/annotations/).
2525
- for [Transaction API](https://www.elastic.co/guide/en/apm/agent/java/current/public-api.html#api-transaction) see [OpenTelemetry API](https://opentelemetry.io/docs/zero-code/java/agent/api/).
2626
- Note that migration of application code using these APIs and annotations is _not strictly required_ when deploying the EDOT agent. If not migrated, the spans, transactions and metrics that were previously explicitly created with those custom API calls and annotations, will no longer be generated. The broader OpenTelemetry instrumentation coverage may replace the need for some or all of these custom code changes.
27+
- By default, micrometer instrumentation is disabled and won't capture metrics, enabling requires to set `otel.instrumentation.micrometer.enabled=true`.
2728

2829
## Migration steps
2930

0 commit comments

Comments
 (0)