Skip to content

Commit 9f3f21a

Browse files
authored
Fix xref warnings (dotnet#7089)
1 parent 3e26d4d commit 9f3f21a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

xml/System.Diagnostics.Metrics/Meter.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Example uses for Histogram: the request duration and the size of the response pa
191191
<Docs>
192192
<typeparam name="T">To be added.</typeparam>
193193
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
194-
<param name="observeValues">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
194+
<param name="observeValues">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
195195
<param name="unit">Optional instrument unit of measurements.</param>
196196
<param name="description">Optional instrument description.</param>
197197
<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.
239239
<Docs>
240240
<typeparam name="T">To be added.</typeparam>
241241
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
242-
<param name="observeValue">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" /></param>
242+
<param name="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" /></param>
243243
<param name="unit">Optional instrument unit of measurements.</param>
244244
<param name="description">Optional instrument description.</param>
245245
<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.
287287
<Docs>
288288
<typeparam name="T">To be added.</typeparam>
289289
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
290-
<param name="observeValue">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
290+
<param name="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
291291
<param name="unit">Optional instrument unit of measurements.</param>
292292
<param name="description">Optional instrument description.</param>
293293
<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.
335335
<Docs>
336336
<typeparam name="T">To be added.</typeparam>
337337
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
338-
<param name="observeValues">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
338+
<param name="observeValues">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
339339
<param name="unit">Optional instrument unit of measurements.</param>
340340
<param name="description">Optional instrument description.</param>
341341
<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.
375375
<Docs>
376376
<typeparam name="T">To be added.</typeparam>
377377
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
378-
<param name="observeValue">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
378+
<param name="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
379379
<param name="unit">Optional instrument unit of measurements.</param>
380380
<param name="description">Optional instrument description.</param>
381381
<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.
415415
<Docs>
416416
<typeparam name="T">To be added.</typeparam>
417417
<param name="name">The instrument name. cannot be <see langword="null" />.</param>
418-
<param name="observeValue">The callback to call to get the measurements when the <see cref="M:System.Diagnostics.Metrics.ObservableCounter`1.Observe" /> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
418+
<param name="observeValue">The callback to call to get the measurements when <code>ObservableCounter{T}.Observe()</code> is called by <see cref="M:System.Diagnostics.Metrics.MeterListener.RecordObservableInstruments" />.</param>
419419
<param name="unit">Optional instrument unit of measurements.</param>
420420
<param name="description">Optional instrument description.</param>
421421
<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

Comments
 (0)