-
Notifications
You must be signed in to change notification settings - Fork 890
[Exporter.Prometheus] Reduce allocations #7465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
martincostello
merged 31 commits into
open-telemetry:main
from
martincostello:cache-label-collections
Jul 3, 2026
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
4883775
[Exporter.Prometheus] Avoid struct copies
martincostello 3cd1eba
[Exporter.Prometheus] Add dots and values escaping
martincostello 977cac7
[Exporter.Prometheus] Fix sorting
martincostello 8549b36
[Exporter.Prometheus] Address feedback
martincostello f42506e
[Exporter.Prometheus] Update test coverage
martincostello 190a68b
[Exporter.Prometheus] Extend tests
martincostello c0844b9
[Exporter.Prometheus] Add allow-utf-8 escaping
martincostello 7ff2f62
[Exporter.Prometheus] Update CHANGELOGs
martincostello d36104e
[Exporter.Prometheus] Extend test coverage
martincostello 51aff69
[Exporter.Prometheus] Add new benchmark
martincostello 0b7bd2b
[Exporter.Prometheus] Reduce allocations
martincostello 7baa8e0
[Exporter.Prometheus] Wrap lines
martincostello 3913d6d
[Exporter.Prometheus] Further reduce allocations
martincostello d434d3b
Merge branch 'main' into gh-7246
martincostello f93ac58
Merge branch 'main' into gh-7246-allow-utf-8
martincostello f79b46b
Merge branch 'main' into gh-7246
martincostello 3a6995a
Merge branch 'main' into gh-7246-allow-utf-8
martincostello dbe44d4
Merge remote-tracking branch 'origin/main' into gh-7246
martincostello d80f412
Merge branch 'gh-7246' into gh-7246-allow-utf-8
martincostello 8c8a028
[Exporter.Prometheus] Fix CHANGELOGs
martincostello e4bf711
[Exporter.Prometheus] Address feedback
martincostello a5bf82c
[Exporter.Prometheus] Reduce allocations
martincostello f86a8c0
Merge branch 'main' into gh-7246
martincostello c7bbf26
[Exporter.Prometheus] Fix merge
martincostello 3fb26e8
[Exporter.Prometheus] Address feedback
martincostello de68faf
[Exporter.Prometheus] Fix typo
martincostello 249e431
Merge branch 'gh-7246' into gh-7246-allow-utf-8
martincostello 02ecad4
Merge branch 'gh-7246-allow-utf-8' into cache-label-collections
martincostello 7c2480e
[Exporter.Prometheus] Fix SA1202
martincostello b82f586
Merge branch 'gh-7246-allow-utf-8' into cache-label-collections
martincostello d55091b
Merge branch 'main' into cache-label-collections
martincostello File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note for myself:
[]is not working on .NET Fx for this case.