Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12733,7 +12733,7 @@ components:
type: string
finished_at:
description: Unix timestamp when the failure finished. It must be in nanoseconds,
milliseconds, or seconds, and it should not be older than 1 hour.
milliseconds, or seconds.
example: 1693491984000000000
format: int64
type: integer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(
:param env: Environment name that was impacted by the failure.
:type env: str, optional

:param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds, and it should not be older than 1 hour.
:param finished_at: Unix timestamp when the failure finished. It must be in nanoseconds, milliseconds, or seconds.
:type finished_at: int, optional

:param git: Git info for DORA Metrics events.
Expand Down