Skip to content

Releases: m-lab/alertmanager-github-receiver

v0.11

04 Jan 15:19
3f7b053
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10...v0.11

Fix support for Github Enterprise, and improve -authtoken-file

25 Jun 15:28
4cc7884
Compare
Choose a tag to compare

Fix getOrgAndRepoFromIssue for enterprise (#45)
Use flagx.File for authtoken-file flag (#46)

Add GithubEnterprise and -label-on-resolve options

17 Jun 13:49
9b19ca4
Compare
Choose a tag to compare

Use new location for webhook.Message (#33)
Added a configurable template to generate the issue title. (#34) …
Added a -label-on-resolved flag. (#38) …
Make issues.Client.LabelIssue() idempotent for delete. (#40)
Support github enterprise (#43) …

Add githubreceiver_alerts_total

03 Jun 14:58
03ebae4
Compare
Choose a tag to compare
Merge pull request #30 from m-lab/sandbox-roberto-improve-metrics

Add amreceiver_alerts_total metric

Release v0.7: Configurable alert label

03 Dec 22:01
41d73dc
Compare
Choose a tag to compare

This release adds the ability to specify the label that specifies something is an alert. The default remains alert:boom:, but if you need a different one you can specify it with a command line option.

Release: v0.6 Support Extra Labels

22 Jun 15:33
7eda373
Compare
Choose a tag to compare

This release adds the ability to specify additional static labels that will be added to all new issues.

Release v0.5: support in-memory operation

22 Jun 12:02
4313b5f
Compare
Choose a tag to compare

This release supports an in-memory option, to allow running the receiver without contacting the github api.

Release: Add Native Prometheus Metrics

18 Jun 18:25
72bc343
Compare
Choose a tag to compare

This version of the github-receiver includes native prometheus metrics for tracking number of requests processed as well as the current GitHub API Rate Limits and Rate Remaining metrics. All failures are also counted.

Release: enable routing alerts to multiple repos

07 Jun 02:14
4e1350b
Compare
Choose a tag to compare
Merge pull request #10 from m-lab/sandbox-soltesz-reporoute

Enable routing alerts to multiple repos

Auto Close Disabled by Default

06 Dec 19:44
9dfa3d3
Compare
Choose a tag to compare

This release adds an option to auto-close issues (where before it was unconditional) and the default behavior is to leave issues open, requiring a person to manually resolve issues.