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

@ -32,8 +32,6 @@ distribution_spec:
- provider_type: inline::code-scanner
agents:
- provider_type: inline::meta-reference
telemetry:
- provider_type: inline::meta-reference
post_training:
- provider_type: inline::torchtune-cpu
eval:

View file

@ -10,7 +10,6 @@ apis:
- post_training
- safety
- scoring
- telemetry
- tool_runtime
- vector_io
providers:
@ -154,13 +153,6 @@ providers:
responses_store:
type: sqlite
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/ci-tests}/responses_store.db
telemetry:
- provider_id: meta-reference
provider_type: inline::meta-reference
config:
service_name: "${env.OTEL_SERVICE_NAME:=\u200B}"
sinks: ${env.TELEMETRY_SINKS:=}
otel_exporter_otlp_endpoint: ${env.OTEL_EXPORTER_OTLP_ENDPOINT:=}
post_training:
- provider_id: torchtune-cpu
provider_type: inline::torchtune-cpu