Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/diagnostics/metrics-instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Types of instruments currently available:

> [!NOTE]
> OpenTelemetry also defines an UpDownCounter not currently present in the .NET API. ObservableGauge can usually be substituted by defining a variable to store the running
> total and reporting the value of that variable in the ObservableGauge callback.
> total and reporting the value of that variable in the ObservableCounter callback.

### Example of different instrument types

Expand Down