That seems wrong, and I can't reproduce it here.

- What's the prometheus version?
- What's the scrape interval for this metric?
- Does anything get logged by prometheus when you run this query and get 
empty result? (e.g. "journalctl -eu prometheus" if running under systemd)
- How many timeseries does this metric have?  Does it make a difference if 
you limit the query to a single TS, e.g. 
elasticsearch_breakers_estimated_size{foo="bar"} ?
- What happens if you give an instant query with a range vector? This 
should give you a matrix with the raw ingested data points

curl -g 
'http://prometheus:9090/api/v1/query?query=elasticsearch_breakers_estimated_size_bytes[60m]'

-- 
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/6920c53f-1f10-4d07-82d2-542db5573d4eo%40googlegroups.com.

Reply via email to