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

How to customize collector configuration #1441

Open
shenqidebaozi opened this issue Feb 2, 2024 · 2 comments
Open

How to customize collector configuration #1441

shenqidebaozi opened this issue Feb 2, 2024 · 2 comments
Labels
question Further information is requested

Comments

@shenqidebaozi
Copy link

In the BindPlane UI, we can only set partial configurations for the collector.

image

If I want to set more configurations, such as max_recv_msg_size_mib How should I operate.

https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configgrpc/README.md

@cpheps cpheps added the question Further information is requested label Feb 2, 2024
@cpheps
Copy link
Contributor

cpheps commented Feb 2, 2024

Hey @shenqidebaozi,

So BindPlane usually exposes the most common configuration elements then we add more on as we see users needing them. For your question, you could likely need to create a custom source and insert the raw OTLP receiver configuration as you would if you were configuring the collector from a config file.

If you have any additional questions about BindPlane please reach out via our slack as you'll likely get a quicker response to any questions.

@shenqidebaozi
Copy link
Author

Okay, I understand. I have an idea. Can we provide a rendering page based on a JSON schema, so that we can write configuration files through page forms to avoid formatting and type errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants