pomerium/authorize
Joe Kralicky 396c35b6b4
New tracing system (#5388)
* update tracing config definitions

* new tracing system

* performance improvements

* only configure tracing in envoy if it is enabled in pomerium

* [tracing] refactor to use custom extension for trace id editing (#5420)

refactor to use custom extension for trace id editing

* set default tracing sample rate to 1.0

* fix proxy service http middleware

* improve some existing auth related traces

* test fixes

* bump envoyproxy/go-control-plane

* code cleanup

* test fixes

* Fix missing spans for well-known endpoints

* import extension apis from pomerium/envoy-custom
2025-01-21 13:26:32 -05:00
..
evaluator New tracing system (#5388) 2025-01-21 13:26:32 -05:00
internal/store New tracing system (#5388) 2025-01-21 13:26:32 -05:00
access_tracker.go core/go: use hashicorp/go-set (#5278) 2024-10-03 12:59:11 -06:00
access_tracker_test.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
authorize.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
authorize_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
check_response.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
check_response_grpc.go authorize: handle gRPC requests (#5400) 2024-12-19 08:46:53 -07:00
check_response_test.go authorize: handle gRPC requests (#5400) 2024-12-19 08:46:53 -07:00
databroker.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
databroker_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
grpc.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
grpc_test.go core/ci: fix test (#5245) 2024-08-27 10:50:24 -06:00
log.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00
log_test.go authorize: log service account user ID (#4964) 2024-02-27 14:01:19 -08:00
state.go New tracing system (#5388) 2025-01-21 13:26:32 -05:00