Uploaded image for project: 'JS - JS7 JobScheduler Engine'
  1. JS - JS7 JobScheduler Engine
  2. JS-2214

Offer metrics for Prometheus

    XMLWordPrintable

Details

    Description

      Feature

      • The Controller and Agents offer metrics for Prometheus.
        • The /metrics endpoint is available and provides information about
          • JVM metrics such as heap space, garbage collecting etc.
          • product metrics such as orders in processing, journal usage etc.
      • Use of the /metrics endpoint requires the ReadMetrics permission in the private.conf file:
        js7 {
            auth {
                users {
                    Prometheus {
                        permissions = [ ReadMetrics ]
                        # distinguished-names = [
                        #     "DNQ=SOS CA, CN=prometheus.sos, OU=IT, O=SOS, L=Berlin, ST=Berlin, C=DE"
                        # ]
                        password="plain:secret"            }
                }
            }
        }
        

      Attachments

        Issue Links

          Activity

            People

              jz Joacim Zschimmer
              ap Andreas Püschel
              Andreas Püschel Andreas Püschel
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: