File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +9
-9
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": "2023-12-04 14:33:57.370401 ",
8
- "spec_repo_commit": "37397584 "
7
+ "regenerated": "2023-12-04 15:37:43.895117 ",
8
+ "spec_repo_commit": "e66bf244 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-12-04 14:33:57.397495 ",
13
- "spec_repo_commit": "37397584 "
12
+ "regenerated": "2023-12-04 15:37:43.915222 ",
13
+ "spec_repo_commit": "e66bf244 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4425,8 +4425,8 @@ components:
4425
4425
description: Attributes to create a DORA incident event.
4426
4426
properties:
4427
4427
finished_at:
4428
- description: Unix timestamp in nanoseconds when the deployment finished.
4429
- It should not be older than 3 hours.
4428
+ description: Unix timestamp in nanoseconds when the incident finished. It
4429
+ should not be older than 3 hours.
4430
4430
example: 1693491984000000000
4431
4431
format: int64
4432
4432
type: integer
@@ -4448,7 +4448,7 @@ components:
4448
4448
example: High
4449
4449
type: string
4450
4450
started_at:
4451
- description: Unix timestamp in nanoseconds when the deployment started.
4451
+ description: Unix timestamp in nanoseconds when the incident started.
4452
4452
example: 1693491974000000000
4453
4453
format: int64
4454
4454
type: integer
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def __init__(
59
59
"""
60
60
Attributes to create a DORA incident event.
61
61
62
- :param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
62
+ :param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
63
63
:type finished_at: int, optional
64
64
65
65
:param git: Git info for DORA Metrics events.
@@ -77,7 +77,7 @@ def __init__(
77
77
:param severity: Incident severity.
78
78
:type severity: str, optional
79
79
80
- :param started_at: Unix timestamp in nanoseconds when the deployment started.
80
+ :param started_at: Unix timestamp in nanoseconds when the incident started.
81
81
:type started_at: int
82
82
83
83
:param version: Version to correlate with `APM Deployment Tracking <https://docs.datadoghq.com/tracing/services/deployment_tracking/>`_.
You can’t perform that action at this time.
0 commit comments