Releases: MacroPower/wakatime_exporter
Releases · MacroPower/wakatime_exporter
0.1.0
0.1.0-rc.1
⚠️ ChangesWAKA_LISTEN_ADDR
toWAKA_LISTEN_ADDRESS
.⚠️ Changes--web.telemetry-path
to--web.metrics-path
.⚠️ Changes License fromGPL-2.0
toApache-2.0
.- Adds support for disabling exporter metrics.
- Adds support for enabling/disabling collectors.
0.0.5
0.0.4
- Adds goal metrics
wakatime_goal_info
,wakatime_goal_progress_seconds_total
, andwakatime_goal_seconds
. - Adds leader metrics
wakatime_rank
, user rank on the leaderboard. - Adds total metrics
cumulative_total
, total time captured since beginning of time. - Adds support for environment variables (see readme.md)
- Breaks each endpoint into a separate collector for better speed and more granular logs/metrics.
0.0.3
- Fixes an issue where dates were not being updated after the daily rollover.
0.0.2
- Adds a
t-offset
parameter for adjusting the date calculation (for the Wakatime daily stat rollover). - Adds metrics for category, project, and total (which is equal to the sum of any other subsystems)
0.0.1
Initial release of wakatime_exporter.