aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/monlib/encode/json/ut/buffered_test.json
blob: 53212cf8e15442a330e9f86deb78bd2a48af4921 (plain) (tree)


































                         
{
  "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
      }
    ]
}