starlink_exporter v0.3.0
What's Changed
⚠️ Breaking changes
Some metrics have been renamed for consistency and to follow best pratices:
Old metric name | New metric name |
---|---|
starlink_up |
starlink_dish_up |
starlink_dish_power_input |
starlink_dish_power_input_watts |
starlink_dish_power_input_histogram |
starlink_dish_power_input_watts_histogram |
starlink_dish_downlink_throughput_histogram |
starlink_dish_downlink_throughput_bps_histogram |
starlink_dish_uplink_throughput_histogram |
starlink_dish_uplink_throughput_bps_histogram |
- exporter: clean up history scraping by @joshuasing in #17
- exporter: deduplicate and simplify descs by @joshuasing in #20
📖 Documentation
- readme: add metric table by @joshuasing in #19
⚙️ Other
- all: use github release changelogs by @joshuasing in #18
Full Changelog: v0.2.2...v0.3.0