pomerium/internal/telemetry
Cuong Manh Le 34d06e521d
internal/telemetry/metrics: document concurrently using (#891)
Document that metricRegistry is not safe for concurrently use. While at
it, remove t.Parallel() in tests which use metricRegistry, which causes
data race, caught by:

	go test -race ./internal/telemetry/metrics
2020-06-15 23:08:03 +07:00
..
metrics internal/telemetry/metrics: document concurrently using (#891) 2020-06-15 23:08:03 +07:00
requestid envoy: use envoy request id for logging across systems with http and gRPC (#691) 2020-05-18 17:10:10 -04:00
trace envoy: Enable zipkin tracing (#737) 2020-05-21 11:50:07 -04:00
doc.go telemetry: Refactor GRPC Server Handler (#756) 2020-05-22 13:36:55 -04:00
grpc.go Fix missing/incorrect grpc labels (#804) 2020-05-29 15:57:58 -04:00
grpc_test.go telemetry: Refactor GRPC Server Handler (#756) 2020-05-22 13:36:55 -04:00
http.go Fix autocache telemetry labels (#805) 2020-05-29 17:47:45 -04:00
util.go telemetry: service label updates (#802) 2020-05-29 15:16:22 -04:00
util_test.go telemetry: service label updates (#802) 2020-05-29 15:16:22 -04:00