Skip to content

Commit 3548784

Browse files
authored
Merge pull request #74090 from gwynnemonahan/OSSM-6194
OSSM-6194 Update Kiali docs for Tracing port
2 parents 68e5102 + bb71fd5 commit 3548784

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ossm-configuring-distr-tracing-tempo.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ spec:
6868
tracing:
6969
query_timeout: 30
7070
enabled: true
71-
in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16686'
71+
in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16685'
7272
url: '[Tempo query frontend Route url]'
73+
use_grpc: true # <1>
7374
----
75+
<1> If you are not using the default HTTP or gRPC port for Jaeger or Tempo, replace the `in_cluster_url:` port with your custom port.
7476
+
7577
[NOTE]
7678
====

0 commit comments

Comments
 (0)