| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSample |
DiagnosticMetricSample.withIsAggregated(Boolean isAggregated)
Set whether the values are aggregates across all workers or not.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMaximum(Double maximum)
Set maximum of the metric sampled during the time period.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withMinimum(Double minimum)
Set minimum of the metric sampled during the time period.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withRoleInstance(String roleInstance)
Set role Instance.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTimestamp(org.joda.time.DateTime timestamp)
Set time at which metric is measured.
|
DiagnosticMetricSample |
DiagnosticMetricSample.withTotal(Double total)
Set total value of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<DiagnosticMetricSample> |
DiagnosticMetricSet.values()
Get collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticMetricSet |
DiagnosticMetricSet.withValues(List<DiagnosticMetricSample> values)
Set collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/