Skip to content

Commit 8fc5481

Browse files
manikmagaropentelemetrybottheletterf
authored
docs: correct the java retry disabled environment name (#6588)
Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com> Co-authored-by: Fabrizio Ferri-Benedetti <algernon@fastmail.com>
1 parent 0c96a7e commit 8fc5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/languages/java/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Properties for `otlp` span, metric, and log exporters:
315315
| `otel.exporter.otlp.{signal}.timeout` | The maximum waiting time, in milliseconds, allowed to send each OTLP {signal} batch. | `10000` |
316316
| `otel.exporter.otlp.metrics.temporality.preference` | The preferred output aggregation temporality. Options include `DELTA`, `LOWMEMORY`, and `CUMULATIVE`. If `CUMULATIVE`, all instruments will have cumulative temporality. If `DELTA`, counter (sync and async) and histograms will be delta, up down counters (sync and async) will be cumulative. If `LOWMEMORY`, sync counter and histograms will be delta, async counter and up down counters (sync and async) will be cumulative. | `CUMULATIVE` |
317317
| `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` |
318-
| `otel.java.exporter.otlp.retry.enabled` | If `true`, retry on when transient errors occur. **[2]** | `true` |
318+
| `otel.java.exporter.otlp.retry.disabled` | If `false`, retry on when transient errors occur. **[2]** | `false` |
319319

320320
**NOTE:** The text placeholder `{signal}` refers to the supported
321321
[OpenTelemetry Signal](/docs/concepts/signals/). Valid values include `traces`,

0 commit comments

Comments
 (0)