mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-23 14:44:23 +00:00
9b0ecaa0fe
* notify/email: wrap all errors for easier debugging In addition, this commit passes the current context to the TCP dialer and it doesn't log any QUIT errors if the email delivery wasn't successful. Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Fix typo Signed-off-by: Simon Pasquier <spasquie@redhat.com>
20 lines
278 B
Plaintext
20 lines
278 B
Plaintext
/data/
|
|
/alertmanager
|
|
/amtool
|
|
*.yml
|
|
*.yaml
|
|
/.build
|
|
/.release
|
|
/.tarballs
|
|
|
|
!.golangci.yml
|
|
!/cli/testdata/*.yml
|
|
!/cli/config/testdata/*.yml
|
|
!/config/testdata/*.yml
|
|
!/notify/email/testdata/*.yml
|
|
!/doc/examples/simple.yml
|
|
!/circle.yml
|
|
!/.travis.yml
|
|
!/.promu.yml
|
|
!/api/v2/openapi.yaml
|