-
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 'feat/trial-end-screen-UI-fixes' of github.com:sharpshoo…
…ter90/signoz into feat/trial-end-screen-UI-fixes
- Loading branch information
Showing
19 changed files
with
157 additions
and
28 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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: Request Dashboard | ||
about: Request a new dashboard for the SigNoz Dashboards repository | ||
title: '' | ||
labels: 'dashboard-template' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## 📝 Dashboard Request Template | ||
|
||
*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.* | ||
|
||
--- | ||
|
||
### 1. Dashboard Name | ||
|
||
Name of the requested dashboard (e.g., MySQL Monitoring Dashboard): | ||
|
||
--- | ||
|
||
### 2. Expected Dashboard Sections and Panels | ||
|
||
#### Section Name | ||
|
||
Brief description of the section (e.g., "Resource usage metrics for MySQL database"). | ||
|
||
#### Panel Name | ||
|
||
Panel description (e.g., "Value-type panels displaying current CPU usage, memory usage, etc."). | ||
|
||
- **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) | ||
|
||
--- | ||
|
||
### 3. Expected Variables | ||
|
||
List any variables you expect to use in the dashboard (e.g., `deployment.environment`, `hostname`, etc.). | ||
|
||
--- | ||
|
||
### 4. Additional Comments or Requirements | ||
|
||
Any additional details or special requirements for the dashboard? | ||
|
||
--- | ||
|
||
### 📋 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"rps_over_100": "You are sending data at more than 100 RPS, your ingestion may be rate limited. Please reach out to us via Intercom support." | ||
"rps_over_100": "You are sending data at more than 100 RPS, your ingestion may be rate limited. Please reach out to us via Intercom support or " | ||
} |
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,3 +1,3 @@ | ||
{ | ||
"rps_over_100": "You are sending data at more than 100 RPS, your ingestion may be rate limited. Please reach out to us via Intercom support." | ||
"rps_over_100": "You are sending data at more than 100 RPS, your ingestion may be rate limited. Please reach out to us via Intercom support or " | ||
} |
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
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
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
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
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 |
---|---|---|
|
@@ -92,9 +92,10 @@ function ServiceMetricTable({ | |
return ( | ||
<> | ||
{RPS > MAX_RPS_LIMIT && ( | ||
<Flex justify="center"> | ||
<Flex justify="left"> | ||
<Typography.Title level={5} type="warning" style={{ marginTop: 0 }}> | ||
<WarningFilled /> {getText('rps_over_100')} | ||
<a href="mailto:[email protected]">email</a> | ||
</Typography.Title> | ||
</Flex> | ||
)} | ||
|
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 |
---|---|---|
|
@@ -49,10 +49,11 @@ function ServiceTraceTable({ | |
return ( | ||
<> | ||
{RPS > MAX_RPS_LIMIT && ( | ||
<Flex justify="flex-end"> | ||
<Typography.Text type="warning" style={{ marginTop: 0 }}> | ||
<Flex justify="left"> | ||
<Typography.Title level={5} type="warning" style={{ marginTop: 0 }}> | ||
<WarningFilled /> {getText('rps_over_100')} | ||
</Typography.Text> | ||
<a href="mailto:[email protected]">email</a> | ||
</Typography.Title> | ||
</Flex> | ||
)} | ||
|
||
|
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
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
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
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
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
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
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
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
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
Submodule signoz-core-ui
added at
f8c925