From a801a1a6e79f193437f75165f230abeec9f1ff26 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Mon, 10 Feb 2020 22:56:17 +0200 Subject: [PATCH] .github/ISSUE_TEMPLATE: ask for command-line flags and Prometheus logs --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cebb73f151..0d0453541d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,5 +26,16 @@ $ ./victoria-metrics-prod --version victoria-metrics-20190730-121249-heads-single-node-0-g671d9e55 ``` +**Used command-line flags** +Command-line flags are listed as `flag{name="httpListenAddr", value=":443"} 1` lines at `/metrics` page. +See the following docs for details: + +* [monitoring for single-node VictoriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/README.md#monitoring) +* [montioring for VictoriaMetrics cluster](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/cluster/README.md#monitoring) + **Additional context** -Add any other context about the problem here such as error logs, `/metrics` output, screenshots from [the official Grafana dashboard for VictoriaMetrics](https://grafana.com/dashboards/10229). +Add any other context about the problem here such as error logs from VictoriaMetrics and Prometheus, +`/metrics` output, screenshots from the official Grafana dashboards for VictoriaMetrics: + +* [Grafana dashboard for single-node VictoriaMetrics](https://grafana.com/dashboards/10229) +* [Grafana dashboard for VictoriaMetrics cluster](https://grafana.com/grafana/dashboards/11176)