https://github.com/fpletz/vatsim-exporter
Prometheus Exporter for the VATSIM Data Feed
https://github.com/fpletz/vatsim-exporter
flight-simulation prometheus-exporter vatsim vatsim-data
Last synced: about 1 year ago
JSON representation
Prometheus Exporter for the VATSIM Data Feed
- Host: GitHub
- URL: https://github.com/fpletz/vatsim-exporter
- Owner: fpletz
- License: mit
- Created: 2023-06-29T13:14:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T19:05:58.000Z (about 1 year ago)
- Last Synced: 2025-04-28T19:43:21.236Z (about 1 year ago)
- Topics: flight-simulation, prometheus-exporter, vatsim, vatsim-data
- Language: Rust
- Homepage:
- Size: 788 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vatsim-exporter
This is a Prometheus exporter for the VATSIM data feed. It includes metrics of online controllers and pilots.
## Available Metrics
* `vatsim_airport_arrivals_current{icao,state}`
* `vatsim_airport_departures_current{icao,state}`
* `vatsim_controller_online_seconds_count{callsign,cid,name,facility}`
* `vatsim_pilot_altitude{callsign,cid,name}`
* `vatsim_pilot_groundspeed{callsign,cid,name}`
* `vatsim_pilot_heading{callsign,cid,name}`
* `vatsim_pilot_latitude{callsign,cid,name}`
* `vatsim_pilot_longitude{callsign,cid,name}`