Skip to content

Releases: FUSAKLA/autograf

v2.2.0

14 Jul 09:39
Compare
Choose a tag to compare

Changelog

  • 191583b chore: bump version 2.2.0
  • 5587e74 chore: fix CI go version... c'mon yaml! :rollingeyes:
  • cfc4554 docs: update readme witn new configs
  • d70685a feat: upgrade all dependencies
  • 37b1795 feat: upgraded to go 1.20
  • 00ea9b2 feat: add prometheus_bearer_token config option
  • 3bc74fe docs: add note about example
  • 15c0af5 docs: add new flag to readme

v2.1.0

06 May 20:48
3dd93f3
Compare
Choose a tag to compare

Changelog

  • 3dd93f3 Update README.md
  • 4cda9f5 chore: bump 2.1.0 version
  • 3d98ed0 feat: update example demo to new grafana version 9.5.1 and verify Autograf works well with it
  • 8843116 feat: upgrade all dependencies
  • 94cd751 feat: add new flag --ignore-config|-i to ignore any configuration file
  • 5b46fe3 fix: set the heatmap panels to not calculate the histogram buckets
  • 2bee3ff ci: add more strict lint settings

v2.0.1

08 Nov 09:01
b8bf846
Compare
Choose a tag to compare

Fixed

  • Fix heatmap panel query format to be valid

v2.0.0

06 Nov 15:13
Compare
Choose a tag to compare

Added

  • Build binaries for darwin and windows (not tested, please do report if you encounter any issues!)
  • Config is now loaded also from location ~/.config.autograf.json (Which config is used is printed to stderr to ease debugging)
  • Support more metric units (amper, hertz, volt, ...)
  • Experimental support for customization of the generated panels using the metric HELP text, see the docs
  • Added demo in the ./examples/demo
  • --version flag to print out Autograf version

Changed

  • Optimized for the newest Grafana releases (9.2+)
  • Use the new heatmap Grafana panel
  • Switch range selector from 3m to special Grafana variable $__rate_interval
  • Upgraded to Go 1.19
  • Ignore OpenMetrics _created metrics (for more info see this issue)
  • Handle metrics ending with _time|_time_seconds|_timestamp|_timestamp_seconds as timestamps in seconds and subtract them from time()
  • Improve layout of generated panels
  • Add metric names in the name of the row for better visibility

v1.1.0

12 Aug 07:28
Compare
Choose a tag to compare

Added

  • Short flags for most common flags, see --help or readme

Fixed

  • Correctly handle metric selectors if no --selector is set

Changed

  • Metric with unknown type is now visualized as gauge in time series panel as "best effort"

v1.0.1

12 Jul 15:43
Compare
Choose a tag to compare

Changelog

v1.0.0

12 Jul 00:58
Compare
Choose a tag to compare

Changelog

Initial release