Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ea5222b

Browse filesBrowse files
committed
History file update
1 parent b3a58d2 commit ea5222b
Copy full SHA for ea5222b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎History

Copy file name to clipboardExpand all lines: History
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
* 8.2.0
2-
- Various optimizations to reduce spent CPU time and allocated memory.
2+
- .WithLabels() & similar now accept ReadOnlyMemory<string> as alternative to string[]. Same behavior, just easier to use if you already have a ReadOnlyMemory<string>.
3+
- .WithLabels() & similar now accept ReadOnlySpan<string> as alternative to string[]. This enables allocation-free metric instance creation if a metric instance with these labels is already known.
4+
- Incorporated various optimizations to reduce the required CPU time and allocated memory, including #410, #443 and other contributions.
5+
- Observation of large histograms is now 10-30% faster on machines that support AVX2 instructions.
36
* 8.1.1
47
- Fix bug in .NET Meters API adapter for UpDownCounter, which was incorrectly transformed to Prometheus metrics. #452 and #453
58
* 8.1.0

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.