We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3c337 commit 0729cb3Copy full SHA for 0729cb3
contrib/monitor/opentelemetry/README.md
@@ -27,8 +27,6 @@ However, it's likely that you will encounter an error similar to:
27
2023-07-06T17:28:37.520Z debug [email protected]/exporter.go:106 failed to push trace data to Jaeger {"kind": "exporter", "data_type": "traces", "name": "jaeger", "error": "rpc error: code = Unimplemented desc = unknown service jaeger.api_v2.CollectorService"}
28
```
29
30
-A solution is provided in the following [article](https://cloudbyt.es/blog/switching-to-jaeger-otel-collector).
31
-
32
You can also utilize the [otel-collector.yaml](./otel-collector.yaml) file we used for this tutorial by applying it with:
33
34
```bash
0 commit comments