We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423cc88 commit c76ea61Copy full SHA for c76ea61
apps/kiali-operator/base/kustomization.yaml
@@ -102,9 +102,10 @@ helmCharts:
102
tracing:
103
enabled: true
104
provider: "tempo"
105
- in_cluster_url: "http://tempo.observability.svc:3100"
+ in_cluster_url: "http://tempo.observability.svc.cluster.local:16685" #working without provider
106
+
107
+ # in_cluster_url: "http://tempo.observability.svc:3100"
108
- #in_cluster_url: "http://tempo.observability.svc.cluster.local:16685" #working without provider
109
url: "https://grafana.devxp-tech.io/goto/NGVi4JSSR?orgId=1"
110
# Private facing URL of Jaeger
111
# in_cluster_url: "http://jaeger-query.observability.svc.cluster.local:80"
0 commit comments