chore: update facing issues text (#4942)

This commit is contained in:
Vishal Sharma 2024-04-30 23:38:15 +05:30 committed by GitHub
parent 191d9b0648
commit 33960b05fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 15 additions and 10 deletions

View File

@ -584,10 +584,10 @@ function FormAlertRules({
}}
className="facing-issue-btn"
eventName="Alert: Facing Issues in alert"
buttonText="Facing Issues in alert"
buttonText="Need help with this alert?"
message={`Hi Team,
I am facing issues configuring alerts in SigNoz. Here are my alert rule details
I need help in configuring this alert. Here are my alert rule details
Name: ${alertDef?.alert || ''}
Alert Type: ${alertDef?.alertType || ''}
@ -595,6 +595,7 @@ State: ${(alertDef as any)?.state || ''}
Alert Id: ${ruleId}
Thanks`}
// onHover: Click here to get help with this alert
/>
</Col>
</PanelContainer>

View File

@ -492,15 +492,16 @@ function GraphLayout({ onAddPanelHandler }: GraphLayoutProps): JSX.Element {
screen: 'Dashboard Details',
}}
eventName="Dashboard: Facing Issues in dashboard"
buttonText="Facing Issues in dashboard"
buttonText="Need help with this dashboard?"
message={`Hi Team,
I am facing issues configuring dashboard in SigNoz. Here are my dashboard details
I need help with this dashboard. Here are my dashboard details
Name: ${data?.title || ''}
Dashboard Id: ${selectedDashboard?.uuid || ''}
Thanks`}
// onHover: Click here to get help for this dashboard
/>
<ButtonContainer>
<Tooltip title="Open in Full Screen">

View File

@ -363,13 +363,14 @@ function ListAlert({ allAlertRules, refetch }: ListAlertProps): JSX.Element {
screen: 'Alert list page',
},
eventName: 'Alert: Facing Issues in alert',
buttonText: 'Facing Issues in alert',
buttonText: 'Facing issues with alerts?',
message: `Hi Team,
I am facing issues with alerts.
I need help with managing alerts.
Thanks`,
}}
// onHover: Click here to get help with alerts
/>
</>
);

View File

@ -390,12 +390,13 @@ function DashboardsList(): JSX.Element {
screen: 'Dashboard list page',
},
eventName: 'Dashboard: Facing Issues in dashboard',
buttonText: 'Facing Issues in dashboard',
buttonText: 'Facing issues with dashboards?',
message: `Hi Team,
I am facing issues with dashboards.
I need help with dashboards.
Thanks`,
// onHover: Click here to get help with dashboards
}}
/>
</TableContainer>

View File

@ -413,16 +413,17 @@ function NewWidget({ selectedGraph }: NewWidgetProps): JSX.Element {
screen: 'Dashboard list page',
}}
eventName="Dashboard: Facing Issues in dashboard"
buttonText="Facing Issues in dashboard"
buttonText="Need help with this chart?"
message={`Hi Team,
I am facing issues configuring dashboard in SigNoz. Here are my dashboard details
I need help in creating this chart. Here are my dashboard details
Name: ${selectedDashboard?.data.title || ''}
Panel type: ${graphType}
Dashboard Id: ${selectedDashboard?.uuid || ''}
Thanks`}
// onHover: Click here to get help in creating chart
/>
<ButtonContainer>
{isSaveDisabled && (