Uploaded image for project: 'WildFly WIP'
  1. WildFly WIP
  2. WFWIP-127

Subsystem jgroups exposes 180 metrics, no way to expose subset of metrics

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Critical Critical
    • MP Metrics
    • None

      Subsystem jgroups exposes 354 metrics
      There is no way to expose subset of metrics for subsystem

      standalone.xml

      curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | wc -l
           109
      curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | grep subsystem | cut -d_ -f 3 | sort | uniq -c
         7 batch
         1 datasources
         7 ejb3
         6 io
         8 jca
         1 request
        11 transactions
        12 undertow
      

      standalone-full-ha.xml

      curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | wc -l
           497
      curl http://localhost:10090/metrics 2>/dev/null | grep -v TYPE | grep -v HELP | grep subsystem | cut -d_ -f 3 | sort | uniq -c
         7 batch
         1 datasources
         7 ejb3
         6 io
         8 jca
       354 jgroups
        10 messaging
         1 request
        11 transactions
        18 undertow
      

            jmesnil1@redhat.com Jeff Mesnil
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: