You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using the openvscode-server to provide our users with an online vscode editor.
We would like to have the vscode server logs synced to our backoffice grafana dashboard.
Is this something that Gitpod is doing in any way and can share what's your technical process of collecting these logs?
Is this something that perhaps already has builtin support for?
One way of doing that that I could think of was starting a file watcher on the user-data directory where the logs are, and then when a line is added - send the logs to our backoffice.
Then I'll do it for each log file I care about like the remoteagent.log file etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
We are using the openvscode-server to provide our users with an online vscode editor.
We would like to have the vscode server logs synced to our backoffice grafana dashboard.
Is this something that Gitpod is doing in any way and can share what's your technical process of collecting these logs?
Is this something that perhaps already has builtin support for?
One way of doing that that I could think of was starting a file watcher on the user-data directory where the logs are, and then when a line is added - send the logs to our backoffice.
Then I'll do it for each log file I care about like the
remoteagent.log
file etc.Beta Was this translation helpful? Give feedback.
All reactions