You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(influxdb3): correct preferred env name for two jaeger config options (#7182)
* fix(influxdb3): correct preferred env name for two jaeger options
The "preferred" environment variable for `--traces-jaeger-debug-name`
and `--traces-jaeger-tags` was missing the `EXPORTER_` segment. The
server reads `INFLUXDB3_TRACES_EXPORTER_JAEGER_DEBUG_NAME` and
`INFLUXDB3_TRACES_EXPORTER_JAEGER_TAGS` (verified at v3.9.2 in
oss/influxdb3_startup/src/env_compat.rs and core/trace_exporters).
The CLI flag itself drops `exporter`; the env name keeps it.
Closesinfluxdata/DAR#686
* docs(influxdb3): document three undocumented object-store options (#7183)
Adds rows for --object-store-request-timeout, --object-store-tls-allow-insecure,
and --object-store-tls-ca, each with the same INFLUXDB3_-prefixed preferred env
and the deprecated unprefixed alias the server still accepts.
Verified at influxdata/influxdb v3.9.2.
Refs influxdata/DAR#686
0 commit comments