We noticed that Prometheus is taking huge memory and slow. So by referring 
to the internet 
[https://www.robustperception.io/dropping-metrics-at-scrape-time-with-prometheus/]
 
we removed the "id" using the below lines. 

    metric_relabel_configs:
    - source_labels: ['id']
      regex: '.*'
      action: drop

But that removed all columns, how we can remove only the Id? 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/38da0cf5-bb4c-488e-ab6b-08fdca0af0a4n%40googlegroups.com.

Reply via email to