aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/histogram_timeseries.json
blob: f6131ffded4b08ea85b5d9dfa65012a877e95491 (plain) (tree)



























































                                         
{
  "sensors":
    [
      {
        "kind":"HIST_RATE",
        "labels":
          {
            "metric":"responseTimeMillis"
          },
        "timeseries":
          [
            {
              "ts":1509843723,
              "hist":
                {
                  "bounds":
                    [
                      1,
                      2,
                      4,
                      8,
                      16
                    ],
                  "buckets":
                    [
                      1,
                      1,
                      2,
                      4,
                      8
                    ],
                  "inf":83
                }
            },
            {
              "ts":1509843738,
              "hist":
                {
                  "bounds":
                    [
                      1,
                      2,
                      4,
                      8,
                      16
                    ],
                  "buckets":
                    [
                      2,
                      2,
                      4,
                      8,
                      16
                    ],
                  "inf":166
                }
            }
          ]
      }
    ]
}