I want to filter metrics on tag value with a regex. I can do it in Prometheus but I could not find an equivalent way in Datadog.
For example, to select the following metric whose status
tag value starts with 2
, I can use the query http.server.requests.count{status=~"^2..$"}
I have the same metric with the same tags in Datadog too, but couldn't find a way to have the same query.