dify/api/enterprise/telemetry
GareArc 4e3112bd7f
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
feat(telemetry): add enterprise OTEL telemetry with gateway, traces, metrics, and logs
2026-02-06 01:02:19 -08:00
..
entities feat(telemetry): add prompt generation telemetry to Enterprise OTEL 2026-02-05 20:14:49 -08:00
__init__.py feat(enterprise): Add OTEL telemetry with slim traces, metrics, and structured logs 2026-02-05 20:12:28 -08:00
contracts.py refactor(telemetry): simplify by eliminating TelemetryFacade 2026-02-05 22:41:09 -08:00
draft_trace.py refactor(telemetry): simplify by eliminating TelemetryFacade 2026-02-05 22:41:09 -08:00
enterprise_trace.py feat(telemetry): add enterprise OTEL telemetry with gateway, traces, metrics, and logs 2026-02-06 01:02:19 -08:00
event_handlers.py refactor(telemetry): migrate event handlers to gateway-only producers 2026-02-05 20:15:12 -08:00
exporter.py feat(telemetry): add prompt generation telemetry to Enterprise OTEL 2026-02-05 20:14:49 -08:00
gateway.py fix(telemetry): move EE guard to gateway routing level 2026-02-05 22:58:40 -08:00
id_generator.py feat(enterprise): Add OTEL telemetry with slim traces, metrics, and structured logs 2026-02-05 20:12:28 -08:00
metric_handler.py fix(telemetry): use atomic Redis SET NX for idempotency and register Celery queue 2026-02-05 20:15:34 -08:00
telemetry_log.py refactor(telemetry): introduce TelemetryFacade to centralize event emission 2026-02-05 20:15:11 -08:00