histogram_timeseries.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "sensors":
  3. [
  4. {
  5. "kind":"HIST_RATE",
  6. "labels":
  7. {
  8. "metric":"responseTimeMillis"
  9. },
  10. "timeseries":
  11. [
  12. {
  13. "ts":1509843723,
  14. "hist":
  15. {
  16. "bounds":
  17. [
  18. 1,
  19. 2,
  20. 4,
  21. 8,
  22. 16
  23. ],
  24. "buckets":
  25. [
  26. 1,
  27. 1,
  28. 2,
  29. 4,
  30. 8
  31. ],
  32. "inf":83
  33. }
  34. },
  35. {
  36. "ts":1509843738,
  37. "hist":
  38. {
  39. "bounds":
  40. [
  41. 1,
  42. 2,
  43. 4,
  44. 8,
  45. 16
  46. ],
  47. "buckets":
  48. [
  49. 2,
  50. 2,
  51. 4,
  52. 8,
  53. 16
  54. ],
  55. "inf":166
  56. }
  57. }
  58. ]
  59. }
  60. ]
  61. }