Skip to content

Releases: webdevops/pagerduty2es

20.11.0

16 Nov 20:38
Compare
Choose a tag to compare
  • update golang dependencies
  • image now build by GitHub actions and pushed to Docker Hub and Quay
  • switch to multi arch build (amd64 & arm64)

20.8.0

16 Aug 11:12
Compare
Choose a tag to compare
  • switch to golang 1.15
  • update golangci-lint to 1.130.0
  • Improve cached dependency fetching in Dockerfile
  • Add /healthz endpoint
  • implement logrus for logging
  • renaming to pagerduty2es (from pagerdtuy2elasticsearch-exporter)
  • general cleanup

20.6.0

21 Jun 16:59
Compare
Choose a tag to compare

0.5.2

18 Mar 00:30
Compare
Choose a tag to compare
  • Enable single run (--scrape-time=0) or daemonized run (scrape-time > 0)

0.5.1

16 Mar 21:37
Compare
Choose a tag to compare
  • Improve error handling

0.5.0

05 Mar 20:51
Compare
Choose a tag to compare
  • Add dyanmic index name (%y for year, %m for month and %d for day)

0.4.2

05 Mar 20:07
Compare
Choose a tag to compare
  • Automatic proxy setting for elasticsearch
  • Build fixes for docker hub

0.4.1

04 Mar 21:43
Compare
Choose a tag to compare
  • Fix lint error, no other changes

0.4.0

04 Mar 21:37
Compare
Choose a tag to compare
  • Implement elasticsearch bulk indexing

0.3.0

04 Mar 20:31
Compare
Choose a tag to compare
  • Implement es indexing in background
  • Add elasticsearch retry
  • Rename prometheus indices (pagerduty2es_incident_counter -> pagerduty2es_incident_total and pagerduty2es_incident_logentry_counter -> pagerduty2es_incident_logentry_total)