2019-07-31 12:39:41 +00:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
title: ''
|
|
|
|
labels: ''
|
|
|
|
assignees: ''
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
**Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
|
|
|
|
**To Reproduce**
|
|
|
|
Steps to reproduce the behavior
|
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
|
|
|
**Screenshots**
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
|
|
|
**Version**
|
|
|
|
The line returned when passing `--version` command line flag to binary. For example:
|
|
|
|
```
|
|
|
|
$ ./victoria-metrics-prod --version
|
|
|
|
victoria-metrics-20190730-121249-heads-single-node-0-g671d9e55
|
|
|
|
```
|
|
|
|
|
2020-02-10 20:56:17 +00:00
|
|
|
**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)
|
|
|
|
|
2019-07-31 12:39:41 +00:00
|
|
|
**Additional context**
|
2020-02-10 20:56:17 +00:00
|
|
|
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)
|