Skip to content

feat(influx): add collectInfluxTelemetry option to disable Influx data collection - #5857

Draft
Googlom wants to merge 1 commit into
masterfrom
disable-influx
Draft

feat(influx): add collectInfluxTelemetry option to disable Influx data collection#5857
Googlom wants to merge 1 commit into
masterfrom
disable-influx

Conversation

@Googlom

@Googlom Googlom commented Jul 30, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds collectInfluxTelemetry as a general config key in influxWriteData
  • When set to false, influxWriteData exits early before reading or writing any data
  • When set to false, piperExecuteBin skips InfluxData.readFromDisk to avoid unnecessary disk I/O

Usage

general:
  collectInfluxTelemetry: false

…a collection

Allows users to set collectInfluxTelemetry: false in general or steps.influxWriteData
config to skip both readFromDisk in piperExecuteBin and the write in influxWriteData.
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.

1 participant