expected_buffered.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "ts":1500000000,
  3. "commonLabels":
  4. {
  5. "project":"solomon"
  6. },
  7. "sensors":
  8. [
  9. {
  10. "kind":"COUNTER",
  11. "labels":
  12. {
  13. "labels":"l1",
  14. "metric":"single"
  15. },
  16. "ts":1509843723,
  17. "value":17
  18. },
  19. {
  20. "kind":"RATE",
  21. "labels":
  22. {
  23. "labels":"l2",
  24. "metric":"single"
  25. },
  26. "ts":1509843723,
  27. "value":17
  28. },
  29. {
  30. "kind":"GAUGE",
  31. "labels":
  32. {
  33. "labels":"l3",
  34. "metric":"single"
  35. },
  36. "ts":1509843723,
  37. "value":3.14
  38. },
  39. {
  40. "kind":"IGAUGE",
  41. "labels":
  42. {
  43. "labels":"l4",
  44. "metric":"single_igauge"
  45. },
  46. "ts":1509843723,
  47. "value":42
  48. },
  49. {
  50. "kind":"GAUGE",
  51. "labels":
  52. {
  53. "labels":"l5",
  54. "metric":"multiple"
  55. },
  56. "timeseries":
  57. [
  58. {
  59. "ts":1509843723,
  60. "value":"nan"
  61. },
  62. {
  63. "ts":1509843738,
  64. "value":"inf"
  65. },
  66. {
  67. "ts":1509843753,
  68. "value":"-inf"
  69. }
  70. ]
  71. },
  72. {
  73. "kind":"COUNTER",
  74. "labels":
  75. {
  76. "labels":"l6",
  77. "metric":"multiple"
  78. },
  79. "timeseries":
  80. [
  81. {
  82. "ts":1509843723,
  83. "value":1337
  84. },
  85. {
  86. "ts":1509843738,
  87. "value":1338
  88. }
  89. ]
  90. }
  91. ]
  92. }