Skip to content

Commit 7458543

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f00f309 of spec repo
1 parent c3fc03c commit 7458543

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
@@ -12606,7 +12606,7 @@ components:
1260612606
type: string
1260712607
finished_at:
1260812608
description: Unix timestamp when the failure finished. It must be in nanoseconds,
12609-
milliseconds, or seconds, and it should not be older than 1 hour.
12609+
milliseconds, or seconds.
1261012610
example: 1693491984000000000
1261112611
format: int64
1261212612
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)