Hello, how to disable telemetry in Helm deployment...
# troubleshoot
b
Hello, how to disable telemetry in Helm deployment? I don’t know into which section I should put
DATAHUB_TELEMETRY_ENABLED=false
. Documentation is only for the Docker Compose: https://datahubproject.io/docs/deploy/telemetry/#overview-of-datahub-telemetry.
b
b
Thanks for the answer, it worked this way:
Copy code
extraEnvs:
    - name: DATAHUB_TELEMETRY_ENABLED
      value: "false"
b
👍 nice
b
…or not 🙂 it’s actually weird. Ingestion log shows
DEBUG {datahub.telemetry.telemetry:243} - Sending Telemetry
, but when I describe the
datahub-gms
pod itself, it shows that telemetry is disabled.
b
ahh yes, Ingestion itself sends telemetry.
Copy code
DATAHUB_TELEMETRY_ENABLED=false datahub ....
not sure how you run your ingestion, just make sure the envar is set to false