Skip to content

Commit

Permalink
Fix environment variable name for configuring otel traces instrumenta…
Browse files Browse the repository at this point in the history
…tions (#1387)
  • Loading branch information
bjor-joh authored Nov 20, 2024
1 parent 6f8e493 commit 66b1975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/configure/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ property to use exactly the provided URL without any addition.
| YAML | Environment variable | Type | Default |
|--------------------|---------------------------------------|-----------------|------------------------------|
| `instrumentations` | `BEYLA_PROMETHEUS_INSTRUMENTATIONS` | list of strings | `["*"]` |
| `instrumentations` | `BEYLA_OTEL_TRACES_INSTRUMENTATIONS` | list of strings | `["*"]` |
A list of available **instrumentations** which are enabled, defined a comma separated list of strings.
By default all available **instrumentations** are enabled, and you can choose to enable only some.
Expand Down

0 comments on commit 66b1975

Please sign in to comment.