Skip to content

Commit

Permalink
Merge branch 'develop' into SIG-5260
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarRajput-7 authored Sep 19, 2024
2 parents 7a09d2b + fc7a94f commit 611db51
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
49 changes: 20 additions & 29 deletions .github/ISSUE_TEMPLATE/request_dashboard.md
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.
13 changes: 12 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Also, have a look at these [good first issues label](https://github.com/SigNoz/s
- [To run ClickHouse setup](#41-to-run-clickhouse-setup-recommended-for-local-development)
- [Contribute to SigNoz Helm Chart](#5-contribute-to-signoz-helm-chart-)
- [To run helm chart for local development](#51-to-run-helm-chart-for-local-development)
- [Contribute to Dashboards](#6-contribute-to-dashboards-)
- [Other Ways to Contribute](#other-ways-to-contribute)

# 1. General Instructions 📝
Expand Down Expand Up @@ -369,6 +370,17 @@ curl -sL https://github.com/SigNoz/signoz/raw/develop/sample-apps/hotrod/hotrod-

---

# 6. Contribute to Dashboards 📈

**Need to Update: [https://github.com/SigNoz/dashboards](https://github.com/SigNoz/dashboards)**

To contribute a new dashboard template for any service, follow the contribution guidelines in the [Dashboard Contributing Guide](https://github.com/SigNoz/dashboards/blob/main/CONTRIBUTING.md). In brief:

1. Create a dashboard JSON file.
2. Add a README file explaining the dashboard, the metrics ingested, and the configurations needed.
3. Include screenshots of the dashboard in the `assets/` directory.
4. Submit a pull request for review.

## Other Ways to Contribute

There are many other ways to get involved with the community and to participate in this project:
Expand All @@ -379,7 +391,6 @@ There are many other ways to get involved with the community and to participate
- Help answer questions on forums such as Stack Overflow and [SigNoz Community Slack Channel](https://signoz.io/slack).
- Tell others about the project on Twitter, your blog, etc.


Again, Feel free to ping us on [`#contributing`](https://signoz-community.slack.com/archives/C01LWQ8KS7M) or [`#contributing-frontend`](https://signoz-community.slack.com/archives/C027134DM8B) on our slack community if you need any help on this :)

Thank You!

0 comments on commit 611db51

Please sign in to comment.