Skip to content

Releases: benclapp/time_of_use_exporter

v0.2.2

17 Aug 02:46
c989fc9
Compare
Choose a tag to compare

Changelog

  • 808cb89 Bump github.com/prometheus/client_golang from 1.17.0 to 1.19.1 (#5)
  • c989fc9 Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 (#8)
  • 02ffe48 Bump github.com/prometheus/client_model (#6)
  • b0d9ceb Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#7)

v0.2.1

13 May 22:52
aa3ee66
Compare
Choose a tag to compare

Changelog

  • aa3ee66 Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#4)

v0.2.0

13 Dec 11:01
2210d42
Compare
Choose a tag to compare

Changelog

  • ad3045c Add support for dynamic labels in timeWindows
  • 2b4bb11 Handle time window end of midnight
  • 2210d42 Merge pull request #3 from benclapp/labels-on-time-windows
  • 6354cfe Update readme for new labels

v0.1.2

12 Dec 10:45
Compare
Choose a tag to compare

Changelog

  • 1ca680d Import "time/tzdata" as a last resort for envs where tz data not available

v0.1.1

12 Dec 10:32
6a8536a
Compare
Choose a tag to compare

Changelog

  • 6a8536a Merge pull request #2 from benclapp/ci-fixes
  • e3868ef Switch default port to 10007
  • 4ece2ab bump docker/login-action step to latest

v0.1.0

12 Dec 10:02
4da5ea4
Compare
Choose a tag to compare

Changelog

  • 88a4dd1 Add TODOs, shuffle tests
  • 606f5df Add go test workflow
  • fa706c0 Add intial goreleaser
  • 0a6e295 Add some config env vars and docs
  • 60183c5 Add tests for collectLocalizedTimezones()
  • 82786a7 Add time of use metrics, refactor to hopefully better handle DST in isWithinTimeWindow()
  • 1a09dd4 Add tou metric description, and funcs to calculate value considering TimeWindows, and tests
  • f52fb24 Additions so far - export localised timezone metrics - config live reloading - some initial tests
  • 4da5ea4 Merge pull request #1 from benclapp/initial-poc
  • a7ede9b Revert "make test fail to confirm workflow"
  • 7c7edf1 Validate config on load for valid timezones, and timeWindow start/end times
  • c64cfaa Validate tou timezone on config load
  • 45dc5d5 initial commit
  • ba079a8 make test fail to confirm workflow