Skip to content

Commit 6796cbe

Browse files
committed
updates based on feedback
1 parent 21cd99e commit 6796cbe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/event-grid/event-filtering.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Advanced filtering has the following limitations:
154154
* Five advanced filters per event grid subscription
155155
* 512 characters per string value
156156
* Five values for **in** and **not in** operators
157+
* Keys with **`.` (dot)** character in them. For example: `http://schemas.microsoft.com/claims/authnclassreference` or `[email protected]`. Currently, there is no support for escape characters in keys.
157158

158159
The same key can be used in more than one filter.
159160

articles/event-grid/monitor-event-delivery.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,22 @@ For information about event delivery and retries, [Event Grid message delivery a
2323

2424
The portal displays metrics for the status of delivering event messages.
2525

26-
For topics, the metrics are:
26+
For topics, here are some of the metrics:
2727

2828
* **Publish Succeeded**: Event successfully sent to the topic, and processed with a 2xx response.
2929
* **Publish Failed**: Event sent to the topic but rejected with an error code.
3030
* **Unmatched**: Event successfully published to the topic, but not matched to an event subscription. The event was dropped.
3131

32-
For subscriptions, the metrics are:
32+
For subscriptions, here are some of the metrics:
3333

3434
* **Delivery Succeeded**: Event successfully delivered to the subscription's endpoint, and received a 2xx response.
3535
* **Delivery Failed**: Every time the service tries to deliver and the event handler doesn't return a success 2xx code, the **Delivery Failed** counter is incremented. If we attempt to deliver the same event multiple times and fail, the **Delivery Failed** counter is incremented for each failure.
3636
* **Expired Events**: Event was not delivered and all retry attempts were sent. The event was dropped.
3737
* **Matched Events**: Event in the topic was matched by the event subscription.
3838

39+
> [!NOTE]
40+
> For the full list of metrics, see [Metrics supported by Azure Event Grid](metrics.md).
41+
3942
## Event subscription status
4043

4144
To see metrics for an event subscription, you can either search by subscription type or by subscriptions for a specific resource.

0 commit comments

Comments
 (0)