Skip to content

Commit

Permalink
Add specification document converted from Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-bradley committed Jun 13, 2023
1 parent 583d06f commit 63a9488
Show file tree
Hide file tree
Showing 4 changed files with 470 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/opampsupervisor/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# OpAMP Supervisor for the OpenTelemetry Collector

This is an implementation of an OpAMP Supervisor that runs a Collector instance using configuration provided from an OpAMP server. This implementation
is following a design specified in this [Google Doc](https://docs.google.com/document/d/1KtH5atZQUs9Achbce6LiOaJxLbksNJenvgvyKLsJrkc/edit).
is following a design specified [here](./specification/README.md).
The design is still undergoing changes, and as such this implementation may change as well.

## Experimenting with the supervisor
Expand All @@ -21,4 +21,4 @@ The supervisor is currently undergoing heavy development and is not ready for an
go run . --config testdata/supervisor_<OS>.yaml
```

4. The supervisor should connect to the OpAMP server and start a Collector instance.
4. The supervisor should connect to the OpAMP server and start a Collector instance.
Loading

0 comments on commit 63a9488

Please sign in to comment.