antlr / grammars-v4

Grammars written for ANTLR v4; expectation that the grammars are free of actions.
MIT License
10.14k stars 3.7k forks source link

how to add label #2524

Open lbyzx123 opened 2 years ago

lbyzx123 commented 2 years ago

promQL:sum(rate(kube_pod_container_status_restarts_total{job="kube-state-metrics"}[120m]) OR on() vector(0))by(container) > 2 metrics kube_pod_container_status_restarts_total add label: group="123456"

KvanTTT commented 2 years ago

Please elaborate, I don't understand what you mean.