Skip to content

Add INFLUXDB3_ prefixes to CLI environment variables with deprecation notes#6865

Open
Copilot wants to merge 3 commits intomasterfrom
copilot/add-influxdb3-prefixes
Open

Add INFLUXDB3_ prefixes to CLI environment variables with deprecation notes#6865
Copilot wants to merge 3 commits intomasterfrom
copilot/add-influxdb3-prefixes

Conversation

Copy link
Contributor

Copilot AI commented Feb 24, 2026

Adds INFLUXDB3_ prefixes to 17 environment variables in the CLI configuration documentation, marking unprefixed names as deprecated while maintaining backward compatibility.

Changes

Updated content/shared/influxdb3-cli/config-options.md:

  • Logging variables (3): LOG_FILTER, LOG_DESTINATION, LOG_FORMAT
  • Object storage variables (6): OBJECT_STORE_CONNECTION_LIMIT, OBJECT_STORE_HTTP2_ONLY, OBJECT_STORE_HTTP2_MAX_FRAME_SIZE, OBJECT_STORE_MAX_RETRIES, OBJECT_STORE_RETRY_TIMEOUT, OBJECT_STORE_CACHE_ENDPOINT
  • Tracing variables (8): TRACES_EXPORTER, TRACES_EXPORTER_JAEGER_AGENT_HOST, TRACES_EXPORTER_JAEGER_AGENT_PORT, TRACES_EXPORTER_JAEGER_SERVICE_NAME, TRACES_EXPORTER_JAEGER_TRACE_CONTEXT_HEADER_NAME, TRACES_JAEGER_DEBUG_NAME, TRACES_JAEGER_TAGS, TRACES_JAEGER_MAX_MSGS_PER_SECOND

Pattern

All environment variable tables now follow this format:

influxdb3 serve option Environment variables
--log-filter INFLUXDB3_LOG_FILTER (preferred)
LOG_FILTER (deprecated; supported for backward compatibility)

Example code updated from:

export LOG_FILTER=info

to:

export INFLUXDB3_LOG_FILTER=info

Screenshots

Environment variables with deprecation pattern:

Log filter example

Object store example

Scope

Affects documentation for:

  • /influxdb3/core/reference/config-options/
  • /influxdb3/enterprise/reference/config-options/

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
Copilot AI changed the title [WIP] Add INFLUXDB3_ prefixes and deprecation notes for CLI variables Add INFLUXDB3_ prefixes to CLI environment variables with deprecation notes Feb 24, 2026
Copilot AI requested a review from jstirnaman February 24, 2026 23:52
@jstirnaman jstirnaman marked this pull request as ready for review February 26, 2026 15:32
@jstirnaman jstirnaman requested a review from a team as a code owner February 26, 2026 15:32
@jstirnaman jstirnaman requested a review from hiltontj February 26, 2026 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants