2020-01-22 22:32:42 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve.
|
|
|
|
title: ''
|
|
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
|
2017-08-24 11:32:20 +00:00
|
|
|
<!--
|
|
|
|
|
2021-04-12 20:42:06 +00:00
|
|
|
Please do *NOT* ask support questions in Github issues.
|
2017-08-24 11:32:20 +00:00
|
|
|
|
2021-04-12 20:42:06 +00:00
|
|
|
If your issue is not a feature request or bug report use our
|
|
|
|
community support.
|
2017-08-24 11:32:20 +00:00
|
|
|
|
2021-04-12 20:42:06 +00:00
|
|
|
https://prometheus.io/community/
|
|
|
|
|
|
|
|
There is also commercial support available.
|
|
|
|
|
|
|
|
https://prometheus.io/support-training/
|
2017-08-24 11:32:20 +00:00
|
|
|
|
|
|
|
-->
|
2018-04-10 18:49:03 +00:00
|
|
|
|
2016-06-03 06:57:22 +00:00
|
|
|
**What did you do?**
|
|
|
|
|
|
|
|
**What did you expect to see?**
|
|
|
|
|
|
|
|
**What did you see instead? Under which circumstances?**
|
|
|
|
|
|
|
|
**Environment**
|
|
|
|
|
|
|
|
* System information:
|
|
|
|
|
|
|
|
insert output of `uname -srm` here
|
|
|
|
|
2017-08-21 23:46:49 +00:00
|
|
|
* Prometheus version:
|
2016-06-03 06:57:22 +00:00
|
|
|
|
2017-10-19 12:59:00 +00:00
|
|
|
insert output of `prometheus --version` here
|
2016-06-03 06:57:22 +00:00
|
|
|
|
|
|
|
* Alertmanager version:
|
|
|
|
|
2017-10-19 12:59:00 +00:00
|
|
|
insert output of `alertmanager --version` here (if relevant to the issue)
|
2016-06-03 06:57:22 +00:00
|
|
|
|
|
|
|
* Prometheus configuration file:
|
|
|
|
```
|
|
|
|
insert configuration here
|
|
|
|
```
|
|
|
|
|
|
|
|
* Alertmanager configuration file:
|
|
|
|
```
|
|
|
|
insert configuration here (if relevant to the issue)
|
|
|
|
```
|
|
|
|
|
2018-04-10 18:49:03 +00:00
|
|
|
|
2016-06-03 06:57:22 +00:00
|
|
|
* Logs:
|
|
|
|
```
|
|
|
|
insert Prometheus and Alertmanager logs relevant to the issue here
|
|
|
|
```
|