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

Fix a broken link to OpenCensus docs #924

Merged
merged 1 commit into from
Aug 16, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ So the PoC used the traditional approach with the meshConfig and a hardcoded pro
7. Call `GET demo.<yourClusterDomain>`.
8. Check Jaeger `kubectl port-forward -n kyma-system svc/tracing-jaeger-query 16686:16686`.

The activation of the openCensusAgent as tracer with the [extensionProvider](https://istio.io/latest/docs/tasks/observability/distributed-tracing/opencensusagent/) concept was tried as well. It required to use Istio 1.15 and worked out very well by changing the Istio config to use the following settings:
The activation of the openCensusAgent as tracer with the [extensionProvider](https://github.com/istio/istio.io/blob/release-1.22/content/en/docs/tasks/observability/distributed-tracing/opencensusagent/index.md) concept was tried as well. It required to use Istio 1.15 and worked out very well by changing the Istio config to use the following settings:
```yaml
defaultProviders:
tracing: ["opencensus"]
Expand Down