File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
observability/otel/otel-collector Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The Batch Processor batches traces and metrics to reduce the number of outgoing
18
18
----
19
19
# ...
20
20
config: |
21
- processor :
21
+ processors :
22
22
batch:
23
23
timeout: 5s
24
24
send_batch_max_size: 10000
@@ -68,7 +68,7 @@ The Memory Limiter Processor periodically checks the Collector's memory usage an
68
68
----
69
69
# ...
70
70
config: |
71
- processor :
71
+ processors :
72
72
memory_limiter:
73
73
check_interval: 1s
74
74
limit_mib: 4000
@@ -136,7 +136,7 @@ rules:
136
136
----
137
137
# ...
138
138
config: |
139
- processor :
139
+ processors :
140
140
resourcedetection:
141
141
detectors: [openshift]
142
142
override: true
@@ -229,7 +229,7 @@ include::snippets/technology-preview.adoc[]
229
229
----
230
230
# ...
231
231
config: |
232
- processor :
232
+ processors :
233
233
attributes:
234
234
- key: cloud.availability_zone
235
235
value: "zone-1"
@@ -259,7 +259,7 @@ include::snippets/technology-preview.adoc[]
259
259
----
260
260
# ...
261
261
config: |
262
- processor :
262
+ processors :
263
263
span:
264
264
name:
265
265
from_attributes: [<key1>, <key2>, ...] # <1>
@@ -276,7 +276,7 @@ You can use this processor to extract attributes from the span name.
276
276
----
277
277
# ...
278
278
config: |
279
- processor :
279
+ processors :
280
280
span/to_attributes:
281
281
name:
282
282
to_attributes:
@@ -293,7 +293,7 @@ You can have the span status modified.
293
293
----
294
294
# ...
295
295
config: |
296
- processor :
296
+ processors :
297
297
span/set_status:
298
298
status:
299
299
code: Error
You can’t perform that action at this time.
0 commit comments