Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T04:26:00.000Z (8 months ago)
- Last Synced: 2024-04-14T06:48:16.420Z (8 months ago)
- Topics: flight-simulation, prometheus-exporter, vatsim, vatsim-data
- Language: Rust
- Homepage:
- Size: 451 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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}`