feat(backend): added tracing

This commit is contained in:
ITQ
2025-07-25 00:57:29 +03:00
parent 925f820bfd
commit 8f5778fd1a
3 changed files with 24 additions and 2 deletions
+4
View File
@@ -21,3 +21,7 @@ MINIO_ENDPOINT=minio:9000
MINIO_CUSTOM_ENDPOINT_URL=http://127.0.0.1:13244
MINIO_ACCESS_KEY=admin
MINIO_SECRET_KEY=password
OTEL_METRICS_EXPORTER=none
OTEL_EXPORTER_ZIPKIN_ENDPOINT=http://zipkin:9411/api/v2/spans
OTEL_TRACES_EXPORTER=zipkin_json