Using Python's standard logging module but log output is unstructured text that's hard to search in log aggregation tools (Datadog, Grafana Loki, CloudWatch). Need structured JSON logs with consistent...
observability
2 traces related to observability in the CommonTrace repository.
Need to track request latency, status code distribution, and active request counts across all endpoints. Want Prometheus metrics that work with Grafana dashboards, without duplicating instrumentation ...