kedro-telemetry
Kedro-Telemetry
What it is and what it does
Kedro-Telemetry is a Kedro plugin that automatically collects anonymized usage data from Kedro projects and sends it to Heap Analytics. It uses pluggy hooks and requests to gather information about how Kedro is used, helping the Kedro team prioritize product improvements. The plugin is enabled by default when installed.
You can disable telemetry collection in three ways: by setting the DO_NOT_TRACK or KEDRO_DISABLE_TELEMETRY environment variables, by creating a .telemetry file in your project root with consent set to false, or by using the --telemetry=no flag when creating a new Kedro project. If you later withdraw consent, data collection stops immediately. The plugin depends on appdirs, requests, tomli, and tomli-w in addition to Kedro itself.
Use it for:
- Understand adoption patterns and feature usage across your organization's Kedro projects through dashboards accessible to project maintainers.
- Disable telemetry in production or sensitive environments by setting DO_NOT_TRACK or KEDRO_DISABLE_TELEMETRY environment variables.
- Opt out of data collection on a per-project basis by creating a .telemetry file with consent: false in your Kedro project root.
- Contribute to Kedro's product roadmap by allowing the team to see which features are most heavily used.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Kedro-Telemetry is a plugin that collects anonymized usage analytics from Kedro projects and sends them to Heap Analytics to help the Kedro team understand how the framework is used.
Yes, if you use Kedro and are comfortable with anonymized usage analytics being collected by default. The plugin is actively maintained, has no known vulnerabilities, and imposes low install friction. If you prefer not to participate in telemetry, disabling it is straightforward via environment variables or a configuration file. Uninstalling is a last resort since it breaks Kedro's dependency expectations.
Install
kedro-telemetry on PyPI
pip
pip install kedro-telemetryuv
uv add kedro-telemetrypoetry
poetry add kedro-telemetryInstalling kedro-telemetry
Before you install
Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release and no known vulnerabilities. It depends on five common packages including kedro itself, requests, and TOML utilities.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in both open-source and commercial projects with minimal restrictions. You must retain license notices but face no copyleft obligations.
Quickstart
pip install kedro-telemetry
# Telemetry is enabled by default once installed as a Kedro plugin.
# To disable: set environment variable DO_NOT_TRACK=1 or KEDRO_DISABLE_TELEMETRY=1
# Or create .telemetry file in project root with 'consent: false'
Requires Python 3.10 or later. Requires kedro to be installed. Uninstalling this plugin may cause pip check to report dependency issues since Kedro expects it.
Verify before relying
- Whether telemetry data is truly anonymized and aggregated as claimed, and what specific fields are transmitted.
- Heap Analytics' data retention and privacy policies beyond what Kedro documentation specifies.
- Performance impact of telemetry collection on Kedro pipeline execution.
Package facts
| License | Apache Software License (Apache 2.0) (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — appdirs, kedro, requests, tomli, tomli-w |
| Maintenance | actively maintained — 84 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 674,178/month — #5,392 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: kedro_telemetry-0.8.0-py3-none-any.whl
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
iterative-telemetrySends anonymized telemetry data from Iterative…
permissive · top 5,000 on PyPI
kedroKedro is a Python framework for building…
permissive · top 5,000 on PyPI
openvino-telemetrySends telemetry data from OpenVINO toolkit…
permissive · top 5,000 on PyPI
kedro-vizKedro-Viz is an interactive web-based…
permissive · top 5,000 on PyPI
cua-coreCua Core provides shared utilities, helper…
unclear · top 15,000 on PyPI
kanaries-trackSends event and metric data to Kanaries' data…
permissive · top 15,000 on PyPI
opentelemetry-instrumentation-botocoreAdds distributed tracing to AWS SDK calls made…
permissive · top 5,000 on PyPI
azureml-telemetryCollects telemetry data from Python code by…
unclear · top 15,000 on PyPI
posthoganalyticsSends event data and user properties to PostHog…
permissive · top 5,000 on PyPI
kedro-datasetsKedro-Datasets provides data connectors for…
permissive · top 5,000 on PyPI