metadata.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. meta:
  2. plugin_name: python.d.plugin
  3. module_name: ceph
  4. monitored_instance:
  5. name: Ceph
  6. link: ''
  7. categories:
  8. - data-collection.storage-mount-points-and-filesystems
  9. icon_filename: 'ceph.png'
  10. related_resources:
  11. integrations:
  12. list: []
  13. info_provided_to_referring_integrations:
  14. description: ''
  15. keywords: []
  16. most_popular: false
  17. overview:
  18. data_collection:
  19. metrics_description: 'Monitor Ceph metrics for efficient distributed storage system performance. Keep tabs on cluster health, data redundancy, and latency to ensure reliable storage operations.'
  20. method_description: ''
  21. supported_platforms:
  22. include: []
  23. exclude: []
  24. multi-instance: true
  25. additional_permissions:
  26. description: ''
  27. default_behavior:
  28. auto_detection:
  29. description: ''
  30. limits:
  31. description: ''
  32. performance_impact:
  33. description: ''
  34. setup:
  35. prerequisites:
  36. list: []
  37. configuration:
  38. file:
  39. name: ''
  40. description: ''
  41. options:
  42. description: ''
  43. folding:
  44. title: ''
  45. enabled: true
  46. list: []
  47. examples:
  48. folding:
  49. enabled: true
  50. title: ''
  51. list: []
  52. troubleshooting:
  53. problems:
  54. list: []
  55. alerts:
  56. - name: ceph_cluster_space_usage
  57. link: https://github.com/netdata/netdata/blob/master/health/health.d/ceph.conf
  58. metric: ceph.general_usage
  59. info: cluster disk space utilization
  60. metrics:
  61. folding:
  62. title: Metrics
  63. enabled: false
  64. description: ""
  65. availability: []
  66. scopes:
  67. - name: global
  68. description: ""
  69. labels: []
  70. metrics:
  71. - name: ceph.general_usage
  72. description: Ceph General Space
  73. unit: "KiB"
  74. chart_type: stacked
  75. dimensions:
  76. - name: avail
  77. - name: used
  78. - name: ceph.general_objects
  79. description: Ceph General Objects
  80. unit: "objects"
  81. chart_type: area
  82. dimensions:
  83. - name: cluster
  84. - name: ceph.general_bytes
  85. description: Ceph General Read/Write Data/s
  86. unit: "KiB/s"
  87. chart_type: area
  88. dimensions:
  89. - name: read
  90. - name: write
  91. - name: ceph.general_operations
  92. description: Ceph General Read/Write Operations/s
  93. unit: "operations"
  94. chart_type: area
  95. dimensions:
  96. - name: read
  97. - name: write
  98. - name: ceph.general_latency
  99. description: Ceph General Apply/Commit latency
  100. unit: "milliseconds"
  101. chart_type: area
  102. dimensions:
  103. - name: apply
  104. - name: commit
  105. - name: ceph.pool_usage
  106. description: Ceph Pools
  107. unit: "KiB"
  108. chart_type: line
  109. dimensions:
  110. - name: a dimension per Ceph Pool
  111. - name: ceph.pool_objects
  112. description: Ceph Pools
  113. unit: "objects"
  114. chart_type: line
  115. dimensions:
  116. - name: a dimension per Ceph Pool
  117. - name: ceph.pool_read_bytes
  118. description: Ceph Read Pool Data/s
  119. unit: "KiB/s"
  120. chart_type: area
  121. dimensions:
  122. - name: a dimension per Ceph Pool
  123. - name: ceph.pool_write_bytes
  124. description: Ceph Write Pool Data/s
  125. unit: "KiB/s"
  126. chart_type: area
  127. dimensions:
  128. - name: a dimension per Ceph Pool
  129. - name: ceph.pool_read_operations
  130. description: Ceph Read Pool Operations/s
  131. unit: "operations"
  132. chart_type: area
  133. dimensions:
  134. - name: a dimension per Ceph Pool
  135. - name: ceph.pool_write_operations
  136. description: Ceph Write Pool Operations/s
  137. unit: "operations"
  138. chart_type: area
  139. dimensions:
  140. - name: a dimension per Ceph Pool
  141. - name: ceph.osd_usage
  142. description: Ceph OSDs
  143. unit: "KiB"
  144. chart_type: line
  145. dimensions:
  146. - name: a dimension per Ceph OSD
  147. - name: ceph.osd_size
  148. description: Ceph OSDs size
  149. unit: "KiB"
  150. chart_type: line
  151. dimensions:
  152. - name: a dimension per Ceph OSD
  153. - name: ceph.apply_latency
  154. description: Ceph OSDs apply latency
  155. unit: "milliseconds"
  156. chart_type: line
  157. dimensions:
  158. - name: a dimension per Ceph OSD
  159. - name: ceph.commit_latency
  160. description: Ceph OSDs commit latency
  161. unit: "milliseconds"
  162. chart_type: line
  163. dimensions:
  164. - name: a dimension per Ceph OSD