Uploaded image for project: 'OpenShift Monitoring'
  1. OpenShift Monitoring
  2. MON-4308

Metrics Autocomplete clusterrole should be present for developer users

XMLWordPrintable

    • Icon: Feature Feature
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • Product / Portfolio Work
    • False
    • Hide

      None

      Show
      None
    • False
    • Not Selected
    • NEW
    • NEW

      Following doc to enable user monitoring and after creating an application project and application that has its own metrics as developer user.
      After going in developer console > Observe > metrics > Select an Query > custom query > Here query will not auto complete for application metrics unless below permission are added

      
      kind: ClusterRole
      apiVersion: rbac.authorization.k8s.io/v1
      metadata:
        name: metrics-autocomplete
      rules:
        - verbs:
            - get
          apiGroups:
            - monitoring.coreos.com
          resources:
            - prometheuses/api
          resourceNames:
            - k8s
      

      This role should be there by default and should be mentioned in the steps for user monitoring.

              Unassigned Unassigned
              rhn-support-anisal Apurva Nisal
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: