metadata.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. type: riak
  2. status:
  3. class: receiver
  4. stability:
  5. beta: [metrics]
  6. distributions: [contrib, observiq, sumo]
  7. codeowners:
  8. active: [djaglowski, armstrmi]
  9. resource_attributes:
  10. riak.node.name:
  11. description: The name this node uses to identify itself.
  12. enabled: true
  13. type: string
  14. attributes:
  15. request:
  16. description: The request operation type.
  17. type: string
  18. enum:
  19. - put
  20. - get
  21. operation:
  22. description: The operation type for index operations.
  23. type: string
  24. enum:
  25. - read
  26. - write
  27. - delete
  28. metrics:
  29. riak.node.operation.count:
  30. description: The number of operations performed by the node.
  31. unit: "{operation}"
  32. sum:
  33. monotonic: true
  34. aggregation_temporality: cumulative
  35. value_type: int
  36. enabled: true
  37. attributes: [request]
  38. riak.node.operation.time.mean:
  39. description: The mean time between request and response for operations performed by the node over the last minute.
  40. unit: us
  41. gauge:
  42. value_type: int
  43. enabled: true
  44. attributes: [request]
  45. riak.node.read_repair.count:
  46. description: The number of read repairs performed by the node.
  47. unit: "{read_repair}"
  48. sum:
  49. monotonic: true
  50. aggregation_temporality: cumulative
  51. value_type: int
  52. enabled: true
  53. riak.memory.limit:
  54. description: The amount of memory allocated to the node.
  55. unit: By
  56. sum:
  57. monotonic: false
  58. aggregation_temporality: cumulative
  59. value_type: int
  60. enabled: true
  61. riak.vnode.operation.count:
  62. description: The number of operations performed by vnodes on the node.
  63. unit: "{operation}"
  64. sum:
  65. monotonic: true
  66. aggregation_temporality: cumulative
  67. value_type: int
  68. enabled: true
  69. attributes: [request]
  70. riak.vnode.index.operation.count:
  71. description: The number of index operations performed by vnodes on the node.
  72. unit: "{operation}"
  73. sum:
  74. monotonic: false
  75. aggregation_temporality: cumulative
  76. value_type: int
  77. attributes: [operation]
  78. enabled: true