From 62f8c2a863f79b1c02720f72c73f3e12d7ce1d23 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Thu, 16 Sep 2021 11:11:52 +0800 Subject: [PATCH] docs: update OTel limitations (#6171) --- docs/guide/opentelemetry-elastic.asciidoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/guide/opentelemetry-elastic.asciidoc b/docs/guide/opentelemetry-elastic.asciidoc index 71eef16b396..413142b9b4c 100644 --- a/docs/guide/opentelemetry-elastic.asciidoc +++ b/docs/guide/opentelemetry-elastic.asciidoc @@ -371,7 +371,7 @@ Here is an example of AWS Lambda Node.js function managed with Terraform and the * https://github.com/michaelhyatt/terraform-aws-nodejs-api-worker-otel/tree/v0.23[Sample Terraform code] [[elastic-open-telemetry-known-limitations]] -==== Limitations in 7.13 +==== Limitations [[elastic-open-telemetry-traces-limitations]] @@ -385,9 +385,6 @@ Here is an example of AWS Lambda Node.js function managed with Terraform and the [[elastic-open-telemetry-metrics-limitations]] ===== OpenTelemetry metrics -* OpenTelemetry histogram metrics, https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/DoubleValueRecorder.html[`DoubleValueRecorder`] -and https://www.javadoc.io/doc/io.opentelemetry/opentelemetry-api/latest/io/opentelemetry/api/metrics/LongValueObserver.html[`LongValueRecorder`], are not yet supported https://github.com/elastic/apm-server/issues/3195[#3195] -* Inability to see JVM metrics in Elastic APM UI for Java applications instrumented with OpenTelemetry https://github.com/elastic/apm-server/issues/4919[#4919] * Inability to see host metrics in Elastic Metrics Infrastructure view when using the OpenTelemetry Collector host metrics receiver https://github.com/elastic/apm-server/issues/5310[#5310] [[elastic-open-telemetry-logs-limitations]]