-
Notifications
You must be signed in to change notification settings - Fork 398
extending otel config #4702
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
base: main
Are you sure you want to change the base?
extending otel config #4702
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
…into otel-collector-advanced-config
|
This makes no sense at all. Why would they get start how the stack started, copy the ingestion key and starting new stack which will have a different ingestion key. We need to modify the guides such that we assume the user doesn't have a stack started. There is no copying of the ingestion key and we simply introduce and extend the receivers and in order to collect the metrics. |
|
|
||
| <Image img={copy_api_key} alt="Copy API key" size="lg"/> | ||
|
|
||
| ## Create a local OpenTelemetry configuration {#create-otel-configuration} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything prior to this now makes no sense whatsoever.
| You only define new receivers, processors, and pipelines in the custom config. The base processors (`memory_limiter`, `batch`) and exporters (`clickhouse`) are already defined—reference them by name. The custom configuration is merged with the base configuration and cannot override existing components. | ||
| ::: | ||
|
|
||
| For more complex configurations, refer to the [default ClickStack collector configuration](https://github.com/hyperdxio/hyperdx/blob/main/docker/otel-collector/config.yaml) and the [ClickHouse exporter documentation](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/exporter/clickhouseexporter/README.md#configuration-options). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good.
Summary
Correcting the advanced config section with documentation on extending the otel config.
Checklist