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
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Metrics/Meter.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -766,7 +766,7 @@ Example uses for Histogram: The request duration and the size of the response pa
766
766
## Remarks
767
767
768
768
> [!NOTE]
769
-
> Unlike Counter which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
769
+
> Unlike `Counter`, which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
770
770
771
771
Example uses for ObservableCounter: The number of page faults for each process.
772
772
@@ -1007,9 +1007,9 @@ Example uses for ObservableCounter: The number of page faults for each process.
1007
1007
## Remarks
1008
1008
1009
1009
> [!NOTE]
1010
-
> Unlike Counter which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
1010
+
> Unlike `Counter`, which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
1011
1011
1012
-
Example uses for ObservableCounter: The number of page faults for each process.
1012
+
Example uses for `ObservableCounter`: The number of page faults for each process.
1013
1013
1014
1014
]]></format>
1015
1015
</remarks>
@@ -1939,9 +1939,9 @@ Example uses for ObservableUpDownCounter: the process heap size or the approxima
1939
1939
## Remarks
1940
1940
1941
1941
> [!NOTE]
1942
-
> Unlike UpDownCounter which takes the increment/delta value, the callback function reports the absolute value of the ObservableUpDownCounter. To determine the reported rate the ObservableUpDownCounter is changing, the difference between successive measurements is used.
1942
+
> Unlike `UpDownCounter`, which takes the increment/delta value, the callback function reports the absolute value of the `ObservableUpDownCounter`. To determine the reported rate the `ObservableUpDownCounter` is changing, the difference between successive measurements is used.
1943
1943
1944
-
Example uses for ObservableUpDownCounter: the process heap size or the approximate number of items in a lock-free circular buffer.
1944
+
Example uses for `ObservableUpDownCounter`: the process heap size or the approximate number of items in a lock-free circular buffer.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Metrics/ObservableCounter`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@
37
37
## Remarks
38
38
39
39
> [!NOTE]
40
-
> Unlike Counter which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
40
+
> Unlike `Counter`, which takes the increment/delta value, the callback function reports the absolute value of the counter. To determine the reported rate the counter is changing, the difference between successive measurements is used.
41
41
42
42
This class supports only the following generic parameter types: <xref:System.Byte>, <xref:System.Int16>, <xref:System.Int32>, <xref:System.Int64>, <xref:System.Single>, <xref:System.Double>, and <xref:System.Decimal>.
Copy file name to clipboardExpand all lines: xml/System.Diagnostics.Metrics/ObservableUpDownCounter`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ To create an ObservableUpDownCounter object, use the <see cref="Overload:System.
38
38
## Remarks
39
39
40
40
> [!NOTE]
41
-
> Unlike UpDownCounter which takes the increment/delta value, the callback function reports the absolute value of the ObservableUpDownCounter. To determine the reported rate the ObservableUpDownCounter is changing, the difference between successive measurements is used.
41
+
> Unlike `UpDownCounter`, which takes the increment/delta value, the callback function reports the absolute value of the `ObservableUpDownCounter`. To determine the reported rate that the `ObservableUpDownCounter` is changing, the difference between successive measurements is used.
42
42
43
43
This class supports only the following generic parameter types: <xref:System.Byte>, <xref:System.Int16>, <xref:System.Int32>, <xref:System.Int64>, <xref:System.Single>, <xref:System.Double>, and <xref:System.Decimal>.
0 commit comments