Skip to content
Merged
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
5 changes: 5 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3384,6 +3384,11 @@ paths:
format: date-time
description: Return only metrics logged at or before this ISO-8601 timestamp.
example: "2024-01-01T12:00:00Z"
resolution:
type: integer
format: int64
description: Number of (uniformly sampled) train metrics to return.
example: 100
responses:
'200':
description: List of metrics snapshots in chronological order.
Expand Down
Loading