Add app ID and name to user events (sessions, connections) #674
Closed
mountaindude
started this conversation in
Ideas
Replies: 2 comments
-
Delivered in v9.7.0. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature enables charts like this in Grafana: |
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
-
App id is available in the message sent from QS to Butler SOS.
I.e. the id of the app that for example a "connection open" event refers to.
For other events it may not be available.
When app id is available in the incoming message, pass it on to InfluxDB, New Relic and MQTT.
Also try to look up the app name in the app id-to-name mapping table that can be enabled in the config file.
The incoming message to Butler SOS can look like this:
The app id is available in the "/app/?" section.
Only get app id when that string begins with "/app/".
Beta Was this translation helpful? Give feedback.
All reactions