-
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
Update to MOTIS v0.12.13. #495
Conversation
before: transitous/motis/config.ini.j2 Line 36 in 66ebf9d
now:
Additionally, we have Open Telemetry (OTEL) support (MOTIS issue 541) and have a metrics endpoint for Prometheus, so it's possible now to create Grafana dashboards to monitor matching quality of real-time feeds to GTFS static sources, plot query runtimes, etc. Be aware that if you use OTEL, routing queries will be logged (which enables us to identify problematic queries, but might not be what you want regarding privacy). Edit: To really make use of |
Thanks for the details @felixguendling . |
@felixguendling I think we can remove some of the gtfsclean options to make this work, should be simple |
If MOTIS doesn't handle something like missing files or other stuff (which was handled by |
I don't think there is a need to get rid of gtfsclean. It's nice for debugging to have known correct files that you can inspect in a text editor. |
Activating |
I already did that I think, is there anything missing? |
It doesn't seem to be activated in the configuration file: transitous/motis/config.ini.j2 Lines 33 to 42 in 5eff476
The default is that it's turned off: |
I made the change here: #507 I haven't had time to deploy it to our test instance on europe.motis-project.de - so if you don't want any surprises I can give you green light after I tested it. If you're adventurous, you can just merge it and see what happens. I hope it should be fine. |
Thanks, but it's already activated in this merge request, and I already tested it with a small subset of the feeds |
c6c9f58
to
ad8a7ad
Compare
It has duplicate merging parameters that should (to my understanding) fix real time use when GTFS feeds overlaps.
We could add use to the configuration once this PR would be merged.