-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polish docs for mobile push notifications #27745
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! I've left you some style edits and a question
@@ -426,6 +415,29 @@ On the Traces page, you can view and search all of the traces that you have acce | |||
|
|||
For example, to filter on traces with the tag `#env:prod` or the tag `#test`, use the query `"env:prod" OR test`. Click into individual services to expand associated spans, and select spans to view info, errors, and related logs. You can also open traces from services and logs. | |||
|
|||
## Notifications | |||
|
|||
The mobile app is able to send out regular as well as critical notifications. As a reminder, critical notifications can circumvent your Do Not Disturb (DnD) mode. This is however only possible if you **explicitly** grant us permission to do so on your device. Critical notifications are only supported in the context of [Datadog On-Call][24]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mobile app is able to send out regular as well as critical notifications. As a reminder, critical notifications can circumvent your Do Not Disturb (DnD) mode. This is however only possible if you **explicitly** grant us permission to do so on your device. Critical notifications are only supported in the context of [Datadog On-Call][24]. | |
The mobile app is able to send out regular as well as critical notifications. Critical notifications can circumvent your Do Not Disturb (DnD) mode, but you must **explicitly** grant Datadog permission to do so on your device. Critical notifications are only supported in the context of [Datadog On-Call][24]. |
The mobile app is able to send out regular as well as critical notifications. As a reminder, critical notifications can circumvent your Do Not Disturb (DnD) mode. This is however only possible if you **explicitly** grant us permission to do so on your device. Critical notifications are only supported in the context of [Datadog On-Call][24]. | ||
|
||
### Push Notifications for On-Call | ||
To properly set up your mobile device for On-Call, please follow [this guide][25]. Once set up, make sure you visit your [On-Call profile][26] and select your mobile device in your notification preferences. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To properly set up your mobile device for On-Call, please follow [this guide][25]. Once set up, make sure you visit your [On-Call profile][26] and select your mobile device in your notification preferences. | |
To set up your mobile device for On-Call, follow [this guide][25]. After you've set up your mobile device, navigate to your [On-Call profile][26] and select the device in your notification preferences. |
### Push Notifications for On-Call | ||
To properly set up your mobile device for On-Call, please follow [this guide][25]. Once set up, make sure you visit your [On-Call profile][26] and select your mobile device in your notification preferences. | ||
|
||
### Push Notifications for Incidents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Push Notifications for Incidents | |
### Push Notifications for incidents |
To properly set up your mobile device for On-Call, please follow [this guide][25]. Once set up, make sure you visit your [On-Call profile][26] and select your mobile device in your notification preferences. | ||
|
||
### Push Notifications for Incidents | ||
To stay up to date on new and ongoing incidents, Incident Management allows you to receive push notifications via [Incident Notification Rules][13]. Here's a step-by-step guide on how to set that up: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To stay up to date on new and ongoing incidents, Incident Management allows you to receive push notifications via [Incident Notification Rules][13]. Here's a step-by-step guide on how to set that up: | |
To stay up to date on new and ongoing incidents, Incident Management allows you to receive push notifications using [Incident Notification Rules][13]. To receive push notifications: |
1. Navigate to **Account**. | ||
2. Click **Notifications**. | ||
3. Select the toggle for **Enable Notifications**. | ||
4. Next, in the Datadog web app, navigate to [Incident Notification Rules][13]. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4. Next, in the Datadog web app, navigate to [Incident Notification Rules][13]. | |
4. In Datadog, navigate to [Incident Notification Rules][13]. |
1. Navigate to **Account**. | ||
2. Click **Notifications**. | ||
3. Select the toggle for **Enable Notifications**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the first 3 steps happening? Is this referring to the mobile device settings, the Datadog app, or the Datadog Mobile App? If it's the Datadog app, a link to the page would be good. If it's a mobile device, are the instructions the same for Android and iOS?
|
||
For more information on configuring Incident Notification Rules, see the [Incidents settings docs][14]. | ||
|
||
### Push Notifications from Workflows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Push Notifications from Workflows | |
### Push notifications from Workflow Automation |
For more information on configuring Incident Notification Rules, see the [Incidents settings docs][14]. | ||
|
||
### Push Notifications from Workflows | ||
It is also possible to trigger push notifications directly from Workflows via the [Send mobile push notification message action][27]. All you need to provide is the target user and the body of the push notification and you're good to go. Note, the target user must have already logged into the Datadog Mobile application and allowed the Datadog mobile application to receive push notifications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is also possible to trigger push notifications directly from Workflows via the [Send mobile push notification message action][27]. All you need to provide is the target user and the body of the push notification and you're good to go. Note, the target user must have already logged into the Datadog Mobile application and allowed the Datadog mobile application to receive push notifications. | |
It is also possible to trigger push notifications directly from Workflows using the [Send mobile push notification message action][27]. Provide the target user and the body of the push notification. Before the user can receive push notifications, they must log into the Datadog Mobile application and allow the Datadog mobile application to receive push notifications. |
What does this PR do? What is the motivation?
Docs mentioned solely push notifications for incident management before, ignoring On-Call and Workflows. This PR fixes it
Merge instructions
Merge readiness:
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes