Skip to content

Commit

Permalink
Allow for variance in connects/reconnects
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Oct 1, 2024
1 parent 70f439a commit 9b236ac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adr/ADR-40.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,9 @@ Every message (`MSG` and `HMSG`) received from the server.
#### Messages out
Every message (`PUB` and `HPUB`) sent to the server.

#### Connects
Total number of connections (first connection and any successful reconnection) made by the client.
#### Connects / Reconnects
Total number of connections (first connection and any successful reconnection) or reconnections made by client.
We allow both variants here, as languages have some variance in how they handle connections around option `retry_on_failed_connect`.

### Security Considerations

Expand Down

0 comments on commit 9b236ac

Please sign in to comment.