-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into SIG-5260
- Loading branch information
Showing
2 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,49 @@ | ||
--- | ||
name: Request Dashboard | ||
about: Request a new dashboard for the SigNoz Dashboards repository | ||
title: '' | ||
title: '[Dashboard Request] ' | ||
labels: 'dashboard-template' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 📝 Dashboard Request Template | ||
<!-- Use this template to request a new dashboard for the SigNoz Dashboards repository. Providing detailed information will help us understand your needs better and speed up the dashboard creation process. --> | ||
|
||
*Use this template to request a new dashboard for the SigNoz Dashboards repository. Please provide as much detail as possible to help us understand your needs.* | ||
## Dashboard Name | ||
|
||
--- | ||
|
||
### 1. Dashboard Name | ||
<!-- Provide the name for the requested dashboard. Be specific (e.g., "MySQL Monitoring Dashboard"). --> | ||
|
||
Name of the requested dashboard (e.g., MySQL Monitoring Dashboard): | ||
## Expected Dashboard Sections and Panels | ||
|
||
--- | ||
(Can be tweaked (add or remove panels/sections) according to available metrics) | ||
|
||
### 2. Expected Dashboard Sections and Panels | ||
### Section Name | ||
|
||
#### Section Name | ||
<!-- Brief description of what this section should display (e.g., "Resource usage metrics for MySQL database"). --> | ||
|
||
Brief description of the section (e.g., "Resource usage metrics for MySQL database"). | ||
### Panel Name | ||
|
||
#### Panel Name | ||
<!-- Description of the panel (e.g., "Displays current CPU usage, memory usage, etc."). --> | ||
|
||
Panel description (e.g., "Value-type panels displaying current CPU usage, memory usage, etc."). | ||
|
||
- **Example:** | ||
<!-- - **Example:** | ||
- **Section**: Resource Metrics | ||
- **Panel**: CPU Usage - Displays the current CPU usage across all database instances. | ||
- **Panel**: Memory Usage - Displays the total memory used by the MySQL process. | ||
|
||
(Repeat this format for additional sections and panels) | ||
- **Panel**: Memory Usage - Displays the total memory used by the MySQL process. --> | ||
|
||
--- | ||
<!-- Repeat this format for any additional sections or panels. --> | ||
|
||
### 3. Expected Variables | ||
## Expected Dashboard Variables | ||
|
||
List any variables you expect to use in the dashboard (e.g., `deployment.environment`, `hostname`, etc.). | ||
<!-- List any dashboard variables that should be included in the dashboard. Examples could be `deployment.environment`, `hostname`, `region`, etc. --> | ||
|
||
--- | ||
## Additional Comments or Requirements | ||
|
||
### 4. Additional Comments or Requirements | ||
<!-- Include any other details, special requirements, or specific visualizations you'd like to request for this dashboard. --> | ||
|
||
Any additional details or special requirements for the dashboard? | ||
## References or Screenshots | ||
|
||
--- | ||
<!-- Add any references or screenshots of requested dashboard if available. --> | ||
|
||
### 📋 Notes | ||
## 📋 Notes | ||
|
||
Please review the [CONTRIBUTING.md](https://github.com/SigNoz/dashboards/blob/main/CONTRIBUTING.md) for guidelines on dashboard structure, naming conventions, and how to submit a pull request. | ||
|
||
--- | ||
Thank you for your request! We will review it and provide feedback or guidance as necessary. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters