-
Notifications
You must be signed in to change notification settings - Fork 46
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
Is it possible to use connectors? #454
Comments
Yes, they are available in signoz-otel-collector signoz-otel-collector/components/components.go Lines 176 to 184 in 29d5194
I am not sure what you mean by not intended for user access? However, on thing to not here is we have separate version of span processor opinionated and tightly coupled with SigNoz installation because relying unstable upstream component would mean breaking things every which we wanted to avoid. |
Thank you for responding so quickly! I have tried various input configurations by adjusting the examples from the OpenTelemetry documentation but haven't had any success, which led me to mistakenly believe that connectors might not be supported in the SigNoz collector. Thank you for clarifying that connectors are indeed available. 😊 However, during my trial-and-error process, even a simple declaration of the roundrobin connector causes the collector to stop working. For example, with the following configuration:
Could you please provide a working example of how to use the Spanmetrics connector or any other connector in an otel-collector-config.yaml file? Alternatively, if that’s not possible, could you help me identify what might be wrong with the code included below? After modifying the YAML file, I restart the collector container to apply the changes. Could this be causing any problem? Many thanks
|
I am interested in using Spanmetrics connectors to process spans, which would help me avoid exporting metrics that can be derived directly from spans.
Is it possible to enable the use of these connectors in the SigNoz collector? Or are there specific issues that may arise from enabling the connectors, which are the reason they are not intended for user access?
Any guidance or clarification on this matter would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: