chore: remove telemetry API usage

remove telemetry as a providable API from the codebase. This includes removing it from generated distributions but also the provider registry, the router, etc

relates to #3806

Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
Charlie Doern 2025-10-15 10:38:59 -04:00
parent f70aa99c97
commit 60c168f1ba
41 changed files with 48 additions and 188 deletions

View file

@ -120,7 +120,6 @@ def get_distribution_template(name: str = "starter") -> DistributionTemplate:
BuildProvider(provider_type="inline::code-scanner"),
],
"agents": [BuildProvider(provider_type="inline::meta-reference")],
"telemetry": [BuildProvider(provider_type="inline::meta-reference")],
"post_training": [BuildProvider(provider_type="inline::torchtune-cpu")],
"eval": [BuildProvider(provider_type="inline::meta-reference")],
"datasetio": [