Hi, Instead of passing the username and password in a plain text format, I was trying the basicauth extension for authentication and monitoring the oracledb and require some assistance, as after adding the below details in the agent_config.yml , The splunk otel collector is not starting up and am seeing error. Kindy help. In agent_config.yml extensions: basicauth: htpasswd: file: /etc/otel/collector/.htpasswd receivers: oracledb/demo: protocols: http: auth: authenticator: basicauth endpoint: <hostname:port> service: <DBname> service: metrics: receivers: [oracledb/demo]
... View more