Skip to content

Commit

Permalink
monitoring: Mention units for bandwidth metric. (#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Mar 28, 2024
1 parent 916ed7e commit 96b11dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: >-
to specify if the results should be for the `private` or `public` interface.
Use the `direction` query parameter to specify if the results should be for
`inbound` or `outbound` traffic.
The metrics in the response body are in megabits per second (Mbps).
tags:
- Monitoring

Expand Down
4 changes: 2 additions & 2 deletions specification/resources/monitoring/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ network_direction:
metric_timestamp_start:
in: query
name: start
description: Timestamp to start metric window.
description: UNIX timestamp to start metric window.
example: "1620683817"
required: true
schema:
Expand All @@ -59,7 +59,7 @@ metric_timestamp_start:
metric_timestamp_end:
in: query
name: end
description: Timestamp to end metric window.
description: UNIX timestamp to end metric window.
example: "1620705417"
required: true
schema:
Expand Down

0 comments on commit 96b11dc

Please sign in to comment.