Skip to content

Commit

Permalink
[cmd/opampsupervisor] fix docs for examples configuration dir (open-t…
Browse files Browse the repository at this point in the history
…elemetry#31432)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

**Link to tracking Issue:** <Issue number if applicable>

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
  • Loading branch information
JaredTan95 committed Feb 27, 2024
1 parent 3c97c8f commit 4e4e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/opampsupervisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The supervisor is currently undergoing heavy development and is not ready for an
3. Run the supervisor, substituting `<OS>` for your platform:

```shell
go run . --config testdata/supervisor_<OS>.yaml
go run . --config examples/supervisor_<OS>.yaml
```

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

0 comments on commit 4e4e452

Please sign in to comment.