Skip to content

Commit e58a252

Browse files
fixes #5280: ErrDataTypeIsNotSupported is deprecated (#5281)
Signed-off-by: Rémi Verchère <[email protected]> Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent 0b31ae3 commit e58a252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/collector/architecture.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ processing (or modification), and finally to export.
3434
Pipelines can operate on three telemetry data types: traces, metrics, and logs.
3535
The data type is a property of the pipeline defined by its configuration.
3636
Receivers, processors, and exporters used in a pipeline must support the
37-
particular data type, otherwise the `ErrDataTypeIsNotSupported` exception is
38-
reported when the configuration loads.
37+
particular data type, otherwise the `pipeline.ErrSignalNotSupported` exception
38+
is reported when the configuration loads.
3939

4040
The following diagram represents a typical pipeline:
4141

0 commit comments

Comments
 (0)