Skip to content

Commit

Permalink
add followers to nodes (#845)
Browse files Browse the repository at this point in the history
Adds followers section to api docs.
  • Loading branch information
viktorerlingsson authored Nov 21, 2024
1 parent 4df08a6 commit e3bdd3e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions static/docs/schemas/nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,27 @@ node:
type: integer
fd_used:
type: integer
followers:
type: array
items:
type: object
properties:
id:
type: string
remote_address:
type: string
sent_bytes:
type: integer
acked_bytes:
type: integer
lag_in_bytes:
type: integer
compression_ratio:
type: number
uncompressed_bytes:
type: integer
compressed_bytes:
type: integer
io_read_count:
type: integer
io_read_details:
Expand Down

0 comments on commit e3bdd3e

Please sign in to comment.