Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker compose in otel collector example #5244

Merged
merged 15 commits into from
May 2, 2024
Merged
Prev Previous commit
Next Next commit
Add Shutting down section for cleanup steps
  • Loading branch information
XSAM committed Apr 26, 2024
commit 9d307ad4a43e88de1150a890b665360a2ae2570c
8 changes: 8 additions & 0 deletions example/otel-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,11 @@ web-browser to view the generated traces.
The Prometheus UI is available at
[http://localhost:9090](http://localhost:9090). Navigate there in your favorite
web-browser to view the generated metrics.

# Shutting down

To shut down and clean the example, run

```bash
docker compose down
```