mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
OTEL meter implementation has a memory leak issue which causes each meter counter invocation to create a new instrument when the meter provider is not set. Also add a test, which will fail once a fixed OTEL is vendored. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>