Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit daaf7cd

Browse files
WIP
1 parent ce9113c commit daaf7cd

File tree

1 file changed

+57
-16
lines changed

1 file changed

+57
-16
lines changed

gdi/opentelemetry/components/a-components-processors.rst

Lines changed: 57 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,62 @@ Collector components: Processors
3030

3131
The following processors are available:
3232

33-
* :ref:`attributes-processor`
34-
* :ref:`batch-processor`
35-
* :ref:`cumulative-to-delta-processor`
36-
* :ref:`filter-processor`
37-
* :ref:`groupbyattrs-processor`
38-
* :ref:`kubernetes-attributes-processor`
39-
* :ref:`memory-limiter-processor`
40-
* :ref:`metrics-transform-processor`
41-
* :ref:`probabilistic-sampler-processor`
42-
* :ref:`redaction-processor`
43-
* :ref:`resource-processor`
44-
* :ref:`resourcedetection-processor`
45-
* :ref:`routing-processor`
46-
* :ref:`span-processor`
47-
* :ref:`tail-sampling-processor`
48-
* :ref:`transform-processor`
33+
.. list-table::
34+
35+
:width: 100%
36+
:widths: 25 75
37+
:header-rows: 1
38+
39+
* - Processor
40+
- Use it for...
41+
42+
* - :ref:`attributes-processor`
43+
- TBC
44+
45+
* :ref:`batch-processor`
46+
- TBC
47+
48+
* :ref:`cumulative-to-delta-processor`
49+
- TBC
50+
51+
* :ref:`filter-processor`
52+
- TBC
53+
54+
* :ref:`groupbyattrs-processor`
55+
- TBC
56+
57+
* :ref:`kubernetes-attributes-processor`
58+
- TBC
59+
60+
* :ref:`memory-limiter-processor`
61+
- TBC
62+
63+
* :ref:`metrics-transform-processor`
64+
- TBC
65+
66+
* :ref:`probabilistic-sampler-processor`
67+
- TBC
68+
69+
* :ref:`redaction-processor`
70+
- TBC
71+
72+
* :ref:`resource-processor`
73+
- TBC
74+
75+
* :ref:`resourcedetection-processor`
76+
- TBC
77+
78+
* :ref:`routing-processor`
79+
- TBC
80+
81+
* :ref:`span-processor`
82+
- TBC
83+
84+
* :ref:`tail-sampling-processor`
85+
- TBC
86+
87+
* :ref:`transform-processor`
88+
- TBC
4989

5090
To see other components, refer to :ref:`otel-components`.
91+

0 commit comments

Comments
 (0)