Track who is sending a query from explore #690
Replies: 2 comments
-
We have redash running as well as grafana, and redash injects the current users information in the log_comment field as a parsable json. This is very useful, as we can attribute all queries back to source dashboard and or user. |
Beta Was this translation helpful? Give feedback.
-
As of 4.0.3, we have this feature available: #667 (discussion) Would this feature help? I see you want the user as part of the Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be helpful to be able to track who ran a query from explore, e.g if inefficient queries are identified we could use this to reach out and help users writer better queries
If I check the stats in system.query_log this is what grafana is sending.
forwarded_for
is just the IP of grafana itself. Maybe the user could be included in either user agent, or as client_name?Beta Was this translation helpful? Give feedback.
All reactions