mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-13 22:27:12 +00:00
tmp: Alternative group filters in comments
This commit is contained in:
parent
256ebfdbda
commit
e065cbf8a2
@ -143,6 +143,9 @@ if __name__ == '__main__':
|
||||
goroutines_samples_df = pd.concat(goroutines_samples_all_files, axis=1)
|
||||
|
||||
group_pattern = r'(\d+)[\w-]*\.\w+$'
|
||||
# group_pattern = r'([^\/]+\/\d+)[\w-]*\.\w+$'
|
||||
# group_pattern = '.*'
|
||||
|
||||
plt.subplots(constrained_layout=True)
|
||||
|
||||
cpu_plot = plt.subplot(8, 2, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user