Skip to content

Commit

Permalink
fix open telemetry. Register new span (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Jan 16, 2024
1 parent ebacb5c commit 06e0244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integrations/test_open_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_properties(self):
"db.name",
"peer.service",
"net.peer.name",
"server.address",
]: # These fields hostname, user... are the same as password
assert span["meta"][key] != db_container.db_password, f"Test is failing for {db_operation}"

Expand Down

0 comments on commit 06e0244

Please sign in to comment.