Releases: joshuasing/starlink_exporter
Releases · joshuasing/starlink_exporter
starlink_exporter v0.6.2
What's Changed
This release contains a fix that caused a crash at startup. Sorry for the inconvenience this bug has caused.
🐛 Fixes
- cmd/starlink_exporter: fix pprof handlers by @joshuasing in #43
Full Changelog: v0.6.1...v0.6.2
starlink_exporter v0.6.1
What's Changed
🔧 Improvements
- cmd/starlink_exporter: add landing page, version, pprof by @joshuasing in #42
⚙️ Other
- goreleaser: remove duplicate line from changelog by @joshuasing in #39
- internal/spacex: regen 2025.01.22.mr48363 by @joshuasing in #41
Full Changelog: v0.6.0...v0.6.1
starlink_exporter v0.6.0
New metrics
Metric name | Description |
---|---|
starlink_dish_alert_unexpected_location |
Whether the Starlink dish is in an unexpected location |
starlink_dish_alert_install_pending |
Whether a Starlink Dish software update is pending installation |
starlink_dish_alert_alert_is_heating |
Whether the Starlink dish is heating (snow melting) |
starlink_dish_alert_is_power_save_idle |
Whether the Starlink dish is currently in power saving mode |
starlink_dish_alert_signal_lower_than_predicted |
Whether the Starlink dish signal is lower than predicted |
What's Changed
🔧 Improvements
- internal/spacex: regen with api v29, 2025.01.14.mr48087.1 by @joshuasing in #36
- internal/exporter: add five alert metrics by @joshuasing in #37
⚙️ Other
- goreleaser: fix deprecation warnings, attest artifacts by @joshuasing in #38
Full Changelog: v0.5.0...v0.6.0
starlink_exporter v0.5.0
What's Changed
🔧 Improvements
- exporter: add tilt and gps metrics by @joshuasing in #27
- internal/exporter: add location metrics (fixes #28) by @joshuasing in #31
- docker: add EXPOSE 9451 instruction (fix #32) by @joshuasing in #33
- internal/exporter: expose Dish mobility class by @joshuasing in #35
⚙️ Other
- spacex/api: regen 2024.12.17.mr47156.1 by @joshuasing in #26
- internal/spacex: regen with 2024.12.28.cr47554.3 by @joshuasing in #30
- .github: add funding file by @joshuasing in #34
Full Changelog: v0.4.0...v0.5.0
Full Changelog: v0.4.0...v0.5.0
starlink_exporter v0.4.0
What's Changed
✨ Additions
New metrics
Metric name | Description |
---|---|
starlink_dish_desired_boresight_azimuth_deg |
Starlink dish desired boresight azimuth degrees |
starlink_dish_desired_boresight_elevation_deg |
Starlink dish desired boresight elevation degrees |
- exporter: add desired boresight metrics by @joshuasing in #25
🐛 Fixes
- .goreleaser.yaml: fix docker image signing by @joshuasing in #24
Full Changelog: v0.3.1...v0.4.0
starlink_exporter v0.3.1
What's Changed
⚠️ Breaking changes
Metric removed: starlink_dish_prolonged_obstruction_duration_seconds
(no longer provided by Dishy API)
- spacex/api: regen 2024.12.12.mr46969.2 by @joshuasing in #23
Full Changelog: v0.3.0...v0.3.1
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
starlink_exporter v0.2.2
Changelog
Other
- 6d253fe: all: improve linting (#15) (@joshuasing)
- 2224bca: refactor(spacex/api): regen 2024.12.04.cr46620.14913.1 (#14) (@joshuasing)
- db96779: scrape: fix pop_ping_latency_seconds (fix #13) (#16) (@joshuasing)
Full Changelog: v0.2.1...v0.2.2
starlink_exporter v0.2.1
Changelog
Documentation
- bc67d94: docs(readme): add go install command (#9) (@joshuasing)
Other
- 9d37f71: refactor(spacex/api): regen 2024.11.21.mr46196.1 (#12) (@joshuasing)
Full Changelog: v0.2.0...v0.2.1
starlink_exporter v0.2.0
Changelog
✨ Additions
- 72417a6: feat(history): get history from Dishy (#4) (@raphielscape) - Thank you! ❤️
📖 Documentation
- ce437a5: docs: improve readme, add security policy (#8) (@joshuasing)
⚙️ Other
- e6c6a9f: chore(scripts/version): add copyright header (#5) (@joshuasing)
- 2f315b5: ci(go): add golangci-lint, update download-syft action (#7) (@joshuasing)
- c59fbc4: ci: add go workflow, update actions (#1) (@joshuasing)
- 256b250: go.mod: update deps (#3) (@joshuasing)
- b3fd24b: refactor(spacex/api): regen 2024.10.24.mr44924.2, proto-gen-go v1.35.1 (#6) (@joshuasing)
- 515fe9b: spacex/api: update to API v28, software 2024.10.15.mr44519 (#2) (@joshuasing)
Full Changelog: v0.1.0...v0.2.0