I’m using one of the newer grafana plug ins which uses Sentry. There are limited query types and not much documentation out there on them.
I’m trying to create a time graph which shows my Sentry event “End Session” which includes a tag called “Session-Duration” which is a calculated integer of how long a session in our app is. I am attempting to make this our y-axis.
However it never seems to configure with that varaible in the y-axis, as I get error “Session-Duration is not a valid column”. The only thing that I have found to work is count() which is not what I want to use. Max(), avg() etc does not work.
I would like the session-duration values of each sentry event’s tag to be displayed as the y-axis, but it doesn’t seem to recognize that variable.
Has anyone else worked with the Sentry plug-in and have encountered attempting to make one of the tag values a y-axis? Thanks!