pomerium/internal/zero/telemetry
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
opencensus core/go: use hashicorp/go-set (#5278) 2024-10-03 12:59:11 -06:00
reporter core/logs: remove warnings (#5235) 2024-08-27 09:38:50 -06:00
sessions core/go: use hashicorp/go-set (#5278) 2024-10-03 12:59:11 -06:00
metrics_producer.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
telemetry.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00