exclude Filters
Parameters
value
List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here. Conflicts with include_filter
.
Parameters
values
List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here. Conflicts with include_filter
.
suspend fun excludeFilters(vararg argument: suspend MetricStreamExcludeFilterArgsBuilder.() -> Unit)
Parameters
argument
List of exclusive metric filters. If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here. Conflicts with include_filter
.