metadata.yaml 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. type: active_directory_ds
  2. status:
  3. class: receiver
  4. stability:
  5. beta: [metrics]
  6. distributions: [contrib, observiq, sumo]
  7. codeowners:
  8. active: [djaglowski, BinaryFissionGames]
  9. attributes:
  10. direction:
  11. description: The direction of data flow.
  12. type: string
  13. enum:
  14. - sent
  15. - received
  16. network_data_type:
  17. name_override: type
  18. description: The type of network data sent.
  19. type: string
  20. enum:
  21. - compressed
  22. - uncompressed
  23. value_type:
  24. name_override: type
  25. description: The type of value sent.
  26. type: string
  27. enum:
  28. - distingushed_names
  29. - other
  30. operation_type:
  31. name_override: type
  32. description: The type of operation.
  33. type: string
  34. enum:
  35. - read
  36. - write
  37. - search
  38. suboperation_type:
  39. name_override: type
  40. description: The type of suboperation.
  41. type: string
  42. enum:
  43. - security_descriptor_propagations_event
  44. - search
  45. sync_result:
  46. name_override: result
  47. description: The result status of the sync request.
  48. type: string
  49. enum:
  50. - success
  51. - schema_mismatch
  52. - other
  53. bind_type:
  54. name_override: type
  55. description: The type of bind to the domain server.
  56. type: string
  57. enum:
  58. - server
  59. - client
  60. metrics:
  61. active_directory.ds.replication.network.io:
  62. description: "The amount of network data transmitted by the Directory Replication Agent."
  63. unit: By
  64. sum:
  65. monotonic: true
  66. aggregation_temporality: cumulative
  67. value_type: int
  68. attributes: [direction, network_data_type]
  69. enabled: true
  70. active_directory.ds.replication.sync.object.pending:
  71. description: "The number of objects remaining until the full sync completes for the Directory Replication Agent."
  72. unit: "{objects}"
  73. sum:
  74. monotonic: false
  75. aggregation_temporality: cumulative
  76. value_type: int
  77. enabled: true
  78. active_directory.ds.replication.sync.request.count:
  79. description: "The number of sync requests made by the Directory Replication Agent."
  80. unit: "{requests}"
  81. sum:
  82. monotonic: true
  83. aggregation_temporality: cumulative
  84. value_type: int
  85. attributes: [sync_result]
  86. enabled: true
  87. active_directory.ds.replication.object.rate:
  88. description: "The number of objects transmitted by the Directory Replication Agent per second."
  89. unit: "{objects}/s"
  90. sum:
  91. monotonic: false
  92. aggregation_temporality: cumulative
  93. value_type: double
  94. attributes: [direction]
  95. enabled: true
  96. active_directory.ds.replication.property.rate:
  97. description: "The number of properties transmitted by the Directory Replication Agent per second."
  98. unit: "{properties}/s"
  99. sum:
  100. monotonic: false
  101. aggregation_temporality: cumulative
  102. value_type: double
  103. attributes: [direction]
  104. enabled: true
  105. active_directory.ds.replication.value.rate:
  106. description: "The number of values transmitted by the Directory Replication Agent per second."
  107. unit: "{values}/s"
  108. sum:
  109. monotonic: false
  110. aggregation_temporality: cumulative
  111. value_type: double
  112. attributes: [direction, value_type]
  113. enabled: true
  114. active_directory.ds.replication.operation.pending:
  115. description: "The number of pending replication operations for the Directory Replication Agent."
  116. unit: "{operations}"
  117. sum:
  118. monotonic: false
  119. aggregation_temporality: cumulative
  120. value_type: int
  121. enabled: true
  122. active_directory.ds.operation.rate:
  123. description: "The number of operations performed per second."
  124. unit: "{operations}/s"
  125. sum:
  126. monotonic: false
  127. aggregation_temporality: cumulative
  128. value_type: double
  129. attributes: [operation_type]
  130. enabled: true
  131. active_directory.ds.name_cache.hit_rate:
  132. description: "The percentage of directory object name component lookups that are satisfied by the Directory System Agent's name cache."
  133. unit: "%"
  134. gauge:
  135. value_type: double
  136. enabled: true
  137. active_directory.ds.notification.queued:
  138. description: "The number of pending update notifications that have been queued to push to clients."
  139. unit: "{notifications}"
  140. sum:
  141. monotonic: false
  142. aggregation_temporality: cumulative
  143. value_type: int
  144. enabled: true
  145. active_directory.ds.security_descriptor_propagations_event.queued:
  146. description: "The number of security descriptor propagation events that are queued for processing."
  147. unit: "{events}"
  148. sum:
  149. monotonic: false
  150. aggregation_temporality: cumulative
  151. value_type: int
  152. enabled: true
  153. active_directory.ds.suboperation.rate:
  154. description: "The rate of sub-operations performed."
  155. unit: "{suboperations}/s"
  156. sum:
  157. monotonic: false
  158. aggregation_temporality: cumulative
  159. value_type: double
  160. attributes: [suboperation_type]
  161. enabled: true
  162. active_directory.ds.bind.rate:
  163. description: "The number of binds per second serviced by this domain controller."
  164. unit: "{binds}/s"
  165. sum:
  166. monotonic: false
  167. aggregation_temporality: cumulative
  168. value_type: double
  169. attributes: [bind_type]
  170. enabled: true
  171. active_directory.ds.thread.count:
  172. description: "The number of threads in use by the directory service."
  173. unit: "{threads}"
  174. sum:
  175. monotonic: false
  176. aggregation_temporality: cumulative
  177. value_type: int
  178. enabled: true
  179. active_directory.ds.ldap.client.session.count:
  180. description: "The number of connected LDAP client sessions."
  181. unit: "{sessions}"
  182. sum:
  183. monotonic: false
  184. aggregation_temporality: cumulative
  185. value_type: int
  186. enabled: true
  187. active_directory.ds.ldap.bind.last_successful.time:
  188. description: "The amount of time taken for the last successful LDAP bind."
  189. unit: "ms"
  190. gauge:
  191. value_type: int
  192. enabled: true
  193. active_directory.ds.ldap.bind.rate:
  194. description: "The number of successful LDAP binds per second."
  195. unit: "{binds}/s"
  196. sum:
  197. monotonic: false
  198. aggregation_temporality: cumulative
  199. value_type: double
  200. enabled: true
  201. active_directory.ds.ldap.search.rate:
  202. description: "The number of LDAP searches per second."
  203. unit: "{searches}/s"
  204. sum:
  205. monotonic: false
  206. aggregation_temporality: cumulative
  207. value_type: double
  208. enabled: true