I have a requirement to reproduce an existing performance report as a New Relic graph. The existing report produced by our custom APM solution shows a graph with the average response time of all web requests in a given time period. Also plotted on the same graph are the 5%-95% and 1%-99% percentiles for the corresponding average response at the same time of week over the last 60 days. You select the time period start and end you are interested in.
I'm quite new to NRQL. Anyone know what query to use in New Relic to produce the same graph.
Thanks
I haven't tried anything yet because I don't know where to start.