aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/buffered_test.json
blob: 53212cf8e15442a330e9f86deb78bd2a48af4921 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "sensors":
    [
      {
        "kind":"COUNTER",
        "labels":
          {
            "foo":"bar"
          },
        "timeseries":
          [
            {
              "ts":1,
              "value":42
            },
            {
              "ts":2,
              "value":42
            },
            {
              "ts":4,
              "value":42
            }
          ]
      },
      {
        "kind":"COUNTER",
        "labels":
          {
            "foo":"baz"
          },
        "ts":3,
        "value":42
      }
    ]
}