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.
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.
Comments
The code I posted is Aspire applying the configs.