1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 09:46:53 +01:00

OSSM-6194 Update Kiali docs for Tracing port

This commit is contained in:
Gwynne Monahan
2024-04-02 13:37:27 -05:00
committed by openshift-cherrypick-robot
parent 5a69b034fc
commit ca99650e5b

View File

@@ -68,9 +68,11 @@ spec:
tracing:
query_timeout: 30
enabled: true
in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16686'
in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16685'
url: '[Tempo query frontend Route url]'
use_grpc: true # <1>
----
<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.
+
[NOTE]
====