Skip to content

Commit 44b15a1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
SDCD-1727: removing 1 hour time restriction for finished_at (#2773)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent cfdc7c7 commit 44b15a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12733,7 +12733,7 @@ components:
1273312733
type: string
1273412734
finished_at:
1273512735
description: Unix timestamp when the failure finished. It must be in nanoseconds,
12736-
milliseconds, or seconds, and it should not be older than 1 hour.
12736+
milliseconds, or seconds.
1273712737
example: 1693491984000000000
1273812738
format: int64
1273912739
type: integer

services/dora_metrics/src/v2/models/DORAFailureRequestAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class DORAFailureRequestAttributes {
1515
*/
1616
"env"?: string;
1717
/**
18-
* Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
18+
* Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
1919
*/
2020
"finishedAt"?: number;
2121
/**

0 commit comments

Comments
 (0)