Skip to content

Commit 2f88046

Browse files
chore: ignore DSM pathway hash within trace snapshot (#147)
Ignore pathway.hash to prevent trace snapshot failures Co-authored-by: Kyle Verhoog <[email protected]>
1 parent dff9461 commit 2f88046

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ddapm_test_agent/trace_snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
log = logging.getLogger(__name__)
3131

3232

33-
DEFAULT_SNAPSHOT_IGNORES = "span_id,trace_id,parent_id,duration,start,metrics.system.pid,metrics.system.process_id,metrics.process_id,meta.runtime-id,span_links.trace_id_high"
33+
DEFAULT_SNAPSHOT_IGNORES = "span_id,trace_id,parent_id,duration,start,metrics.system.pid,metrics.system.process_id,metrics.process_id,meta.runtime-id,span_links.trace_id_high,meta.pathway.hash"
3434

3535

3636
def _key_match(d1: Dict[str, Any], d2: Dict[str, Any], key: str) -> bool:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Adds dsm `pathway.hash` span tag to the ignored attributes for a trace snapshot.

0 commit comments

Comments
 (0)