Add support for monitoring.regex.full_match
in the google-cloud-monitoring
#12746
Labels
api: monitoring
Issues related to the Cloud Monitoring API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The
google-cloud-monitoring
does not supportmonitoring.regex.full_match
.See https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-monitoring/google/cloud/monitoring_v3/query.py#L622-L637
I need to have a way to pass
key=value
without escaping to fully use the functionality, e.g. themonitoring.regex.full_match
. Now, when I call e.g.I get an error, because the filter built from the params is like this:
but I need
The text was updated successfully, but these errors were encountered: