diff --git a/frontend/src/container/FormAlertRules/index.tsx b/frontend/src/container/FormAlertRules/index.tsx index 70c035feb76..cb5bd1004e8 100644 --- a/frontend/src/container/FormAlertRules/index.tsx +++ b/frontend/src/container/FormAlertRules/index.tsx @@ -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 /> diff --git a/frontend/src/container/GridCardLayout/GridCardLayout.tsx b/frontend/src/container/GridCardLayout/GridCardLayout.tsx index f4c8b34743e..664c5464f50 100644 --- a/frontend/src/container/GridCardLayout/GridCardLayout.tsx +++ b/frontend/src/container/GridCardLayout/GridCardLayout.tsx @@ -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 /> diff --git a/frontend/src/container/ListAlertRules/ListAlert.tsx b/frontend/src/container/ListAlertRules/ListAlert.tsx index 8cd151fa396..2d52374deb0 100644 --- a/frontend/src/container/ListAlertRules/ListAlert.tsx +++ b/frontend/src/container/ListAlertRules/ListAlert.tsx @@ -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 /> ); diff --git a/frontend/src/container/ListOfDashboard/DashboardsList.tsx b/frontend/src/container/ListOfDashboard/DashboardsList.tsx index cb975f9f2c6..1ff98a8d22a 100644 --- a/frontend/src/container/ListOfDashboard/DashboardsList.tsx +++ b/frontend/src/container/ListOfDashboard/DashboardsList.tsx @@ -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 }} /> diff --git a/frontend/src/container/NewWidget/index.tsx b/frontend/src/container/NewWidget/index.tsx index ca7ec82ff2f..659dc016ad4 100644 --- a/frontend/src/container/NewWidget/index.tsx +++ b/frontend/src/container/NewWidget/index.tsx @@ -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 /> {isSaveDisabled && (