metricsql icon indicating copy to clipboard operation
metricsql copied to clipboard

Support remove label

Open foreverrice opened this issue 2 years ago • 0 comments

When I use PushdownBinaryOpFilters Example: sum(rabbitmq_queue_messages_unacknowledged) change to sum(rabbitmq_queue_messages_unacknowledged{job=''rabbitmq-exporter}) But before PushdownBinartOpFilters,I want remove the label of job Example: sum(rabbitmq_queue_messages_unacknowledged{job=''rabbitmq-exporter}) change to sum(rabbitmq_queue_messages_unacknowledged) Does this feature currently support it? It's really useful !

foreverrice avatar Oct 20 '23 06:10 foreverrice