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

Document and test migration from SMCP to self managed prometheus

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Sail Operator
    • None
    • False
    • None
    • False

      The migration from SMCP managed prometheus to a self managed prometheus needs to be documented and tested.

      Users should be able to create a self managed prometheus, turn off the SMCP prometheus addon, and still have metrics being reported by the mesh proxies.

       

      One potential issue today is that disabling the prometheus addon on the SMCP also disables the proxies from exporting metrics altogether.

      A workaround is to create a Telemetry object to override the SMCP settings:
      apiVersion: telemetry.istio.io/v1alpha1
      kind: Telemetry
      metadata:
      name: mesh-default
      namespace: istio-system
      spec:
      metrics:

      • overrides:
      • disabled: false
        providers:
      • name: prometheus

              nfox@redhat.com Nick Fox
              nfox@redhat.com Nick Fox
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: