I need some help with tooltips on time series graph in Grafana. I am executing a kusto query which projects these 3 values: date_time (timestamp), data (int), and build_id (string).
Using this query, I am creating a time series graph. By default when i hover over any data point on the graph, i can only see data value as tool-tip. I also want to show build_id along with data on hover. In future, I might need to include more information in this tool tips information.
any workaround to get this working in grafana for now?