How to create a data link that correlates Y and X axis?

Hello, I have a table view that shows different information about different services we use, like total calls, failure rates, retries, etc, however there’s a catch, this is a table that monitors a batch run, so every single run will maybe have different services being called, and different results of metrics/logs in opensearch, so this cannot be static because the response depends on the Batch Run ID.
I would like to create a data link that would take me to opensearch to that specific metric correlated logs view, it needs to correlate the type of metric/log and the service related to that, and also the global batchID variable. I’ve being trying with dashboard links and uid’s but no luck.
Essentially, is an “individual cell data link”.
Any ideas?

Example below

image

check out the example on the play site:

https://play.grafana.org/d/6Hg9LVd4z/grafana-community-forum-category-response-rate?from=2022-11-01T10:00:00.000Z&to=2023-02-01T09:59:59.000Z&var-category=60&var-start=2023-05-01&var-end=2023-08-01&refresh=&editPanel=9

Thanks a lot @sowdenraymond, it’s good start, however I need to embed the batchID value + the X value and Y value, is it possible?
Captura de Tela 2024-10-08 às 15.17.48

  • as in concatenate them together, or + as in add the values together
1 Like

I’m able to get batchID value correctly, but for example the Total Vendor Responses for the first one (1000), when I pass value.raw or value.text it gives me the literal value 1000, I would like to replace it with the name of the vendor/service and the query reference that brings the total responses, I think I’m close but still needs more thinking

so maybe the stock table is not well suited for you. maybe use the html approach using Text panel or Business Text plugin. it would require sanitization to be off though

Does it (the plugin) work with log based sources? We are using opensearch

it is data source agnostic.

1 Like

testing the plugin, so far working fine, I can pass queries for each cell individually which is very convenient, thanks a lot

1 Like