pomerium/internal/telemetry/metrics
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
..
const.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
doc.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
grpc.go telemetry: Refactor GRPC Server Handler (#756) 2020-05-22 13:36:55 -04:00
grpc_test.go telemetry: Refactor GRPC Server Handler (#756) 2020-05-22 13:36:55 -04:00
helpers_test.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
http.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
http_test.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
info.go Add storage metrics (#554) 2020-03-23 22:07:48 -04:00
info_test.go *: remove import path comments (#545) 2020-03-16 10:13:47 -07:00
kv.go Add storage metrics (#554) 2020-03-23 22:07:48 -04:00
kv_test.go internal/telemetry/metrics: document concurrently using (#891) 2020-06-15 23:08:03 +07:00
providers.go telemetry: Remove 'accept-encoding' header from proxied metric requests (#750) 2020-05-22 07:47:37 -04:00
providers_test.go envoy: Enable zipkin tracing (#737) 2020-05-21 11:50:07 -04:00
registry.go internal/telemetry/metrics: document concurrently using (#891) 2020-06-15 23:08:03 +07:00