Remove retarded build time variables
All checks were successful
CI / test (push) Successful in 54s
CI / test-analytics (push) Successful in 2m2s
CI / build-api (push) Successful in 3m1s
CI / build-frontend (push) Successful in 1m58s
CI / build-analytics (push) Successful in 41s

This commit is contained in:
2026-05-11 17:00:17 +02:00
parent 5cbc1d50fd
commit b1de6284f7
12 changed files with 65 additions and 59 deletions

View File

@@ -53,6 +53,14 @@ class Settings(BaseSettings):
otel_collector_endpoint: str = "http://localhost:4318"
otel_export_timeout_ms: int = 10000
# Browser-reachable OTLP endpoint — served to the SPA via GET /api/config.
# Distinct from otel_collector_endpoint, which is the backend's own
# in-cluster collector address.
frontend_otel_collector_endpoint: str = "/otel"
frontend_otel_service_name: str = "otel-bi-frontend"
frontend_otel_service_namespace: str = "final-thesis"
frontend_deployment_environment: str = "production"
# Report output — points at the K8s CSI / SMB mountpoint in production
report_output_dir: str = "/tmp/otel-bi-reports"