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
Add metrics to track the validity of vehicle positions from GTFS-RT feeds. This helps transit agencies identify data quality issues in their real-time vehicle position feeds.
Background
The original Java Watchdog included position validation, but the Go version needs to implement this using only public GTFS-RT feeds without requiring internal server access.
Vehicle Position Validation Metrics
Description
Add metrics to track the validity of vehicle positions from GTFS-RT feeds. This helps transit agencies identify data quality issues in their real-time vehicle position feeds.
Background
The original Java Watchdog included position validation, but the Go version needs to implement this using only public GTFS-RT feeds without requiring internal server access.
Implementation Details
Data Source
server.VehiclePositionUrl
configurationNew Prometheus Metrics
invalid_vehicle_positions_count_gtfs_rt
gtfs_rt_url
,server_id
valid_vehicle_positions_percent_gtfs_rt
gtfs_rt_url
,server_id
Validation Rules
The text was updated successfully, but these errors were encountered: