Commit 33b24b0 1 parent bc8b1ce commit 33b24b0 Copy full SHA for 33b24b0
File tree 1 file changed +5
-5
lines changed
content/en/docs/collector/building/connector
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ services. Both these processors ingest trace data and convert them to metrics
41
41
data. Since pipelines in the OpenTelemetry Collector are for only one type of
42
42
data, it is necessary to convert the trace data from the processor in the traces
43
43
pipeline and send it to the metrics pipeline. Historically, some processors
44
- transmitted data by making use of a work-around that follows a bad practice
45
- where a processor directly exports data after processing. The connector
46
- component solves the need for this work-around and the processors that used the
47
- work around have been deprecated. On the same line, above mentioned processors
48
- are also now deprecated in recent releases and are replaced by the connectors.
44
+ transmitted data by making use of a workaround that follows a bad practice where
45
+ a processor directly exports data after processing. The connector component
46
+ solves the need for this work-around and the processors that used the work
47
+ around have been deprecated. On the same line, above mentioned processors are
48
+ also now deprecated in recent releases and are replaced by the connectors.
49
49
50
50
Additional details about the connector's full capabilities can be found at the
51
51
following links:
You can’t perform that action at this time.
0 commit comments