You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Some tests set the global registry to enable
native histograms, which is not safe for t.Parallel().
Fix this by only using the feature gate in the receiver factory.
This makes TestNativeVsClassicHistogramScrapeViaProtobuf 4x faster on my
laptop.
Signed-off-by: György Krajcsovits <[email protected]>
0 commit comments