Skip to content

Commit

Permalink
[DOC] Fix OTLP documentation: Default endpoint is wrong for OTLP/HTTP (
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest authored Feb 28, 2024
1 parent d036d82 commit ba18304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/otlp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ auto exporter = std::unique_ptr<sdktrace::SpanExporter>(new otlp::OtlpHttpExport

| Option | Env Variable | Default | Description |
|--------------------|------------------------------------|---------------------------------|-------------------------------------------------------------------|
|`url` |`OTEL_EXPORTER_OTLP_ENDPOINT` |`http://localhost:4318/v1/traces`| The OTLP HTTP endpoint to connect to |
|`url` |`OTEL_EXPORTER_OTLP_ENDPOINT` |`http://localhost:4318` | The OTLP HTTP endpoint to connect to |
| |`OTEL_EXPORTER_OTLP_TRACES_ENDPOINT`| | |
|`content_type` | n/a | `application/json` | Data format used - JSON or Binary |
|`json_bytes_mapping`| n/a | `JsonBytesMappingKind::kHexId` | Encoding used for trace_id and span_id |
Expand Down

1 comment on commit ba18304

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'OpenTelemetry-cpp sdk Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: ba18304 Previous: d036d82 Ratio
BM_LockFreeBuffer/2 9594643.115997314 ns/iter 1178279.8767089844 ns/iter 8.14
BM_LockFreeBuffer/4 11116125.583648682 ns/iter 1170714.8381641933 ns/iter 9.50

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.