Skip to content

Commit

Permalink
add more configuration
Browse files Browse the repository at this point in the history
Signed-off-by: idohu <[email protected]>
  • Loading branch information
idohuber committed Jul 22, 2024
1 parent 8a7581f commit c3c7c59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/docs/operator/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ you need to edit the property below at [values.yaml](https://github.com/kubescap
```
configurations:
otelUrl: # Default is empty. Add your Open Telemetry URL here.
..
..
..
otelCollector:
name: otel-collector
endpoint:
insecure: true # configurable
headers:
uptrace-dsn: "" # configurable
```

If you don't have an otel distribution, we suggest you try either [Uptrace](https://github.com/uptrace/uptrace/tree/master/example/docker) or [SigNoz](https://signoz.io/docs/install/docker/)
Expand Down

0 comments on commit c3c7c59

Please sign in to comment.