Skip to content

Commit adfd3b0

Browse files
Merge pull request #111 from JonasKunz/edot-java-temporality
Document usage of delta temporality for EDOT Java
2 parents 6c65090 + e2a7d58 commit adfd3b0

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ docs/.jekyll-cache
44
docs/.jekyll-metadata
55
docs/vendor
66
docs/Gemfile.lock
7+
8+
# Mac OS
9+
**/.DS_Store

docs/_edot-sdks/java/features.md

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ Experimental runtime metrics are _enabled_ by default.
5151

5252
Set `OTEL_INSTRUMENTATION_RUNTIME_TELEMETRY_EMIT_EXPERIMENTAL_TELEMETRY` to `false` to disable them.
5353

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+
5460
## Elastic Universal profiling integration
5561

5662
[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

Comments
 (0)