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

Metrics not showing when Telemetry object is enabled in OSSM 3

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • OSSM 3.0.1
    • Tracing
    • None
    • False
    • Hide

      None

      Show
      None
    • False

      When following the steps in the documentation to enable tracing in Service Mesh (Configuring Red Hat OpenShift distributed tracing data collection with Service Mesh ), Istio metrics do not appear after creating the Telemetry object (as shown in step 3).

      This issue occurs unless the following configuration is added to the Telemetry object:

      apiVersion: telemetry.istio.io/v1
      kind: Telemetry
      metadata:
        name: otel-demo
        namespace: istio-system
      spec:
        metrics:
          - overrides:
              - disabled: false
            providers:
              - name: prometheus
        tracing:
          - providers:
              - name: otel
            randomSamplingPercentage: 100
      

      Setting metrics.overrides.disabled: false resolves the issue.

      This step appears to be missing in the current documentation.

              yuaxu@redhat.com Yuanlin Xu
              rh-ee-amaroton Alicia Maroto Navarro
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: