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