How to add static Identifier fields in query columns #231
Unanswered
meneer-code
asked this question in
Q&A
Replies: 2 comments
-
I don't think it is possible to setup a static field. May be a feature request.. |
Beta Was this translation helpful? Give feedback.
0 replies
-
would like this feature too... i.e. diff by query label, or by URI itself or be able to add static field to a response on Grafana side |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
I'm making multiple queries to the same URL (just a different path variable in the url), but the external API does not provide an identifier in the response, so I'm getting this back:
The API requests differ only in the URL, everything else is the same:
Query 1:
https://api.opensea.io/api/v1/collection/animo-official/stats
Query 2:
https://api.opensea.io/api/v1/collection/morethangamersnftmtg/stats
Query 3:
https://api.opensea.io/api/v1/collection/alienfrensnft/stats
After merging the columns successfully, I get this:

The problem is that there is no way to define a static column with the query name or URL. I would ideally like to add a "Title" column stating Query 1, Query 2, Query 3
Is this possible, or should I set up my process differently?
Beta Was this translation helpful? Give feedback.
All reactions