Skip to content

Commit

Permalink
add section to spec describing behavior when OpAMP server is unavailable
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Aug 1, 2024
1 parent 128af7f commit 9f00540
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cmd/opampsupervisor/specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ agent:

```
### Operation When OpAMP Server is Unavailable
When the supervisor cannot connect to the OpAMP server, the collector will
be run with the last known configuration, or with a "noop" configuration
if no previous configuration is persisted. The supervisor will continually
attempt to reconnect to the OpAMP server with exponential backoff.
### Executing Collector
The Supervisor starts and stops the Collector process as necessary. When
Expand Down

0 comments on commit 9f00540

Please sign in to comment.