Skip to content

Commit

Permalink
Add Shutting down section for cleanup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
XSAM committed Apr 26, 2024
1 parent a771c5c commit 9d307ad
Showing 1 changed file with 8 additions and 0 deletions.
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
```

0 comments on commit 9d307ad

Please sign in to comment.