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/Counter`1.xml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,17 @@
27
27
<Interfaces />
28
28
<Docs>
29
29
<typeparamname="T">The type that the counter represents.</typeparam>
30
-
<summary>Represents an instrument that supports adding non-negative values. For example, you might call counter.Add(1) each time a request is processed to track the total number of requests. Most metric viewers display counters using a rate (requests/sec), by default, but can also display a cumulative total.</summary>
30
+
<summary>Represents an instrument that supports adding non-negative values. For example, you might call <c>counter.Add(1)</c> each time a request is processed to track the total number of requests. Most metric viewers display counters using a rate (requests/sec), by default, but can also display a cumulative total.</summary>
31
31
<remarks>
32
32
<formattype="text/markdown"><![CDATA[
33
33
34
34
## Remarks
35
35
36
-
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>
36
+
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/Histogram`1.xml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,17 @@
27
27
<Interfaces />
28
28
<Docs>
29
29
<typeparamname="T">The type that the histogram represents.</typeparam>
30
-
<summary>Represents a metrics Instrument that can be used to report arbitrary values that are likely to be statistically meaningful.
31
-
e.g. the request duration.
32
-
Use <seecref="M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String)" /> method to create the Histogram object.</summary>
30
+
<summary>Represents a metrics instrument that can be used to report arbitrary values that are likely to be statistically meaningful, for example, the request duration. Call <seecref="M:System.Diagnostics.Metrics.Meter.CreateHistogram``1(System.String,System.String,System.String)" /> to create a Histogram object.</summary>
33
31
<remarks>
34
32
<formattype="text/markdown"><![CDATA[
35
33
36
34
## Remarks
37
35
38
-
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>
36
+
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/ObservableCounter`1.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,17 @@
27
27
<Interfaces />
28
28
<Docs>
29
29
<typeparamname="T">The type that the observable counter represents.</typeparam>
30
-
<summary>ObservableCounter is a metrics observable Instrument which reports monotonically increasing value(s) when the instrument is being observed.
31
-
e.g. CPU time (for different processes, threads, user mode or kernel mode).
32
-
Use Meter.CreateObservableCounter methods to create the observable counter object.</summary>
30
+
<summary>Represents a metrics-observable instrument that reports monotonically increasing values when the instrument is being observed, for example, CPU time (for different processes, threads, user mode, or kernel mode). Call <seecref="Overload:System.Diagnostics.Metrics.Meter.CreateObservableCounter" /> to create the observable counter object.</summary>
33
31
<remarks>
34
32
<formattype="text/markdown"><![CDATA[
35
33
36
34
## Remarks
37
35
38
-
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>
36
+
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/ObservableGauge`1.xml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@
27
27
<Interfaces />
28
28
<Docs>
29
29
<typeparamname="T">To be added.</typeparam>
30
-
<summary>ObservableGauge is an observable Instrument that reports non-additive value(s) when the instrument is being observed.
31
-
e.g. the current room temperature Use Meter.CreateObservableGauge methods to create the observable counter object.</summary>
30
+
<summary>Represents an observable instrument that reports non-additive values when the instrument is being observed, for example, the current room temperature. Call <seecref="Overload:System.Diagnostics.Metrics.Meter.CreateObservableGauge" /> to create the observable counter object.</summary>
32
31
<remarks>
33
32
<formattype="text/markdown"><![CDATA[
34
33
35
34
## Remarks
36
35
37
-
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>
36
+
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