Example
I am getting a series for a metric with a label called store
which contains the storeId
. Now I would like to add another label storeName
and fill it with external information (API-call/CSV/other Prometheus "metric"/merging from mysql/...
). Is this possible? If so, in which ways?
Goal
To show the resulting metric in Grafana graph panels so that it contains names rather than IDs.