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





























                                          
{
  "sensors":
    [
      {
        "kind":"IGAUGE",
        "labels":
          {
            "metric":"a"
          },
        "timeseries":
          [
            {
              "ts":1509843723,
              "value":-9223372036854775808
            },
            {
              "ts":1509843724,
              "value":-1
            },
            {
              "ts":1509843725,
              "value":0
            },
            {
              "ts":1509843726,
              "value":9223372036854775807
            }
          ]
      }
    ]
}