Hi All,

Let us assume that we have some metrics like this,
up {instance="instance1", job="job1", namespace="namespace1", 
svc_name="first_service"}
up {instance="instance1", job="job2", namespace="namespace2", 
svc_name="second_service"}

is there a way to select specific labels from the server instead of getting 
all the labels in the result? like the svc_name, namespace.etc
something like this,

up{namespace="namespace1", svc_name="first_service"}
up{namespace="namespace2", svc_name="second_service"}

This is like selecting a couple of columns from a table containing 20 
columns.

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/2e28bf72-2159-4c01-afeb-d4f611760118n%40googlegroups.com.

Reply via email to