Skip to content

Commit

Permalink
Add info about protocol selection for tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
david-martin committed May 31, 2024
1 parent dc98cab commit 71e7948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/observability/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ spec:
service: tempo.tempo.svc.cluster.local
```
**Important:**
The OpenTelemetry collector protocol should be explicitly set in the service port `name` or `appProtocol` fields as per the [Istio documentation](https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#explicit-protocol-selection). For example, when using gRPC, the port `name` should begin with `grpc-` or the `appProtocol` should be `grpc`.

### Kuadrant Tracing Configuration

The Authorino and Limitador components have request tracing capabilities.
Expand Down

0 comments on commit 71e7948

Please sign in to comment.