public static class MetricsApi.ListActiveMetricsOptionalParameters extends Object
| Constructor and Description |
|---|
ListActiveMetricsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
MetricsApi.ListActiveMetricsOptionalParameters |
host(String host)
Set host.
|
MetricsApi.ListActiveMetricsOptionalParameters |
tagFilter(String tagFilter)
Set tagFilter.
|
public MetricsApi.ListActiveMetricsOptionalParameters host(String host)
host - Hostname for filtering the list of metrics returned. If set, metrics retrieved
are those with the corresponding hostname tag. (optional)public MetricsApi.ListActiveMetricsOptionalParameters tagFilter(String tagFilter)
tagFilter - Filter metrics that have been submitted with the given tags. Supports
boolean and wildcard expressions. Cannot be combined with other filters. (optional)Copyright © 2024. All rights reserved.