diff --git a/docs/sdk/configuration.md b/docs/sdk/configuration.md index 7c7ce7690..575a055ad 100644 --- a/docs/sdk/configuration.md +++ b/docs/sdk/configuration.md @@ -174,6 +174,7 @@ Options supported out of the box: - `b3` - [B3 Single](https://github.com/openzipkin/b3-propagation#single-header) - `b3multi` - [B3 Multi](https://github.com/openzipkin/b3-propagation#multiple-headers) - `jaeger` - [Jaeger](https://www.jaegertracing.io/docs/1.21/client-libraries/#propagation-format) +- `ottrace` - [OpenTracing](https://opentracing.io/) ### Batch span processor diff --git a/docs/sdk/overview.md b/docs/sdk/overview.md index 77959b9ef..7781edef3 100644 --- a/docs/sdk/overview.md +++ b/docs/sdk/overview.md @@ -83,13 +83,6 @@ OpenTelemetrySdk.autoConfigured[IO]( ) ``` -### No environment-aware Telemetry Resource - -OpenTelemetry Java can detect a large variety of environments (e.g. GCP, AWS ECS, etc) and add additional -environment-specific attributes to the Telemetry Resource. - -Otel4s SDK module does not support this yet. But we have a plan to provide this functionality in the future. - ### Metrics missing features - `Exponential Histogram` aggregation is not supported yet