| Name | Type | Description | Notes |
|---|---|---|---|
| base_credentials | AWSBaseCredentials | [optional] | |
| custom_namespaces | list[str] | A list of custom namespace that limit what we query from metric plus | [optional] |
| host_name_tags | list[str] | A list of AWS instance tags that, when found, will be used as the "source" name in a series. Default: ["hostname", "host", "name"]. If no tag in this list is found, the series source is set to the instance id. | [optional] |
| instance_selection_tags_expr | str | A string expressing the allow list of AWS instance tag-value pairs. If the instance's AWS tags match this allow list, data about this instance is ingested from EC2 APIs Multiple entries are OR'ed. Key-value pairs in the string are separated by commas and in the form k=v. Example: "k1=v1, k1=v2, k3=v3". | [optional] |
| metric_filter_regex | str | A regular expression that a metric name must match (case-insensitively) in order to be ingested | [optional] |
| point_tag_filter_regex | str | A regular expression that AWS tag key name must match (case-insensitively) in order to be ingested | [optional] |
| volume_selection_tags_expr | str | A string expressing the allow list of AWS volume tag-value pairs. If the volume's AWS tags match this allow list, Data about this volume is ingested from EBS APIs. Multiple entries are OR'ed. Key-value pairs in the string are separated by commas and in the form k=v. Example: "k1=v1, k1=v2, k3=v3". | [optional] |
This repository was archived by the owner on Jan 16, 2026. It is now read-only.