Skip to content
Merged
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ It also allows the engineer to upload a bug report immediately.
> `scope` will redact anything it finds as "sensitive".
> This allows you to fetch env-vars, and no leak GH API tokens for example.

## Viewing Telemetry Locally

```sh
# start the jaeger container
gdev services start jaeger
# open the UI
open http://localhost:16686
# send the telemetry to local instead of datadog
SCOPE_OTEL_ENDPOINT=http://localhost:14317 scope doctor run --only <target>
```

## Special Thanks

We took our redaction string from [sirwart/ripsecrets](https://github.com/sirwart/ripsecrets).
Expand Down