diff --git a/xml/System.Diagnostics.Metrics/Meter.xml b/xml/System.Diagnostics.Metrics/Meter.xml index d9628f5223b..4bf6c87881c 100644 --- a/xml/System.Diagnostics.Metrics/Meter.xml +++ b/xml/System.Diagnostics.Metrics/Meter.xml @@ -191,7 +191,7 @@ Example uses for Histogram: the request duration and the size of the response pa To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by . + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by . Optional instrument unit of measurements. Optional instrument description. ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed. @@ -239,7 +239,7 @@ Example uses for ObservableCounter: The number of page faults for each process. To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by Optional instrument unit of measurements. Optional instrument description. ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed. @@ -287,7 +287,7 @@ Example uses for ObservableCounter: The number of page faults for each process. To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by . + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by . Optional instrument unit of measurements. Optional instrument description. ObservableCounter is an Instrument which reports monotonically increasing value(s) when the instrument is being observed. @@ -335,7 +335,7 @@ Example uses for ObservableCounter: The number of page faults for each process. To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by . + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by . Optional instrument unit of measurements. Optional instrument description. 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. @@ -375,7 +375,7 @@ Example uses for ObservableCounter: The number of page faults for each process. To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by . + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by . Optional instrument unit of measurements. Optional instrument description. 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. @@ -415,7 +415,7 @@ Example uses for ObservableCounter: The number of page faults for each process. To be added. The instrument name. cannot be . - The callback to call to get the measurements when the is called by . + The callback to call to get the measurements when ObservableCounter{T}.Observe() is called by . Optional instrument unit of measurements. Optional instrument description. 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.