Skip to content

Commit

Permalink
Ensure stacktrace has a base line scope to avoid intermitted renderin…
Browse files Browse the repository at this point in the history
…g issues

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Nov 12, 2024
1 parent bf7e68f commit a54f660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def differential_flamegraph(start_time: str, namespace: str, pod: str, baseline_
pod2 = pod2.drop(['node', 'namespace', 'stack_trace_id'])

merged = merge_and_compute_delta(pod1, pod2, negate)
return merged[['stack_trace', 'count', 'delta', 'percent']]
return merged[['stack_trace', 'count', 'delta', 'percent', 'pod']]
1 change: 1 addition & 0 deletions src/pxl_scripts/px/differential_flamegraph/vis.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"stacktraceColumn": "stack_trace",
"countColumn": "count",
"percentageColumn": "percent",
"podColumn": "pod",
"differenceColumn": "delta"
}
}
Expand Down

0 comments on commit a54f660

Please sign in to comment.