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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ Example uses for Histogram: the request duration and the size of the response pa
191
191
<Docs>
192
192
<typeparamname="T">To be added.</typeparam>
193
193
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
194
-
<paramname="observeValues">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
194
+
<paramname="observeValues">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
195
195
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed.</summary>
@@ -239,7 +239,7 @@ Example uses for ObservableCounter: The number of page faults for each process.
239
239
<Docs>
240
240
<typeparamname="T">To be added.</typeparam>
241
241
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
242
-
<paramname="observeValue">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" /></param>
242
+
<paramname="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" /></param>
243
243
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed.</summary>
@@ -287,7 +287,7 @@ Example uses for ObservableCounter: The number of page faults for each process.
287
287
<Docs>
288
288
<typeparamname="T">To be added.</typeparam>
289
289
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
290
-
<paramname="observeValue">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
290
+
<paramname="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
291
291
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed.</summary>
@@ -335,7 +335,7 @@ Example uses for ObservableCounter: The number of page faults for each process.
335
335
<Docs>
336
336
<typeparamname="T">To be added.</typeparam>
337
337
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
338
-
<paramname="observeValues">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
338
+
<paramname="observeValues">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
339
339
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableGauge is an asynchronous Instrument which reports non-additive value(s) (e.g. the room temperature - it makes no sense to report the temperature value from multiple rooms and sum them up) when the instrument is being observed.</summary>
@@ -375,7 +375,7 @@ Example uses for ObservableCounter: The number of page faults for each process.
375
375
<Docs>
376
376
<typeparamname="T">To be added.</typeparam>
377
377
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
378
-
<paramname="observeValue">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
378
+
<paramname="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
379
379
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableGauge is an asynchronous Instrument which reports non-additive value(s) (e.g. the room temperature - it makes no sense to report the temperature value from multiple rooms and sum them up) when the instrument is being observed.</summary>
@@ -415,7 +415,7 @@ Example uses for ObservableCounter: The number of page faults for each process.
415
415
<Docs>
416
416
<typeparamname="T">To be added.</typeparam>
417
417
<paramname="name">The instrument name. cannot be <seelangword="null" />.</param>
418
-
<paramname="observeValue">The callback to call to get the measurements when the <seecref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
418
+
<paramname="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <seecref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
419
419
<paramname="unit">Optional instrument unit of measurements.</param>
<summary>ObservableGauge is an asynchronous Instrument which reports non-additive value(s) (e.g. the room temperature - it makes no sense to report the temperature value from multiple rooms and sum them up) when the instrument is being observed.</summary>
0 commit comments