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: docs/_edot-sdks/java/features.md
+6
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ Experimental runtime metrics are _enabled_ by default.
51
51
52
52
Set `OTEL_INSTRUMENTATION_RUNTIME_TELEMETRY_EMIT_EXPERIMENTAL_TELEMETRY` to `false` to disable them.
53
53
54
+
## Metric Temporality
55
+
56
+
Elasticsearch and Kibana work best with metrics provided in delta-temporality.
57
+
Therefore, the EDOT Java changes the default value of `otel.exporter.otlp.metrics.temporality.preference` to `DELTA`.
58
+
You can override this default if needed, note though that some provided Kibana dashboards will not work correctly in this case.
59
+
54
60
## Elastic Universal profiling integration
55
61
56
62
[Universal Profiling](https://www.elastic.co/observability/universal-profiling) integration provides the ability to correlate traces with profiling data from the Elastic universal profiler.
0 commit comments