-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set up Metrics #838
Comments
I don't know if usear agent might also be useful to see the usage per app. Not sure if other apps sets User-Agent to something specific (GNOME Maps sets "gnome-maps/" in the User-Agent header). |
I also already had the idea for metrics per app, but left it for future improvements because it would need support by the clients. I thought about a separate URL parameter or similar with the app id, but the user agent would also be a possibility. A topic to research for web clients would be whether they can set a different user agent for their requests, as normally it is set by the browser (also see https://stackoverflow.com/a/71172812). |
I agree this would be cool to have. I think Spline already has a Garafana instance that we could probably use. (I can of course help when access to the server is necessary) |
Number of queries etc are intended to be directly included into MOTIS as Prometheus metrics, see here: motis-project/motis#696 |
It would be very interesting to have metrics for the Transitous instance of Motis:
For example Grafana could be used for building a dashboard and Prometheus for collecting the data.
The request based matrics could be derived from the server logs:
For the system resources there are other exporters:
Maybe I could try to implement this myself.
What do you think about this?
The text was updated successfully, but these errors were encountered: