iilyak commented on issue #2522: Strip credentials from the traces we send to open tracing server. URL: https://github.com/apache/couchdb/pull/2522#issuecomment-582454253 You are right. The connection string is `description:ID@IP:PORT` * The `description` is a logical description of the database using alphanumeric characters (a-z, A-Z, 0-9) and underscores. * The `ID` is an arbitrary value containing alphanumeric characters (a-z, A-Z, 0-9). We recommend using a random eight-character identifier (such as the output of mktemp -u XXXXXXXX). Note that the ID will change when coordinators change So it should be fine. I got confused because my content string is: ``` cat /usr/local/etc/foundationdb/fdb.cluster adm:pass@127.0.0.1:4689 ``` Therefore when I saw `db.instance` value equal to `adm:pass@127.0.0.1:4689` I friked out.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services