Skip to content

Commit bc0e0c6

Browse files
Added changes from PR 'Merge metadata-update-2025-11-01 into main' to my stashed version of main.
2 parents 4220e5a + bef2959 commit bc0e0c6

79 files changed

Lines changed: 6998 additions & 6564 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: 88 additions & 88 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,82 +54,74 @@ 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
65+
active_directory.ds.bind.rate:
66+
description: "The number of binds per second serviced by this domain controller."
67+
unit: "{binds}/s"
6868
sum:
69-
monotonic: true
69+
monotonic: false
7070
aggregation_temporality: cumulative
71-
value_type: int
72-
attributes: [direction, network_data_type]
71+
value_type: double
72+
attributes: [bind_type]
7373
enabled: true
7474
stability:
7575
level: development
76-
active_directory.ds.replication.sync.object.pending:
77-
description: "The number of objects remaining until the full sync completes for the Directory Replication Agent."
78-
unit: "{objects}"
79-
sum:
80-
monotonic: false
81-
aggregation_temporality: cumulative
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:
8280
value_type: int
8381
enabled: true
8482
stability:
8583
level: development
86-
active_directory.ds.replication.sync.request.count:
87-
description: "The number of sync requests made by the Directory Replication Agent."
88-
unit: "{requests}"
84+
active_directory.ds.ldap.bind.rate:
85+
description: "The number of successful LDAP binds per second."
86+
unit: "{binds}/s"
8987
sum:
90-
monotonic: true
88+
monotonic: false
9189
aggregation_temporality: cumulative
92-
value_type: int
93-
attributes: [sync_result]
90+
value_type: double
9491
enabled: true
9592
stability:
9693
level: development
97-
active_directory.ds.replication.object.rate:
98-
description: "The number of objects transmitted by the Directory Replication Agent per second."
99-
unit: "{objects}/s"
94+
active_directory.ds.ldap.client.session.count:
95+
description: "The number of connected LDAP client sessions."
96+
unit: "{sessions}"
10097
sum:
10198
monotonic: false
10299
aggregation_temporality: cumulative
103-
value_type: double
104-
attributes: [direction]
100+
value_type: int
105101
enabled: true
106102
stability:
107103
level: development
108-
active_directory.ds.replication.property.rate:
109-
description: "The number of properties transmitted by the Directory Replication Agent per second."
110-
unit: "{properties}/s"
104+
active_directory.ds.ldap.search.rate:
105+
description: "The number of LDAP searches per second."
106+
unit: "{searches}/s"
111107
sum:
112108
monotonic: false
113109
aggregation_temporality: cumulative
114110
value_type: double
115-
attributes: [direction]
116111
enabled: true
117112
stability:
118113
level: development
119-
active_directory.ds.replication.value.rate:
120-
description: "The number of values transmitted by the Directory Replication Agent per second."
121-
unit: "{values}/s"
122-
sum:
123-
monotonic: false
124-
aggregation_temporality: cumulative
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:
125118
value_type: double
126-
attributes: [direction, value_type]
127119
enabled: true
128120
stability:
129121
level: development
130-
active_directory.ds.replication.operation.pending:
131-
description: "The number of pending replication operations for the Directory Replication Agent."
132-
unit: "{operations}"
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}"
133125
sum:
134126
monotonic: false
135127
aggregation_temporality: cumulative
@@ -148,101 +140,109 @@ metrics:
148140
enabled: true
149141
stability:
150142
level: development
151-
active_directory.ds.name_cache.hit_rate:
152-
description: "The percentage of directory object name component lookups that are satisfied by the Directory System Agent's name cache."
153-
unit: "%"
154-
gauge:
155-
value_type: double
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]
156151
enabled: true
157152
stability:
158153
level: development
159-
active_directory.ds.notification.queued:
160-
description: "The number of pending update notifications that have been queued to push to clients."
161-
unit: "{notifications}"
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"
162157
sum:
163158
monotonic: false
164159
aggregation_temporality: cumulative
165-
value_type: int
160+
value_type: double
161+
attributes: [direction]
166162
enabled: true
167163
stability:
168164
level: development
169-
active_directory.ds.security_descriptor_propagations_event.queued:
170-
description: "The number of security descriptor propagation events that are queued for processing."
171-
unit: "{events}"
165+
active_directory.ds.replication.operation.pending:
166+
description: "The number of pending replication operations for the Directory Replication Agent."
167+
unit: "{operations}"
172168
sum:
173169
monotonic: false
174170
aggregation_temporality: cumulative
175171
value_type: int
176172
enabled: true
177173
stability:
178174
level: development
179-
active_directory.ds.suboperation.rate:
180-
description: "The rate of sub-operations performed."
181-
unit: "{suboperations}/s"
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"
182178
sum:
183179
monotonic: false
184180
aggregation_temporality: cumulative
185181
value_type: double
186-
attributes: [suboperation_type]
182+
attributes: [direction]
187183
enabled: true
188184
stability:
189185
level: development
190-
active_directory.ds.bind.rate:
191-
description: "The number of binds per second serviced by this domain controller."
192-
unit: "{binds}/s"
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}"
193189
sum:
194190
monotonic: false
195191
aggregation_temporality: cumulative
196-
value_type: double
197-
attributes: [bind_type]
192+
value_type: int
198193
enabled: true
199194
stability:
200195
level: development
201-
active_directory.ds.thread.count:
202-
description: "The number of threads in use by the directory service."
203-
unit: "{threads}"
196+
active_directory.ds.replication.sync.request.count:
197+
description: "The number of sync requests made by the Directory Replication Agent."
198+
unit: "{requests}"
204199
sum:
205-
monotonic: false
200+
monotonic: true
206201
aggregation_temporality: cumulative
207202
value_type: int
203+
attributes: [sync_result]
208204
enabled: true
209205
stability:
210206
level: development
211-
active_directory.ds.ldap.client.session.count:
212-
description: "The number of connected LDAP client sessions."
213-
unit: "{sessions}"
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"
214210
sum:
215211
monotonic: false
216212
aggregation_temporality: cumulative
217-
value_type: int
213+
value_type: double
214+
attributes: [direction, value_type]
218215
enabled: true
219216
stability:
220217
level: development
221-
active_directory.ds.ldap.bind.last_successful.time:
222-
description: "The amount of time taken for the last successful LDAP bind."
223-
unit: "ms"
224-
gauge:
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
225224
value_type: int
226225
enabled: true
227226
stability:
228227
level: development
229-
active_directory.ds.ldap.bind.rate:
230-
description: "The number of successful LDAP binds per second."
231-
unit: "{binds}/s"
228+
active_directory.ds.suboperation.rate:
229+
description: "The rate of sub-operations performed."
230+
unit: "{suboperations}/s"
232231
sum:
233232
monotonic: false
234233
aggregation_temporality: cumulative
235234
value_type: double
235+
attributes: [suboperation_type]
236236
enabled: true
237237
stability:
238238
level: development
239-
active_directory.ds.ldap.search.rate:
240-
description: "The number of LDAP searches per second."
241-
unit: "{searches}/s"
239+
active_directory.ds.thread.count:
240+
description: "The number of threads in use by the directory service."
241+
unit: "{threads}"
242242
sum:
243243
monotonic: false
244244
aggregation_temporality: cumulative
245-
value_type: double
245+
value_type: int
246246
enabled: true
247247
stability:
248248
level: development

0 commit comments

Comments
 (0)