Skip to content

Commit 22077c6

Browse files
committed
Metada update 2025-12-15
1 parent 63a7056 commit 22077c6

172 files changed

Lines changed: 11904 additions & 6376 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

metric-metadata/activedirectorydsreceiver.yaml

Lines changed: 123 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ status:
1111
unsupported_platforms: [darwin, linux]
1212

1313
attributes:
14+
bind_type:
15+
name_override: type
16+
description: The type of bind to the domain server.
17+
type: string
18+
enum:
19+
- server
20+
- client
1421
direction:
1522
description: The direction of data flow.
1623
type: string
@@ -24,13 +31,6 @@ attributes:
2431
enum:
2532
- compressed
2633
- uncompressed
27-
value_type:
28-
name_override: type
29-
description: The type of value sent.
30-
type: string
31-
enum:
32-
- distinguished_names
33-
- other
3434
operation_type:
3535
name_override: type
3636
description: The type of operation.
@@ -54,75 +54,81 @@ attributes:
5454
- success
5555
- schema_mismatch
5656
- other
57-
bind_type:
57+
value_type:
5858
name_override: type
59-
description: The type of bind to the domain server.
59+
description: The type of value sent.
6060
type: string
6161
enum:
62-
- server
63-
- client
62+
- distinguished_names
63+
- other
6464
metrics:
65-
active_directory.ds.replication.network.io:
66-
description: "The amount of network data transmitted by the Directory Replication Agent."
67-
unit: By
68-
sum:
69-
monotonic: true
70-
aggregation_temporality: cumulative
71-
value_type: int
72-
attributes: [direction, network_data_type]
73-
enabled: true
74-
active_directory.ds.replication.sync.object.pending:
75-
description: "The number of objects remaining until the full sync completes for the Directory Replication Agent."
76-
unit: "{objects}"
65+
active_directory.ds.bind.rate:
66+
description: "The number of binds per second serviced by this domain controller."
67+
unit: "{binds}/s"
7768
sum:
7869
monotonic: false
7970
aggregation_temporality: cumulative
80-
value_type: int
71+
value_type: double
72+
attributes: [bind_type]
8173
enabled: true
82-
active_directory.ds.replication.sync.request.count:
83-
description: "The number of sync requests made by the Directory Replication Agent."
84-
unit: "{requests}"
85-
sum:
86-
monotonic: true
87-
aggregation_temporality: cumulative
74+
stability:
75+
level: development
76+
active_directory.ds.ldap.bind.last_successful.time:
77+
description: "The amount of time taken for the last successful LDAP bind."
78+
unit: "ms"
79+
gauge:
8880
value_type: int
89-
attributes: [sync_result]
9081
enabled: true
91-
active_directory.ds.replication.object.rate:
92-
description: "The number of objects transmitted by the Directory Replication Agent per second."
93-
unit: "{objects}/s"
82+
stability:
83+
level: development
84+
active_directory.ds.ldap.bind.rate:
85+
description: "The number of successful LDAP binds per second."
86+
unit: "{binds}/s"
9487
sum:
9588
monotonic: false
9689
aggregation_temporality: cumulative
9790
value_type: double
98-
attributes: [direction]
9991
enabled: true
100-
active_directory.ds.replication.property.rate:
101-
description: "The number of properties transmitted by the Directory Replication Agent per second."
102-
unit: "{properties}/s"
92+
stability:
93+
level: development
94+
active_directory.ds.ldap.client.session.count:
95+
description: "The number of connected LDAP client sessions."
96+
unit: "{sessions}"
10397
sum:
10498
monotonic: false
10599
aggregation_temporality: cumulative
106-
value_type: double
107-
attributes: [direction]
100+
value_type: int
108101
enabled: true
109-
active_directory.ds.replication.value.rate:
110-
description: "The number of values transmitted by the Directory Replication Agent per second."
111-
unit: "{values}/s"
102+
stability:
103+
level: development
104+
active_directory.ds.ldap.search.rate:
105+
description: "The number of LDAP searches per second."
106+
unit: "{searches}/s"
112107
sum:
113108
monotonic: false
114109
aggregation_temporality: cumulative
115110
value_type: double
116-
attributes: [direction, value_type]
117111
enabled: true
118-
active_directory.ds.replication.operation.pending:
119-
description: "The number of pending replication operations for the Directory Replication Agent."
120-
unit: "{operations}"
112+
stability:
113+
level: development
114+
active_directory.ds.name_cache.hit_rate:
115+
description: "The percentage of directory object name component lookups that are satisfied by the Directory System Agent's name cache."
116+
unit: "%"
117+
gauge:
118+
value_type: double
119+
enabled: true
120+
stability:
121+
level: development
122+
active_directory.ds.notification.queued:
123+
description: "The number of pending update notifications that have been queued to push to clients."
124+
unit: "{notifications}"
121125
sum:
122126
monotonic: false
123127
aggregation_temporality: cumulative
124128
value_type: int
125129
enabled: true
130+
stability:
131+
level: development
126132
active_directory.ds.operation.rate:
127133
description: "The number of operations performed per second."
128134
unit: "{operations}/s"
@@ -132,84 +138,114 @@ metrics:
132138
value_type: double
133139
attributes: [operation_type]
134140
enabled: true
135-
active_directory.ds.name_cache.hit_rate:
136-
description: "The percentage of directory object name component lookups that are satisfied by the Directory System Agent's name cache."
137-
unit: "%"
138-
gauge:
139-
value_type: double
141+
stability:
142+
level: development
143+
active_directory.ds.replication.network.io:
144+
description: "The amount of network data transmitted by the Directory Replication Agent."
145+
unit: By
146+
sum:
147+
monotonic: true
148+
aggregation_temporality: cumulative
149+
value_type: int
150+
attributes: [direction, network_data_type]
140151
enabled: true
141-
active_directory.ds.notification.queued:
142-
description: "The number of pending update notifications that have been queued to push to clients."
143-
unit: "{notifications}"
152+
stability:
153+
level: development
154+
active_directory.ds.replication.object.rate:
155+
description: "The number of objects transmitted by the Directory Replication Agent per second."
156+
unit: "{objects}/s"
144157
sum:
145158
monotonic: false
146159
aggregation_temporality: cumulative
147-
value_type: int
160+
value_type: double
161+
attributes: [direction]
148162
enabled: true
149-
active_directory.ds.security_descriptor_propagations_event.queued:
150-
description: "The number of security descriptor propagation events that are queued for processing."
151-
unit: "{events}"
163+
stability:
164+
level: development
165+
active_directory.ds.replication.operation.pending:
166+
description: "The number of pending replication operations for the Directory Replication Agent."
167+
unit: "{operations}"
152168
sum:
153169
monotonic: false
154170
aggregation_temporality: cumulative
155171
value_type: int
156172
enabled: true
157-
active_directory.ds.suboperation.rate:
158-
description: "The rate of sub-operations performed."
159-
unit: "{suboperations}/s"
173+
stability:
174+
level: development
175+
active_directory.ds.replication.property.rate:
176+
description: "The number of properties transmitted by the Directory Replication Agent per second."
177+
unit: "{properties}/s"
160178
sum:
161179
monotonic: false
162180
aggregation_temporality: cumulative
163181
value_type: double
164-
attributes: [suboperation_type]
182+
attributes: [direction]
165183
enabled: true
166-
active_directory.ds.bind.rate:
167-
description: "The number of binds per second serviced by this domain controller."
168-
unit: "{binds}/s"
184+
stability:
185+
level: development
186+
active_directory.ds.replication.sync.object.pending:
187+
description: "The number of objects remaining until the full sync completes for the Directory Replication Agent."
188+
unit: "{objects}"
169189
sum:
170190
monotonic: false
171191
aggregation_temporality: cumulative
172-
value_type: double
173-
attributes: [bind_type]
192+
value_type: int
174193
enabled: true
175-
active_directory.ds.thread.count:
176-
description: "The number of threads in use by the directory service."
177-
unit: "{threads}"
194+
stability:
195+
level: development
196+
active_directory.ds.replication.sync.request.count:
197+
description: "The number of sync requests made by the Directory Replication Agent."
198+
unit: "{requests}"
178199
sum:
179-
monotonic: false
200+
monotonic: true
180201
aggregation_temporality: cumulative
181202
value_type: int
203+
attributes: [sync_result]
182204
enabled: true
183-
active_directory.ds.ldap.client.session.count:
184-
description: "The number of connected LDAP client sessions."
185-
unit: "{sessions}"
205+
stability:
206+
level: development
207+
active_directory.ds.replication.value.rate:
208+
description: "The number of values transmitted by the Directory Replication Agent per second."
209+
unit: "{values}/s"
186210
sum:
187211
monotonic: false
188212
aggregation_temporality: cumulative
189-
value_type: int
213+
value_type: double
214+
attributes: [direction, value_type]
190215
enabled: true
191-
active_directory.ds.ldap.bind.last_successful.time:
192-
description: "The amount of time taken for the last successful LDAP bind."
193-
unit: "ms"
194-
gauge:
216+
stability:
217+
level: development
218+
active_directory.ds.security_descriptor_propagations_event.queued:
219+
description: "The number of security descriptor propagation events that are queued for processing."
220+
unit: "{events}"
221+
sum:
222+
monotonic: false
223+
aggregation_temporality: cumulative
195224
value_type: int
196225
enabled: true
197-
active_directory.ds.ldap.bind.rate:
198-
description: "The number of successful LDAP binds per second."
199-
unit: "{binds}/s"
226+
stability:
227+
level: development
228+
active_directory.ds.suboperation.rate:
229+
description: "The rate of sub-operations performed."
230+
unit: "{suboperations}/s"
200231
sum:
201232
monotonic: false
202233
aggregation_temporality: cumulative
203234
value_type: double
235+
attributes: [suboperation_type]
204236
enabled: true
205-
active_directory.ds.ldap.search.rate:
206-
description: "The number of LDAP searches per second."
207-
unit: "{searches}/s"
237+
stability:
238+
level: development
239+
active_directory.ds.thread.count:
240+
description: "The number of threads in use by the directory service."
241+
unit: "{threads}"
208242
sum:
209243
monotonic: false
210244
aggregation_temporality: cumulative
211-
value_type: double
245+
value_type: int
212246
enabled: true
247+
stability:
248+
level: development
213249

214250
# TODO: Update the receiver to pass the tests
215251
tests:

0 commit comments

Comments
 (0)