mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 03:27:29 +01:00
53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
name: 🚤 Performance Issue
|
|
labels: ["performance"]
|
|
description: |
|
|
Use this template if you are seeing performance issues such as slow loading times or high CPU usage.
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Check for existing issues
|
|
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
|
options:
|
|
- label: Completed
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: How is Dozzle deployed?
|
|
description: Select the components that you are using.
|
|
options:
|
|
- Standalone Deployment
|
|
- Agents
|
|
- Remote Hosts
|
|
- Swarm Mode
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: Dozzle version
|
|
description: Can be found in logs or settings page.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: ✅ Command used to run Dozzle
|
|
description: Please provide the command used to run Dozzle. Provide docker-compose.yml if applicable.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the performance issue you are seeing
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: How many containers, hosts, agents, etc. are you using?
|
|
description: Any details to reproduce the issue would be helpful. If related to volume of logs, please provide a guesstimate of how many logs are being generated.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots, videos, or logs
|
|
description: Drag issues into the text input below
|
|
validations:
|
|
required: false
|