histograms.json 1016 B

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