• 3
    • SRVCOM-1680 - Improving Day 2 for Serverless Applications
    • Serverless Sprint 184

      This ticket is based on SRVKS-249. We would like to have a doc how to configure Jaeger in KnativeServing CR.

      The full docs is here but Step-1 and Step-2 are just Jaeger's installation/setup so we just need to write Step-3 in the docs.

      — DRAFT —

      Enable tracing on KnativeServing

      $ oc edit ks -n knative-serving knative-serving
      
          tracing:
            sample-rate: "0.1"
            backend: zipkin
            zipkin-endpoint: http://jaeger-collector.<JAEGER_NAMESPACE>.svc.cluster.local:9411/api/v2/spans
      
      • The backend must be "zipkin".
      • The zipkin-endpoint must point to your `jaeger-collector` service endpoint.

      — DRAFT —

              abrennan@redhat.com Ashleigh Brennan (Inactive)
              rhn-support-knakayam Kenjiro Nakayama (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: