Releases: webdevops/pagerduty2es
Releases · webdevops/pagerduty2es
20.11.0
- 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
- 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
0.5.2
- Enable single run (
--scrape-time=0
) or daemonized run (scrape-time > 0)
0.5.0
- Add dyanmic index name (%y for year, %m for month and %d for day)
0.4.2
- Automatic proxy setting for elasticsearch
- Build fixes for docker hub
0.4.1
- Fix lint error, no other changes
0.4.0
- Implement elasticsearch bulk indexing
0.3.0
- 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
)