Skip to content

Commit

Permalink
fix: overridden typo (#1272)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
  • Loading branch information
testwill committed Sep 12, 2023
1 parent c4b3bcd commit a707905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Sidecar use-case:
### Deployment

By default the tracing is disabled and no sidecar container is being created during the k8gb deployment. To
enable the tracing, one has to set the `tracing.enabled=true` in Helm Chart. This will create the sidecar container for k8gb deployment, tweaks couple of env vars there. It will create the [configmap](https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/templates/otel/otel-config.yaml) for OTEL sidecar. This configuration of OTEL collector can be overriden by `tracing.otelConfig`.
enable the tracing, one has to set the `tracing.enabled=true` in Helm Chart. This will create the sidecar container for k8gb deployment, tweaks couple of env vars there. It will create the [configmap](https://github.com/k8gb-io/k8gb/blob/master/chart/k8gb/templates/otel/otel-config.yaml) for OTEL sidecar. This configuration of OTEL collector can be overridden by `tracing.otelConfig`.

If you need something quickly up and running, make sure that `tracing.deployJaeger` is also set to `true`.
In this scenario you will end up also with Jaeger deployed and service for it. To be able to access it one can continue with:
Expand Down

0 comments on commit a707905

Please sign in to comment.