This is a pretty cool feature of the OpenTelemetry Collector.

You can "layer" configs. You don't have to define everything in a single file.

In this example, I have a base file, then layer some filters, then layer another exporter.

Obviously pipeline and receiver naming conventions are key here.
Post image

Comments