You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/integrations/extensions/datadog.mdx
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,19 @@ This integration will send a stream of metrics as they happen from your Knock ac
30
30
31
31
- Environment
32
32
- Workflow key
33
+
- Workflow category
33
34
- Workflow exec mode
34
35
- Channel or workflow step type
36
+
- Channel provider
35
37
- Integration source type
36
38
- Error reason
37
39
38
40
Please refer to your Datadog pricing agreement for information on how custom metrics sent to Datadog are priced for your account.
39
41
40
42
At this time there is no way to selectively enable specific metrics, however metrics will only be emitted to Datadog for features that you are actively using in Knock.
41
43
44
+
A workflow can have one or more [categories](/concepts/workflows#workflow-categories). For applicable metrics, each category will have a unique tag on the emitted metrics; a workflow with categories `transcational` and `updates` will have the tags `workflow_category:transcational` and `workflow_category:updates`.
45
+
42
46
## Installing the integration
43
47
44
48
1. Visit the **Extensions** page under the **Integrations** section of your Knock dashboard account settings
@@ -78,32 +82,32 @@ Get started with our Datadog dashboard starter kit to start monitoring Knock met
78
82
<Attribute
79
83
name="knock.message_delivered.total"
80
84
type="count"
81
-
description="How many messages have been delivered, segmented by `channel` and `workflow` key."
85
+
description="How many messages have been delivered, segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
description="How many deliveries ended in a retryable failure, segmented by `channel` and `workflow` key."
90
+
description="How many deliveries ended in a retryable failure, segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
87
91
/>
88
92
<Attribute
89
93
name="knock.message_delivered_error.total"
90
94
type="count"
91
-
description="How many deliveries ended in failure (not retryable), segmented by `channel` and `workflow` key."
95
+
description="How many deliveries ended in failure (not retryable), segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
92
96
/>
93
97
<Attribute
94
98
name="knock.message_bounced_error.total"
95
99
type="count"
96
-
description="How many deliveries ended in non-retryable errors from downstream providers, segmented by `channel` and `workflow` key."
100
+
description="How many deliveries ended in non-retryable errors from downstream providers, segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
97
101
/>
98
102
<Attribute
99
103
name="knock.workflow_recipient_run.total"
100
104
type="count"
101
-
description="How many workflow recipient runs have been started, segmented by `workflow` keyand `exec_mode`."
105
+
description="How many workflow recipient runs have been started, segmented by `workflow` key, `exec_mode`, and `workflow_category`."
102
106
/>
103
107
<Attribute
104
108
name="knock.workflow_recipient_run_error.total"
105
109
type="count"
106
-
description="How many errors were experienced during a workflow recipient run, segmented by `workflow` key, `exec_mode`, `step_type`, and the error `reason`. A workflow recipient run can report more than one error."
110
+
description="How many errors were experienced during a workflow recipient run, segmented by `workflow` key, `exec_mode`, `step_type`, `workflow_category`, and the error `reason`. A workflow recipient run can report more than one error."
Copy file name to clipboardExpand all lines: content/integrations/extensions/new-relic.mdx
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,19 @@ This integration will stream metrics from your Knock account to your New Relic a
30
30
31
31
- Environment
32
32
- Workflow key
33
+
- Workflow category
33
34
- Workflow exec mode
34
35
- Channel or workflow step type
36
+
- Channel provider
35
37
- Integration source type
36
38
- Error reason
37
39
38
40
Please refer to your New Relic pricing agreement for information on how custom metrics sent to New Relic are priced for your account.
39
41
40
42
At this time there is no way to selectively enable specific metrics, but metrics will only be emitted to New Relic for features that you are actively using in Knock.
41
43
44
+
A workflow can have one or more [categories](/concepts/workflows#workflow-categories). For applicable metrics, each category will have a unique tag on the emitted metrics; a workflow with categories `transcational` and `updates` will have the tags `workflow_category:transcational` and `workflow_category:updates`.
45
+
42
46
## Installing the integration
43
47
44
48
1. Visit the **Extensions** page under the **Integrations** section of your Knock dashboard account settings
@@ -84,27 +88,27 @@ Get started with our New Relic dashboard starter kit to start monitoring Knock m
84
88
<Attribute
85
89
name="knock.message_delivered.total"
86
90
type="count"
87
-
description="How many messages have been delivered, segmented by `channel` and `workflow` key."
91
+
description="How many messages have been delivered, segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
description="How many deliveries ended in a retryable failure, segmented by `channel` and `workflow` key."
96
+
description="How many deliveries ended in a retryable failure, segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
93
97
/>
94
98
<Attribute
95
99
name="knock.message_delivered_error.total"
96
100
type="count"
97
-
description="How many deliveries ended in failure (not retryable), segmented by `channel` and `workflow` key."
101
+
description="How many deliveries ended in failure (not retryable), segmented by `channel`, `provider`, `workflow` key, and `workflow_category`."
98
102
/>
99
103
<Attribute
100
104
name="knock.workflow_recipient_run.total"
101
105
type="count"
102
-
description="How many workflow recipient runs have been started, segmented by `workflow` keyand `exec_mode`."
106
+
description="How many workflow recipient runs have been started, segmented by `workflow` key, `exec_mode`, and `workflow_category`."
103
107
/>
104
108
<Attribute
105
109
name="knock.workflow_recipient_run_error.total"
106
110
type="count"
107
-
description="How many errors were experienced during a workflow recipient run, segmented by `workflow` key, `exec_mode`, `step_type`, and the error `reason`. A workflow recipient run can report more than one error."
111
+
description="How many errors were experienced during a workflow recipient run, segmented by `workflow` key, `exec_mode`, `step_type`, `workflow_category`, and the error `reason`. A workflow recipient run can report more than one error."
0 commit comments