Skip to content

Commit cc9a43a

Browse files
committed
Remove nr.apdexPerfZone & nr.guid on transaction
1 parent 950410c commit cc9a43a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

newrelic/core/transaction_node.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -458,13 +458,10 @@ def _add_if_not_empty(key, value):
458458

459459
apdex_perf_zone = self.apdex_perf_zone()
460460
_add_if_not_empty("apdexPerfZone", apdex_perf_zone)
461-
_add_if_not_empty("nr.apdexPerfZone", apdex_perf_zone)
462461

463462
if self.errors:
464463
intrinsics["error"] = True
465464

466-
if self.synthetics_resource_id:
467-
intrinsics["nr.guid"] = self.guid
468465
if self.parent_tx:
469466
intrinsics["parentId"] = self.parent_tx
470467

tests/agent_features/test_attributes_in_action.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
"timestamp",
9696
"totalTime",
9797
"error",
98-
"nr.apdexPerfZone",
9998
"apdexPerfZone",
10099
)
101100
TRANS_EVENT_AGENT_KEYS = [

0 commit comments

Comments
 (0)