docker / cli

The Docker CLI
Apache License 2.0
4.74k stars 1.88k forks source link

cli: make initializing the global meter- and tracing providers optional #5188

Closed thaJeztah closed 1 week ago

thaJeztah commented 1 week ago

- Description for the changelog

Add WithEnableGlobalMeterProvider and WithEnableGlobalTracerProvider options

- A picture of a cute animal (not mandatory but encouraged)

codecov-commenter commented 1 week ago

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 61.42%. Comparing base (50acbb0) to head (617eb52).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5188 +/- ## ========================================== - Coverage 61.74% 61.42% -0.32% ========================================== Files 297 298 +1 Lines 20787 20797 +10 ========================================== - Hits 12835 12775 -60 - Misses 7037 7109 +72 + Partials 915 913 -2 ```