Skip to content

Latest commit

 

History

History
103 lines (40 loc) · 4.33 KB

File metadata and controls

103 lines (40 loc) · 4.33 KB

1.0.0 (2024-06-24)

0.9.0 (2023-02-27)

Bug Fixes

0.8.1 (2023-01-07)

Bug Fixes

  • terminated session metrics are not deleted (d977b29)

0.8.0 (2023-01-06)

Features

  • add single session metric, keep metrics in memory until next scrape (e51cda1)

0.7.0 (2022-07-11)

Features

  • make compatible with latest open telemetry deps (5d6a543)

0.6.0 (2022-01-04)

Features

  • use @opentelemetry/sdw-metrics-base module (a75a4a9)

0.5.0 (2021-07-18)

Features

  • add array that expires contents after given time (9f5a6b4)
  • add up metric to indicate exporter state (ac00eb7)
  • make metrics retention configurable (7dc35d8)
  • store login sessions in expiring array (ab49f69)

0.4.0 (2021-07-17)

Features

  • reset metric after users have logged out (933faee)

0.3.0 (2021-07-17)

Bug Fixes

  • typo in EXPORTER_CHECK_INTERVAL_MILLIS (9e3a217)

Features

  • add command line flag parser (0473833)
  • exit with status 0 if help was requested (36f41f1)
  • respect commandline flags also (f61187b)
  • use 9839 as default port (b2e9e19)
  • use w -i to make sure ip is returned (b74fd49)

0.2.0 (2021-07-17)

Features

  • add prometheus exporter server (b3887d6)
  • add w command output parser (9e1e372)
  • add w exec command wrapper (8c16651)

0.1.0 (2021-07-16)