aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/summary_value.json
blob: 366394c5e1f4adb6ba9d31fb6c998a99c38b4d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "sensors":
    [
      {
        "kind":"DSUMMARY",
        "labels":
          {
            "metric":"temperature"
          },
        "ts":1509843723,
        "summary":
          {
            "sum":10,
            "min":-0.5,
            "max":0.5,
            "last":0.3,
            "count":30
          }
      }
    ]
}