File tree Expand file tree Collapse file tree 5 files changed +40
-12
lines changed Expand file tree Collapse file tree 5 files changed +40
-12
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-01-09 21:08:21.064628 ",
8
- "spec_repo_commit": "435429e0 "
7
+ "regenerated": "2025-01-09 22:06:12.202192 ",
8
+ "spec_repo_commit": "8d40e082 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-01-09 21:08:21.079610 ",
13
- "spec_repo_commit": "435429e0 "
12
+ "regenerated": "2025-01-09 22:06:12.217985 ",
13
+ "spec_repo_commit": "8d40e082 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -36666,10 +36666,17 @@ tags:
36666
36666
end times, prevent all alerting related to specified Datadog tags.'
36667
36667
name: Downtimes
36668
36668
- description: 'The Event Management API allows you to programmatically post events
36669
- to the Events Explorer
36669
+ to the Events Explorer and fetch events from the Events Explorer. See the [Event
36670
+ Management page](https://docs.datadoghq.com/service_management/events/) for more
36671
+ information.
36670
36672
36671
- and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
36672
- for more information.'
36673
+
36674
+ **Update to Datadog monitor events `aggregation_key` starting March 1, 2025:**
36675
+ The Datadog monitor events `aggregation_key` is unique to each Monitor ID. Starting
36676
+ March 1st, this key will also include Monitor Group, making it unique per *Monitor
36677
+ ID and Monitor Group*. If you''re using monitor events `aggregation_key` in dashboard
36678
+ queries or the Event API, you must migrate to use `@monitor.id`. Reach out to
36679
+ [support](https://www.datadoghq.com/support/) if you have any question.'
36673
36680
name: Events
36674
36681
- description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
36675
36682
Original file line number Diff line number Diff line change @@ -48310,10 +48310,17 @@ tags:
48310
48310
end times, prevent all alerting related to specified Datadog tags.'
48311
48311
name: Downtimes
48312
48312
- description: 'The Event Management API allows you to programmatically post events
48313
- to the Events Explorer
48313
+ to the Events Explorer and fetch events from the Events Explorer. See the [Event
48314
+ Management page](https://docs.datadoghq.com/service_management/events/) for more
48315
+ information.
48314
48316
48315
- and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
48316
- for more information.'
48317
+
48318
+ **Update to Datadog monitor events `aggregation_key` starting March 1, 2025:**
48319
+ The Datadog monitor events `aggregation_key` is unique to each Monitor ID. Starting
48320
+ March 1st, this key will also include Monitor Group, making it unique per *Monitor
48321
+ ID and Monitor Group*. If you''re using monitor events `aggregation_key` in dashboard
48322
+ queries or the Event API, you must migrate to use `@monitor.id`. Reach out to
48323
+ [support](https://www.datadoghq.com/support/) if you have any question.'
48317
48324
name: Events
48318
48325
- description: Manage your Datadog Fastly integration accounts and services directly
48319
48326
through the Datadog API. See the [Fastly integration page](https://docs.datadoghq.com/integrations/fastly/)
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ Feature: Events
3
3
The Event Management API allows you to programmatically post events to the
4
4
Events Explorer and fetch events from the Events Explorer. See the [Event
5
5
Management page](https://docs.datadoghq.com/service_management/events/)
6
- for more information.
6
+ for more information. **Update to Datadog monitor events
7
+ `aggregation_key` starting March 1, 2025:** The Datadog monitor events
8
+ `aggregation_key` is unique to each Monitor ID. Starting March 1st, this
9
+ key will also include Monitor Group, making it unique per *Monitor ID and
10
+ Monitor Group*. If you're using monitor events `aggregation_key` in
11
+ dashboard queries or the Event API, you must migrate to use `@monitor.id`.
12
+ Reach out to [support](https://www.datadoghq.com/support/) if you have any
13
+ question.
7
14
8
15
Background :
9
16
Given a valid "apiKeyAuth" key in the system
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ Feature: Events
3
3
The Event Management API allows you to programmatically post events to the
4
4
Events Explorer and fetch events from the Events Explorer. See the [Event
5
5
Management page](https://docs.datadoghq.com/service_management/events/)
6
- for more information.
6
+ for more information. **Update to Datadog monitor events
7
+ `aggregation_key` starting March 1, 2025:** The Datadog monitor events
8
+ `aggregation_key` is unique to each Monitor ID. Starting March 1st, this
9
+ key will also include Monitor Group, making it unique per *Monitor ID and
10
+ Monitor Group*. If you're using monitor events `aggregation_key` in
11
+ dashboard queries or the Event API, you must migrate to use `@monitor.id`.
12
+ Reach out to [support](https://www.datadoghq.com/support/) if you have any
13
+ question.
7
14
8
15
Background :
9
16
Given a valid "apiKeyAuth" key in the system
You can’t perform that action at this time.
0 commit comments