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**
|
2020-12-11 20:08:59 +00:00
|
|
|
A clear and concise description of what the bug is.
|
2021-05-26 09:26:45 +00:00
|
|
|
It would be a great [upgrading](https://docs.victoriametrics.com/#how-to-upgrade)
|
|
|
|
to [the latest available release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases)
|
2020-12-11 20:08:59 +00:00
|
|
|
and verifying whether the bug is reproducible there.
|
2021-04-20 17:16:17 +00:00
|
|
|
It is also recommended reading [troubleshooting docs](https://docs.victoriametrics.com/#troubleshooting).
|
2019-07-31 12:39:41 +00:00
|
|
|
|
|
|
|
**To Reproduce**
|
2020-12-08 12:33:42 +00:00
|
|
|
Steps to reproduce the behavior.
|
2019-07-31 12:39:41 +00:00
|
|
|
|
|
|
|
**Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
|
2021-05-26 09:26:45 +00:00
|
|
|
**Logs**
|
|
|
|
Check if any warnings or errors were logged by VictoriaMetrics components
|
|
|
|
or components in communication with VictoriaMetrics (e.g. Prometheus, Grafana).
|
|
|
|
|
2019-07-31 12:39:41 +00:00
|
|
|
**Screenshots**
|
|
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
|
2021-05-26 09:26:45 +00:00
|
|
|
For VictoriaMetrics health-state issues please provide full-length screenshots
|
|
|
|
of Grafana dashboards if possible:
|
|
|
|
* [Grafana dashboard for single-node VictoriaMetrics](https://grafana.com/dashboards/10229)
|
|
|
|
* [Grafana dashboard for VictoriaMetrics cluster](https://grafana.com/grafana/dashboards/11176)
|
|
|
|
|
|
|
|
See how to setup monitoring here:
|
|
|
|
* [monitoring for single-node VictoriaMetrics](https://docs.victoriametrics.com/#monitoring)
|
|
|
|
* [montioring for VictoriaMetrics cluster](https://docs.victoriametrics.com/Cluster-VictoriaMetrics.html#monitoring)
|
|
|
|
|
2019-07-31 12:39:41 +00:00
|
|
|
**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**
|
2021-05-26 09:26:45 +00:00
|
|
|
Please provide applied command-line flags used for running VictoriaMetrics and its components.
|
2020-02-10 20:56:17 +00:00
|
|
|
|