Hello,
I would like to know how to go about extracting the data that popped up when the mouse is hovered over a certain time frame inside a graph panel. Using the demo site as an example, I would like to extract all the web server names and their values at a specific time from Grafana.
For example:
2020-11-11 15:34:50
web_server_01: 26.75
web_server_02: 55.35
web_server_03: 84.90
web_server_04: 112.95
Selecting the time is not important but the data pop up at a certain time is. Is there API or internal Grafana query that I can use to achieve this?