thousandeyes-sdk-python/thousandeyes-sdk-streaming/docs/FiltersMetricsExcludedMetrics.md
2026-09-10 16:54:07 +00:00

1.1 KiB

FiltersMetricsExcludedMetrics

Metric names to exclude. Values must match the stream's dataModelVersion.

Properties

Name Type Description Notes

Example

from thousandeyes_sdk.streaming.models.filters_metrics_excluded_metrics import FiltersMetricsExcludedMetrics

# TODO update the JSON string below
json = "{}"
# create an instance of FiltersMetricsExcludedMetrics from a JSON string
filters_metrics_excluded_metrics_instance = FiltersMetricsExcludedMetrics.from_json(json)
# print the JSON string representation of the object
print(FiltersMetricsExcludedMetrics.to_json())

# convert the object into a dict
filters_metrics_excluded_metrics_dict = filters_metrics_excluded_metrics_instance.to_dict()
# create an instance of FiltersMetricsExcludedMetrics from a dict
filters_metrics_excluded_metrics_from_dict = FiltersMetricsExcludedMetrics.from_dict(filters_metrics_excluded_metrics_dict)

[Back to Model list] [Back to API list] [Back to README]