Can you given some examples of the type of query you want to do?

If they of the form "what's the latency that 95% of requests complete 
within?" then you could use a "summary" instead of "histogram".  See:
https://prometheus.io/docs/practices/histograms/

However if you genuinely want to "capture back end latency *without 
aggregating*", then you shouldn't use prometheus at all - what you want is 
a logging system which captures all the individual events (e.g. loki, 
elasticsearch etc)

-- 
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/894176c2-8c40-4f1d-876d-da19155fe1efo%40googlegroups.com.

Reply via email to