2023-03-03 15:11:06 +00:00
|
|
|
name: Question
|
|
|
|
description: Ask a question regarding VictoriaMetrics or its components
|
|
|
|
labels: [question]
|
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: describe-the-component
|
|
|
|
attributes:
|
|
|
|
label: Is your question request related to a specific component?
|
|
|
|
placeholder: |
|
|
|
|
VictoriaMetrics, vmagent, vmalert, vmui, etc...
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
id: describe-the-question
|
|
|
|
attributes:
|
|
|
|
label: Describe the question in detail
|
|
|
|
description: |
|
|
|
|
A clear and concise description of the issue and the question.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: checkboxes
|
|
|
|
id: troubleshooting
|
|
|
|
attributes:
|
|
|
|
label: Troubleshooting docs
|
|
|
|
description: I am familiar with the following troubleshooting docs
|
|
|
|
options:
|
2024-04-18 01:26:36 +00:00
|
|
|
- label: General - https://docs.victoriametrics.com/troubleshooting/
|
2023-03-03 15:11:06 +00:00
|
|
|
required: false
|
2024-04-17 23:36:13 +00:00
|
|
|
- label: vmagent - https://docs.victoriametrics.com/vmagent/#troubleshooting
|
2023-03-03 15:11:06 +00:00
|
|
|
required: false
|
2024-04-17 23:44:12 +00:00
|
|
|
- label: vmalert - https://docs.victoriametrics.com/vmalert/#troubleshooting
|
2024-04-17 23:36:13 +00:00
|
|
|
required: false
|