You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to see?
This should start up without issue
What did you see instead?
An error occurred during the validation step:
Error: failed to build pipelines: connector "forward" cannot connect from metrics to logs: telemetry type is not supported
2023/06/14 10:41:50 collector server run finished with error: failed to build pipelines: connector "forward" cannot connect from metrics to logs: telemetry type is not supported
What version did you use?
Version: v0.79.0
What config did you use?
Shared above
Environment
OS: docker linux/arm
Compiler: go 1.20.5
The text was updated successfully, but these errors were encountered:
Alternate to
#8003
Fixes
##7892
Validation of connectors was too aggressive such that a connector that
was used in any combination of unsupported roles would fail. Instead,
validation should pass as long as each use of the connector has a
supported corresponding use.
For example, the forward connector may forward traces and metrics at the
same time. Previously, validation would fail because it detected that
traces->metrics and metrics->traces were possible connections. Now it
will pass as long as there is a supported connection type for each
pipeline in which the connector is used.
Describe the bug
it is possible for a shared reference a forward connector to fail validation due it being used across pipelines
Steps to reproduce
Have two different telemetry pipelines that share the forward reference, ie:
What did you expect to see?
This should start up without issue
What did you see instead?
An error occurred during the validation step:
What version did you use?
Version: v0.79.0
What config did you use?
Shared above
Environment
OS: docker linux/arm
Compiler: go 1.20.5
The text was updated successfully, but these errors were encountered: