The OpenTelemetry project currently offers pre-built distributions of the collector. The components included in the distributions can be found by in the manifest.yaml of each distribution.
Custom Distributions Existing distributions provided by the OpenTelemetry project may not meet your needs. For example, you may want a smaller binary or need to implement custom functionality like authenticator extensions, receivers, processors, exporters or connectors. The tool used to build distributions ocb (OpenTelemetry Collector Builder) is available to build your own distributions.
Document use cases for OTLP-only distro · Issue #11551 · open-telemetry/opentelemetry-collector
From the 2024-10-28 we want to extend the documentation on the OTLP-only distro to define the use cases we want to support for this distro (e.g. running as a sidecar).
How to add OTEL instrumentation to a React Native app
Member post by Jonathan Munz, Senior Software Engineer at Embrace React Native allows developers to build native mobile apps using Javascript and Typescript for both iOS and Android.
Unlock the power of telemetry by building a custom OpenTelemetry Collector. Explore components, choose the right distribution, and master customization.
The builder itself is solid, and I use it all the time to build custom images, however, I’ve been striving for a way to build this easier in pipelines and make it more accessible to people.
The OTTL Cookbook: Common Solutions to Data Transformation Problems
As our software complexity increases, so does our telemetry—and as our telemetry increases, it needs more and more tweaking en route to its final destination. You’ve likely needed to change an attribute, parse a log body, or touch up a metric before it landed in your backend of choice.
FluentD not sending application logs to open telemetry collector · Issue #1423 · fluent/fluentd-kubernetes-daemonset
Hello, I am trying to send all application logs of each pods to open telemetry collector . What configuration I have to use for that. Currently I am using this: match *.* @type forward server h...