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

Show example of using loki for logging #880

Merged
merged 4 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,25 @@ machine.

To learn how to run the sandbox environment, see
https://www.opencue.io/docs/quick-starts/.

## Monitoring

To get started with monitoring there is also an additional docker-compose which sets up
monitoring for key services.

This can be started from the OpenCue root directory with:
```bash
docker-compose --project-directory . -f sandbox/docker-compose.yml -f sandbox/docker-compose.monitoring.yml up
```

Spins up a monitoring stack

http://localhost:3000/

login: admin
pass: admin

### Loki logging

Too use loki to store logs requires installing the docker drivers. see:
https://grafana.com/docs/loki/latest/clients/docker-driver/
IdrisMiles marked this conversation as resolved.
Show resolved Hide resolved
Loading