We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10043ec commit fc0d784Copy full SHA for fc0d784
tests/agent_features/test_log_events.py
@@ -441,7 +441,7 @@ def test_label_forwarding_enabled_exclude():
441
session = list(txn.application._agent._applications.values())[0]._active_session
442
443
common = session.get_log_events_common_block()
444
- # Excluded label should not appear, and other labels should be prefixed with 'tag.'
+ # Excluded label should not appear, and other labels should be prefixed with 'tags.'
445
assert common == {"tags.testlabel1": "A", "tags.testlabel2": "B"}
446
447
0 commit comments