Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-6194

Update Kiali docs for Tracing port

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Undefined
    • None
    • OSSM 2.5.0
    • Documentation, Kiali
    • None
    • False
    • None
    • False

    Description

      To configure the Kiali and Tempo configuration:

      https://docs.openshift.com/container-platform/4.13/service_mesh/v2x/ossm-observability.html#ossm-configuring-distr-tracing-tempo_observability

       
      The following section:

      2. Configure the Kiali resource specification to enable a Kiali workload traces dashboard. You can use the dashboard to view tracing query results.

      Is missing the use_grpc or the port should be 16685.
      This is an example of a valid configuration for grpc (use_grpc is true by default):

       spec:
        external_services:
          tracing:
            query_timeout: 30
            enabled: true
            in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16685'
            url: '[Tempo query frontend Route url]'
      

      This is an example of a valid configuration for grpc (use_grpc is true by default):

       spec:
        external_services:
          tracing:
            query_timeout: 30
            enabled: true
            in_cluster_url: 'http://tempo-sample-query-frontend.tracing-system.svc.cluster.local:16686'
            url: '[Tempo query frontend Route url]'
            use_grpc: false
      

       

      Attachments

        Activity

          People

            gmonahan Gwynne Monahan
            rh-ee-jcordoba Josune Cordoba Torrecilla
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: