Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstenson committed Jul 25, 2024
1 parent 20ee224 commit fbddf41
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,13 @@ integration:
| -------- | ----------- | ------- |
| `OTEL_PROPAGATORS` | The default propagators to use | `tracecontext,baggage` |
| `OTEL_EXPORTER_OTLP_ENDPOINT` | The endpoint to send traces, metrics and logs to | |
| `OTEL_EXPORTER_OTLP_TIMEOUT` | The timeout for sending data | `10s` |
| `OTEL_EXPORTER_OTLP_TIMEOUT` | The timeout in seconds for sending data | `10` |
| `OTEL_EXPORTER_OTLP_TRACES_ENDPOINT` | Custom endpoint to send traces to, overrides `OTEL_EXPORTER_OTLP_ENDPOINT` | |
| `OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` | Custom timeout for sending traces | `10s` |
| `OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` | Custom timeout in seconds for sending traces | `10` |
| `OTEL_EXPORTER_OTLP_METRICS_ENDPOINT` | Custom endpoint to send metrics to, overrides `OTEL_EXPORTER_OTLP_ENDPOINT` | |
| `OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` | Custom timeout for sending metrics | `10s` |
| `OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` | Custom timeout in seconds for sending metrics | `10` |
| `OTEL_METRIC_EXPORT_INTERVAL` | The interval in seconds to export metrics | `60` |
| `OTEL_METRIC_EXPORT_TIMEOUT` | The timeout in seconds for exporting metrics | `30` |
| `OTEL_TRACING_LOG` | Enable logging mode for tracing | `false` |

OTLP exporting is disabled by default. You can enable logging of traces which
Expand Down

0 comments on commit fbddf41

Please sign in to comment.