OTel Demo App Bring Your Own Backend Config Files #847
-
For the OTel Demo App, I followed the guidance on Docker deployment | OpenTelemetry to bring your own backend. Can anyone elaborate on how the OTel Collector merges the two config files of (a) otelcol-config.yml and (b) otelcol-config-extras.yml? When I add to (b), it seems to override (a) instead of it being additive. In PR 246, there is a comment stating "... it fully replaces the default collector config." If this is true, then do I have to add the items in (a) to ensure that the telemetry continues to get sent to Jaeger et al as well as a different vendor backend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@TylerHelmuth do you happen to know more about this case? |
Beta Was this translation helpful? Give feedback.
This would be a YAML merge.
Objects are additive, but Arrays are overwritten.