int_gauge.json 557 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "sensors":
  3. [
  4. {
  5. "kind":"IGAUGE",
  6. "labels":
  7. {
  8. "metric":"a"
  9. },
  10. "timeseries":
  11. [
  12. {
  13. "ts":1509843723,
  14. "value":-9223372036854775808
  15. },
  16. {
  17. "ts":1509843724,
  18. "value":-1
  19. },
  20. {
  21. "ts":1509843725,
  22. "value":0
  23. },
  24. {
  25. "ts":1509843726,
  26. "value":9223372036854775807
  27. }
  28. ]
  29. }
  30. ]
  31. }