aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/log_histogram_timeseries.json
blob: e811a2cc5792acd8df67b234c0a6a8e819fdcaa0 (plain) (tree)
1
2
3
4
5
6
7
8





                         
                         





































                                  
{
  "sensors":
    [
      {
        "kind":"LOGHIST",
        "labels":
          {
            "metric":"ms"
          },
        "timeseries":
          [
            {
              "ts":1509843723,
              "log_hist":
                {
                  "base":1.5,
                  "zeros_count":1,
                  "start_power":0,
                  "buckets":
                    [
                      0.5,
                      0.25,
                      0.25,
                      0.5
                    ]
                }
            },
            {
              "ts":1509843738,
              "log_hist":
                {
                  "base":1.5,
                  "zeros_count":1,
                  "start_power":0,
                  "buckets":
                    [
                      1,
                      0.5,
                      0.5,
                      1
                    ]
                }
            }
          ]
      }
    ]
}