Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-3929

prometheus metrics with type "summary" always show quantiles as NaN

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.6.0, 3.6.1
    • None
    • metric system
    • None

    Description

      I run the following command on fresh installed Zookeeper:

      wget -O- -q http://127.0.0.1:7000/metrics | grep -i readlatency

      and got the following results:

      # HELP readlatency readlatency
      # TYPE readlatency summary
      readlatency{quantile="0.5",} NaN
      readlatency{quantile="0.9",} NaN
      readlatency{quantile="0.99",} NaN
      readlatency_count 220.0
      readlatency_sum 330.0
      

      look like quantiles don't calculate properly

      Attachments

        Activity

          People

            Unassigned Unassigned
            Slach Eugene Klimov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: