Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter nan values on ingestion #419

Merged
merged 1 commit into from
Jan 2, 2024
Merged

filter nan values on ingestion #419

merged 1 commit into from
Jan 2, 2024

Conversation

akvlad
Copy link
Collaborator

@akvlad akvlad commented Jan 2, 2024

according to #418

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (20)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (20)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198804000, 1704198805000
	Initialize containers : 1704198805000, 1704198818000
	Run actions/checkout@v4 : 1704198818000, 1704198819000
	Use Node.js 20 : 1704198819000, 1704198820000
	Run npm install : 1704198820000, 1704198834000
	Run npm run postinstall : 1704198834000, 1704198834000
	Run git submodule init : 1704198834000, 1704198834000
	Run git submodule update : 1704198834000, 1704198835000
	Workflow Telemetry : 1704198835000, 1704198835000
	Run node qryn.mjs >/dev/stdout & npm run test --forceExit : 1704198836000, 1704198868000

Loading

CPU Metrics

chart_stacked_area_time_5001c05a-0869-4353-9647-0c1c3dc9776c

Memory Metrics

chart_stacked_area_time_05b93d0e-e2ed-4500-8637-fb89f5dac293

IO Metrics

Read Write
Network I/O chart_line_time_737f0bee-8a0f-4111-b853-d2bac22a4a41 chart_line_time_6c6f15d8-cd9a-476b-bb3e-93acdb194fa1
Disk I/O chart_line_time_51259590-7937-4649-9143-0881c8eecd4c chart_line_time_152fc4e8-c219-4a0f-b172-b730ad62958d

Process Trace

Top 100 processes with highest duration

gantt
	title build (20)
	dateFormat x
	axisFormat %H:%M:%S
	bash : 1704198835651, 1704198863776
	npm : 1704198835653, 1704198863775
	node : 1704198835653, 1704198863775
	jest : 1704198835930, 1704198863762
	node : 1704198835930, 1704198863762
	node : 1704198836094, 1704198836134
	find : 1704198836428, 1704198836429
	find : 1704198836434, 1704198836819
	node : 1704198836839, 1704198836938
	node : 1704198836845, 1704198836938
	node : 1704198836848, 1704198836931
	node : 1704198836960, 1704198863710
	node : 1704198836963, 1704198863729
	node : 1704198836965, 1704198863746
	node : 1704198837052, 1704198837090
	node : 1704198837061, 1704198837116
	node : 1704198837071, 1704198837104

Loading

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (20)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (20)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198804000, 1704198805000
	Run actions/checkout@v4 : 1704198806000, 1704198806000
	Use Node.js 20 : 1704198807000, 1704198808000
	Run npm install : 1704198808000, 1704198822000
	Run npm run postinstall : 1704198822000, 1704198823000
	Run git submodule init : 1704198823000, 1704198823000
	Run git submodule update : 1704198823000, 1704198824000
	Run docker-compose -f docker/e2e/docker-compose-cluster.yaml up -d : 1704198824000, 1704198835000
	Run sleep 5 : 1704198835000, 1704198840000
	Workflow Telemetry : 1704198840000, 1704198840000
	Run node qryn.mjs >/dev/stdout & : 1704198840000, 1704198845000
	Run npm run test --forceExit : 1704198845000, 1704198874000

Loading

CPU Metrics

chart_stacked_area_time_4f9da356-d576-444d-a0a2-31f91ebd0916

Memory Metrics

chart_stacked_area_time_a54dddee-80f4-40d0-b437-d1565ab9d2a3

IO Metrics

Read Write
Network I/O chart_line_time_833c3bc9-c3c0-43b4-8e59-0e9f129b4751 chart_line_time_6258473b-2534-4c3c-a058-e4f53b075f7a
Disk I/O chart_line_time_85d6f134-e3e2-4927-a49b-aa3d49896126 chart_line_time_8944ab5c-b415-430a-ba6a-1e0f15687ede

Process Trace

Top 100 processes with highest duration

gantt
	title build (20)
	dateFormat x
	axisFormat %H:%M:%S
	bash : 1704198840335, 1704198840337
	bash : 1704198845353, 1704198874733
	npm : 1704198845355, 1704198874729
	node : 1704198845355, 1704198874729
	jest : 1704198845607, 1704198874724
	node : 1704198845607, 1704198874724
	node : 1704198845771, 1704198845802
	find : 1704198846003, 1704198846004
	find : 1704198846009, 1704198846180
	node : 1704198846197, 1704198846279
	node : 1704198846201, 1704198846280
	node : 1704198846203, 1704198846279
	node : 1704198846301, 1704198874668
	node : 1704198846304, 1704198874674
	node : 1704198846306, 1704198874674
	node : 1704198846400, 1704198846457
	node : 1704198846403, 1704198846458
	node : 1704198846405, 1704198846434

Loading

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (16.x)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (16.x)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198804000, 1704198805000
	Run actions/checkout@v4 : 1704198806000, 1704198806000
	Use Node.js 16.x : 1704198806000, 1704198807000
	Run npm install : 1704198807000, 1704198822000
	Run npm run postinstall : 1704198823000, 1704198823000
	Run git submodule init : 1704198823000, 1704198823000
	Run git submodule update : 1704198823000, 1704198824000
	Run docker-compose -f docker/e2e/docker-compose-cluster.yaml up -d : 1704198824000, 1704198835000
	Run sleep 5 : 1704198835000, 1704198840000
	Workflow Telemetry : 1704198840000, 1704198840000
	Run node qryn.mjs >/dev/stdout & : 1704198840000, 1704198845000

Loading

CPU Metrics

chart_stacked_area_time_e77fc401-81e1-414d-b216-b16707a5bbf2

Memory Metrics

chart_stacked_area_time_15595ada-4fbf-4fbe-b78b-3c5f3c904cfc

IO Metrics

Read Write
Network I/O chart_line_time_567ac76e-4f84-4105-824f-c4a45c2b839e chart_line_time_cc0c9890-9dc6-4c89-baab-0ca0f9a1b239
Disk I/O chart_line_time_cf756981-7fe6-4219-aef9-dd744dc4247f chart_line_time_6c67190a-895d-42a0-be36-0585d39a1ffe

Process Trace

Top 100 processes with highest duration

gantt
	title build (16.x)
	dateFormat x
	axisFormat %H:%M:%S
	bash : 1704198840610, 1704198840611
	bash : 1704198845633, 1704198876019
	npm : 1704198845635, 1704198876015
	node : 1704198845635, 1704198876015
	jest : 1704198845916, 1704198876011
	node : 1704198845916, 1704198876011
	node : 1704198846094, 1704198846128
	find : 1704198846359, 1704198846360
	find : 1704198846367, 1704198846548
	node : 1704198846571, 1704198846666
	node : 1704198846579, 1704198846666
	node : 1704198846585, 1704198846665
	node : 1704198846692, 1704198875997
	node : 1704198846697, 1704198875991
	node : 1704198846702, 1704198875987
	node : 1704198846786, 1704198846828
	node : 1704198846806, 1704198846841
	node : 1704198846806, 1704198846856

Loading

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (16.x)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (16.x)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198804000, 1704198805000
	Initialize containers : 1704198805000, 1704198815000
	Run actions/checkout@v4 : 1704198816000, 1704198821000
	Use Node.js 16.x : 1704198822000, 1704198827000
	Run npm install : 1704198827000, 1704198842000
	Run npm run postinstall : 1704198842000, 1704198842000
	Run git submodule init : 1704198842000, 1704198842000
	Run git submodule update : 1704198842000, 1704198843000
	Workflow Telemetry : 1704198843000, 1704198843000
	Run node qryn.mjs >/dev/stdout & npm run test --forceExit : 1704198843000, 1704198878000

Loading

CPU Metrics

chart_stacked_area_time_f4dbb48d-e0b1-4c62-9086-7d2b4f8f57d0

Memory Metrics

chart_stacked_area_time_34e9c8ac-eb2c-4e66-a07f-f43b309a6575

IO Metrics

Read Write
Network I/O chart_line_time_7228062e-c802-49c9-b774-aee9fe4a7410 chart_line_time_cb127667-abce-4bfd-973d-9db70a5e0f60
Disk I/O chart_line_time_76582bc0-e919-4058-a648-5e46bc29505e chart_line_time_015aecd8-2896-4df2-b772-ae160f279434

Process Trace

Top 100 processes with highest duration

gantt
	title build (16.x)
	dateFormat x
	axisFormat %H:%M:%S
	jest : 1704198844047, 1704198873371
	node : 1704198844047, 1704198873371
	node : 1704198844219, 1704198844270
	find : 1704198844558, 1704198844559
	find : 1704198844570, 1704198845055
	node : 1704198845078, 1704198845271
	node : 1704198845086, 1704198845258
	node : 1704198845102, 1704198845259
	node : 1704198845322, 1704198873331
	node : 1704198845339, 1704198873314
	node : 1704198845359, 1704198873335
	node : 1704198845580, 1704198845692
	node : 1704198845606, 1704198845762
	node : 1704198845622, 1704198845731

Loading

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (18)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (18)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198805000, 1704198806000
	Initialize containers : 1704198806000, 1704198818000
	Run actions/checkout@v4 : 1704198818000, 1704198819000
	Use Node.js 18 : 1704198819000, 1704198820000
	Run npm install : 1704198820000, 1704198841000
	Run npm run postinstall : 1704198841000, 1704198842000
	Run git submodule init : 1704198842000, 1704198842000
	Run git submodule update : 1704198842000, 1704198843000
	Workflow Telemetry : 1704198843000, 1704198843000
	Run node qryn.mjs >/dev/stdout & npm run test --forceExit : 1704198843000, 1704198877000

Loading

CPU Metrics

chart_stacked_area_time_b1d78d29-b3e2-4a95-a954-2f57e850911c

Memory Metrics

chart_stacked_area_time_42c82ed1-0abf-4c1e-883c-5ead02c37e88

IO Metrics

Read Write
Network I/O chart_line_time_83b2bf29-a0ef-40f5-bcc2-1e3414312535 chart_line_time_e8e81d63-104a-4c90-a055-2dde092718ec
Disk I/O chart_line_time_ac533611-d42c-47d9-90f6-a37451f12f0b chart_line_time_98d5e375-1546-4690-9edc-adb7a8894541

Process Trace

Top 100 processes with highest duration

gantt
	title build (18)
	dateFormat x
	axisFormat %H:%M:%S
	bash : 1704198843421, 1704198872979
	npm : 1704198843423, 1704198872974
	node : 1704198843423, 1704198872974
	jest : 1704198843786, 1704198872969
	node : 1704198843786, 1704198872969
	node : 1704198843974, 1704198844009
	find : 1704198844311, 1704198844312
	find : 1704198844320, 1704198844686
	node : 1704198844714, 1704198844831
	node : 1704198844719, 1704198844829
	node : 1704198844723, 1704198844841
	node : 1704198844851, 1704198872863
	node : 1704198844855, 1704198872869
	node : 1704198844858, 1704198872866
	node : 1704198844975, 1704198845012
	node : 1704198844980, 1704198845030
	node : 1704198844985, 1704198845030

Loading

Copy link

github-actions bot commented Jan 2, 2024

Workflow Telemetry - QRYN CI / build (18)

Workflow telemetry for commit 1ba932ac78b3df050e2a37e236298d9c94bcd746
You can access workflow job details here

Step Trace

gantt
	title build (18)
	dateFormat x
	axisFormat %H:%M:%S
	Set up job : milestone, 1704198804000, 1704198805000
	Run actions/checkout@v4 : 1704198805000, 1704198806000
	Use Node.js 18 : 1704198806000, 1704198807000
	Run npm install : 1704198807000, 1704198827000
	Run npm run postinstall : 1704198827000, 1704198827000
	Run git submodule init : 1704198827000, 1704198827000
	Run git submodule update : 1704198827000, 1704198828000
	Run docker-compose -f docker/e2e/docker-compose-cluster.yaml up -d : 1704198828000, 1704198841000
	Run sleep 5 : 1704198841000, 1704198846000
	Workflow Telemetry : 1704198846000, 1704198846000
	Run node qryn.mjs >/dev/stdout & : 1704198846000, 1704198851000
	Run npm run test --forceExit : 1704198851000, 1704198881000

Loading

CPU Metrics

chart_stacked_area_time_eeda120d-094c-4aca-9173-adf22e0ec4fe

Memory Metrics

chart_stacked_area_time_47a3c0c8-1bae-47dc-875b-ac51c79ae624

IO Metrics

Read Write
Network I/O chart_line_time_a809da5b-cb8e-4ec9-972e-682d6ebbe83a chart_line_time_90ad1db7-d789-4439-a676-0fc0fbfe20fd
Disk I/O chart_line_time_e65473d5-2ba4-4f5b-9b1d-9430be0af46e chart_line_time_86ffbe11-a0fb-4af4-8e2e-69b77474e25f

Process Trace

Top 100 processes with highest duration

gantt
	title build (18)
	dateFormat x
	axisFormat %H:%M:%S
	bash : 1704198846362, 1704198846363
	bash : 1704198851378, 1704198881633
	npm : 1704198851380, 1704198881629
	node : 1704198851380, 1704198881629
	jest : 1704198851668, 1704198881626
	node : 1704198851668, 1704198881626
	node : 1704198851853, 1704198851886
	find : 1704198852103, 1704198852104
	find : 1704198852108, 1704198852278
	node : 1704198852299, 1704198852388
	node : 1704198852302, 1704198852386
	node : 1704198852305, 1704198852385
	node : 1704198852407, 1704198881564
	node : 1704198852410, 1704198881600
	node : 1704198852412, 1704198881597
	node : 1704198852503, 1704198852546
	node : 1704198852508, 1704198852542
	node : 1704198852515, 1704198852566

Loading

@akvlad akvlad merged commit 8ff76c2 into master Jan 2, 2024
10 checks passed
@akvlad akvlad deleted the filter_nan branch January 2, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant