Skip to content

Commit

Permalink
The starter uses http/protobuf by default (#5192)
Browse files Browse the repository at this point in the history
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
  • Loading branch information
jeanbisutti and opentelemetrybot committed Sep 13, 2024
1 parent 0e1c873 commit 702cb43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/languages/java/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ exporters.
| `otel.exporter.otlp.metrics.default.histogram.aggregation` | The preferred default histogram aggregation. Options include `BASE2_EXPONENTIAL_BUCKET_HISTOGRAM` and `EXPLICIT_BUCKET_HISTOGRAM`. | `EXPLICIT_BUCKET_HISTOGRAM` |
| `otel.experimental.exporter.otlp.retry.enabled` | If `true`, enable [experimental retry support](#otlp-exporter-retry). | `false` |

[^2]: OpenTelemetry Java agent 2.x uses `http/protobuf` by default.
[^2]:
The OpenTelemetry Java agent 2.x and the OpenTelemetry Spring Boot starter
use `http/protobuf` by default.

##### OTLP exporter retry

Expand Down

0 comments on commit 702cb43

Please sign in to comment.