Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect cycles in connectors when using browser-only validation #258

Open
mmanciop opened this issue Dec 12, 2023 · 0 comments
Open

Detect cycles in connectors when using browser-only validation #258

mmanciop opened this issue Dec 12, 2023 · 0 comments

Comments

@mmanciop
Copy link
Member

The browser-only validation should detect cycles like:

receivers:
  otlp:
exporters:
  otlp:
    endpoint: https://foo.bar
connectors:
  count/count_1:
  count/count_2:
service:
  pipelines:
    traces:
      receivers: [otlp]
      exporters: [count/count_1, otlp]
    metrics:
      receivers: [count/count_1]
      exporters: [count/count_2]
    metrics/count_the_counts:
      receivers: [count/count_2]
      exporters: [count/count_1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant