Add OpenTelemetry tracing and metrics support

This commit is contained in:
Tom Moulard 2022-11-29 15:34:05 +01:00 committed by GitHub
parent db287c4d31
commit 0d81fac3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 2199 additions and 90 deletions

View file

@ -113,4 +113,5 @@ func stopMetricsClients() {
metrics.StopStatsd()
metrics.StopInfluxDB()
metrics.StopInfluxDB2()
metrics.StopOpenTelemetry()
}