Hey guys, I wanted to ask has anyone used @Include keyword on fluentbit in otel's main yml file(otel-collector-config.yml)? I getting issue in including a config file, can someone please provide format for this?
My file for now is:
extensions:
fluentbit:
executable_path: /opt/td-agent-bit/bin/td-agent-bit
tcp_endpoint: 127.0.0.1:8006
@INCLUDE /usr/local/go/src/opentelemetry-collector/examples/tracing/temp.conf
receivers:
fluentforward:
endpoint: 0.0.0.0:8006