quesion...is this the proper formatting for adding...
# support
g
quesion...is this the proper formatting for adding additional config files to the otel collector in docker? otel-collector: image: signoz/signoz-otel-collector:${OTELCOL_TAG:-0.111.22} container_name: signoz-otel-collector command: ["--config=/etc/otel-collector-config.yaml --config=/etc/postgres-metrics-collection-config.yaml --config=/etc/redis-metrics-collection-config.yaml", "--manager-config=/etc/manager-config.yaml", "--copy-path=/var/tmp/collector-config.yaml", "--feature-gates=-pkg.translator.prometheus.NormalizeName"]
s
Hi Greg, signoz-otel-collector currently doesn't support multiple config files
g
image.png
so is that comment a mistake?
image.png
s
These docs were written with the assumption that upstream otel-collector-contrib is the distro used for collection.
g
hmm...ok thats not clear from the docs, but I get your point. Maybe a clarification to that statement would clear that up.
really appreciate the assistance.