Skip to content

Commit

Permalink
docs: SDK configuration - add ottrace,update SDK overview
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Aug 31, 2024
1 parent 5c45dcf commit 6f6a08e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 1 addition & 0 deletions docs/sdk/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ Options supported out of the box:
- `b3` - [B3 Single](https:/openzipkin/b3-propagation#single-header)
- `b3multi` - [B3 Multi](https:/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

Expand Down
7 changes: 0 additions & 7 deletions docs/sdk/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f6a08e

Please sign in to comment.