There is a performance related issue we're facing in Prometheus coming from 
a label with a constant value across all (thousands of) time series. The 
label filter in query causes a large quantity of metadata to load in memory 
overwhelming Prometheus backends. Without this filter, the queries run 
reasonably well. We are planning to exclude this label in ingestion in 
future, but for now we need a workaround.

my_series{*global_label="constant-value"*,  l1="..", l2=".."}

Is there a mechanism to automatically exclude global_label in query 
configuration: remote_read subsection, or elsewhere?

thanks,
Johny



-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/87c4d1f9-01bd-4ff6-8c1e-c72c846ad438n%40googlegroups.com.

Reply via email to