Skip to content

Commit 14f89b2

Browse files
committed
added a link back in
1 parent 1941b8d commit 14f89b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-local/manage/health-service-cluster-performance-history.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ foreach (CimInstance Node in Nodes)
112112

113113
Invoke **GetMetric** to begin streaming samples of an expert-curated list of essential metrics based on provided metric names from **MetricName** parameter, which are collected efficiently and aggregated dynamically across nodes, with built-in logic to detect cluster membership. Samples arrive based on the provided timeframe from the **StreamName** parameter.
114114

115+
For the complete list of available metrics, see [Performance history for Storage Spaces Direct](/windows-server/storage/storage-spaces/performance-history).
116+
115117
### IObserver.OnNext()
116118
This sample code uses the [Observer Design Pattern](/dotnet/standard/events/observer-design-pattern) to implement an Observer whose **OnNext()** method is invoked when each new sample of metrics arrives. Its **OnCompleted()** method is called if/when streaming ends. For example, you might use it to reinitiate streaming, so that it continues indefinitely.
117119

0 commit comments

Comments
 (0)