You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/advanced/monitoring.md
+5
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ the `@WithSpan` annotation in various places to make the trace more readable. Yo
33
33
tracing collector of choice. Our example [docker-compose](../../docker/monitoring/docker-compose.monitoring.yml) deploys
34
34
an instance of Jaeger with port 16686. The traces should be available at http://localhost:16686.
35
35
36
+
### Configuration Note
37
+
38
+
We recommend using either `grpc` or `http/protobuf`, configured using `OTEL_EXPORTER_OTLP_PROTOCOL`. Avoid using `http` will not work as expected due to the size of
39
+
the generated spans.
40
+
36
41
## Metrics
37
42
38
43
With tracing, we can observe how a request flows through our system into the persistence layer. However, for a more
0 commit comments