Skip to content

Commit 15bb35a

Browse files
Add the Orleans meters (#36931)
* Touch ms.date * Acrolinx * Initial table for all the meters * Reworking tables by category, and getting closer * Added catelog and others * Getting closer, half way through streams * Done! * Now it's done * Update docs/orleans/host/monitoring/index.md * Update docs/orleans/host/monitoring/index.md * Update docs/orleans/host/monitoring/index.md * Update docs/orleans/host/monitoring/index.md * Apply suggestions from code review --------- Co-authored-by: Reuben Bond <[email protected]>
1 parent 2bf5d5e commit 15bb35a

File tree

2 files changed

+245
-9
lines changed

2 files changed

+245
-9
lines changed

docs/core/diagnostics/compare-metric-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ aiming at broad compatibility, this API adds support for many things that were l
4141
- Multiple simultaneous listeners
4242
- Listener access to unaggregated measurements
4343

44-
Although this API was designed to work well with OpenTelemetry and its growing ecosystem of pluggable vendor integration libraries, applications also have the option to use the .NET built-in listener APIs directly. With this option, you can create custom metric tooling without taking any external library dependencies. At the time of writing, the [System.Diagnostics.Metrics](xref:System.Diagnostics.Metrics) support is limited to [dotnet-counters](dotnet-counters.md) and [OpenTelemetry.NET](https://opentelemetry.io/docs/net/). However, we expect support for these APIs will grow given the active nature of the OpenTelemetry project.
44+
Although this API was designed to work well with OpenTelemetry and its growing ecosystem of pluggable vendor integration libraries, applications also have the option to use the .NET built-in listener APIs directly. With this option, you can create custom metric tooling without taking any external library dependencies. At the time of writing, the [System.Diagnostics.Metrics](xref:System.Diagnostics.Metrics) support is limited to [dotnet-counters](dotnet-counters.md) and [OpenTelemetry.NET](https://opentelemetry.io/docs/net/). However, we expect support for these APIs will grow given the active nature of the OpenTelemetry project.
4545

4646
### PerformanceCounter
4747

0 commit comments

Comments
 (0)