You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
1
4
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2
+
## Unreleased
6
3
7
-
## [Unreleased]
8
-
9
-
## [0.7.0] - 2019-08-13
4
+
## 0.7.0 / 2019-08-13
10
5
11
6
## Changed
12
7
-**The used port has changed from `9288` to `9629`** to align with [the port allocation politics of Prometheus integrations](https://github.com/prometheus/prometheus/wiki/Default-port-allocations).
13
8
14
-
## [0.6.0] - 2019-07-17
9
+
## 0.6.0 / 2019-07-17
15
10
16
11
>**! Warning:** This release significantly changes logic of creating Gitlab issues and labeling scheme.
17
12
Please read more about the new grouping feature.
@@ -28,23 +23,23 @@ This applies only for issues younger than by default `1h` which can be controlle
28
23
Every appended issue gets new scoped label `appended-alerts::<numer>` with number of times it was appended.
29
24
- Readme notes about contributing and release.
30
25
31
-
## [0.5.0] - 2019-07-10
26
+
## 0.5.0 / 2019-07-10
32
27
33
28
## Added
34
29
- Added dynamic label addition from the alert labels using flag `dynamic.issue.label.name`
35
30
36
-
## [0.4.1] - 2019-06-27
31
+
## 0.4.1 / 2019-06-27
37
32
38
33
## Fixed
39
34
- Metric `app_build_info` is now initialized to value `1`
40
35
41
-
## [0.4.0] - 2019-06-27
36
+
## 0.4.0 / 2019-06-27
42
37
43
38
## Added
44
39
- Added time to log messages
45
40
- Added metric `app_build_info` with info about version of the app, build etc.
46
41
47
-
## [0.3.0] - 2019-06-26
42
+
## 0.3.0 / 2019-06-26
48
43
49
44
## Changed
50
45
- Removed Gitlab call from readiness probe since the alerts
@@ -53,15 +48,15 @@ are just enqueued and retrying should take care of that.
Tool which implements [Alertmanager](https://github.com/prometheus/alertmanager) webhook notifier
4
-
and creates Gitlab issue with the alert metadata.
6
+
and creates Gitlab issue based on the the alert. It allows you to define own issue template using the Go template, labeling scheme
7
+
of the resulting issue and group the alerts to a singe issue to avoid flooding yourself with identical issues.
8
+
9
+
> This is probably possible in the Ultimate version of GitLab using
10
+
> the [Prometheus integration](https://docs.gitlab.com/ee/user/project/integrations/prometheus.html#setting-up-alerts-for-prometheus-metrics-ultimate),
11
+
> so if you have the possibility maybe first try that.
5
12
6
13
For new features or changes check out the [CHANGELOG.md](./CHANGELOG.md)
7
14
@@ -87,6 +94,6 @@ Example kubernetes manifests can be found at [kubernetes/](./kubernetes)
87
94
88
95
**Contributing:**
89
96
1. Implement your changes and test them on your own testing repository.
90
-
1. Add note about changes made to the [CHANGELOG.md](CHANGELOG.md)`[Unreleased]` section.
97
+
1. Add note about changes made to the [CHANGELOG.md](CHANGELOG.md)`Unreleased` section.
0 commit comments