You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking an example to instrument all postgresql calls without capturing sensitive information in the tags. Any configuration changes to be set, so that db related information's can be avoided as part of tag?
The text was updated successfully, but these errors were encountered:
I do have application which uses postgress as DB connected via psyscopg2 python client library. When the code is instrumented with below pseudo code
It is capturing the password as part of tag.
{
"key": "sql.conn",
"type": "string",
"value": "(('user=user1 password=password1 host=host1 port=5432 dbname=db1.',), {})"
}
Looking an example to instrument all postgresql calls without capturing sensitive information in the tags. Any configuration changes to be set, so that db related information's can be avoided as part of tag?
The text was updated successfully, but these errors were encountered: