can i modify the Grafana dashboard to view HTTP response times to a lower granularity

Is there a way to modify the Grafana dashboard to view HTTP response times to a lower granularity specific to a certain API? i.e can i see the average response time of /users (assuming i have such an API endpoint)

Hi!

If you click on the compass in fly-metrics.net, you can see a full list of metrics and which labels are available (in prometheus a label is just something you can use to query data/differentiate it in a graph):

If these metrics don’t cover what you’re looking for (and it sounds like they don’t), we do support custom metrics. We’ll scrape whatever port/path you provide every 15min and make those metrics available via prometheus in grafana. Once those are available, you can make a new dashboard and add graphs.

From How To to Questions / Help

Added grafana

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.