Skip to content

Commit

Permalink
chore: update datadog metrics list (#770)
Browse files Browse the repository at this point in the history
* chore: add bounced metric and fix typo

* fix: remove markdown syntax for hyperlink that doesn't work here
  • Loading branch information
cellomatt authored Feb 7, 2025
1 parent 34a6505 commit 4b93805
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion content/integrations/extensions/datadog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ Get started with our Datadog dashboard starter kit to start monitoring Knock met
type="count"
description="How many deliveries ended in failure (not retryable), segmented by `channel` and `workflow` key."
/>
<Attribute
name="knock.message_bounced_error.total"
type="count"
description="How many deliveries ended in non-retryable errors from downstream providers, segmented by `channel` and `workflow` key."
/>
<Attribute
name="knock.workflow_recipient_run.total"
type="count"
Expand All @@ -96,7 +101,7 @@ Get started with our Datadog dashboard starter kit to start monitoring Knock met
<Attribute
name="knock.integration_event_received.total"
type="count"
description="Hhe raw number of events received by Knock from an [integration source](https://docs.knock.app/integrations/sources/overview), segmented by `source_type`."
description="The raw number of events received by Knock from an integration source, segmented by `source_type`."
/>
<Attribute
name="knock.integration_action_run.total"
Expand Down

0 comments on commit 4b93805

Please sign in to comment.