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

Add ok and error request metrics #12738

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

VPolka
Copy link
Collaborator

@VPolka VPolka commented Dec 18, 2024

Changelog entry

...

Changelog category

  • Improvement

Additional information

...

Copy link

github-actions bot commented Dec 18, 2024

2024-12-18 14:51:52 UTC Pre-commit check linux-x86_64-release-asan for cd33dba has started.
2024-12-18 14:51:58 UTC Artifacts will be uploaded here
2024-12-18 14:54:53 UTC ya make is running...
🟡 2024-12-18 16:03:46 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13727 13620 0 55 5 47

🟢 2024-12-18 16:05:02 UTC Build successful.
🟢 2024-12-18 16:05:28 UTC ydbd size 3.6 GiB changed* by +71.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 47dde79 merge: cd33dba diff diff %
ydbd size 3 895 061 568 Bytes 3 895 134 376 Bytes +71.1 KiB +0.002%
ydbd stripped size 1 364 015 184 Bytes 1 364 038 864 Bytes +23.1 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 18, 2024

2024-12-18 14:53:07 UTC Pre-commit check linux-x86_64-relwithdebinfo for cd33dba has started.
2024-12-18 14:53:19 UTC Artifacts will be uploaded here
2024-12-18 14:56:13 UTC ya make is running...
🟡 2024-12-18 17:24:05 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20915 19376 0 6 1414 119

2024-12-18 17:26:14 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-18 17:37:51 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
169 (only retried tests) 56 0 3 0 110

2024-12-18 17:37:59 UTC ya make is running... (failed tests rerun, try 3)
🟢 2024-12-18 17:49:27 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
158 (only retried tests) 49 0 0 0 109

🟢 2024-12-18 17:49:34 UTC Build successful.
🟢 2024-12-18 17:49:55 UTC ydbd size 2.1 GiB changed* by +28.3 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 47dde79 merge: cd33dba diff diff %
ydbd size 2 254 038 592 Bytes 2 254 067 544 Bytes +28.3 KiB +0.001%
ydbd stripped size 483 096 208 Bytes 483 100 496 Bytes +4.2 KiB +0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 8f9f617 to 9b834dc Compare December 18, 2024 18:19
Copy link

github-actions bot commented Dec 18, 2024

2024-12-18 18:22:12 UTC Pre-commit check linux-x86_64-relwithdebinfo for 10980d7 has started.
2024-12-18 18:22:16 UTC Artifacts will be uploaded here
2024-12-18 18:25:08 UTC ya make is running...
🔴 2024-12-18 18:29:00 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 18, 2024

2024-12-18 18:22:17 UTC Pre-commit check linux-x86_64-release-asan for 10980d7 has started.
2024-12-18 18:22:20 UTC Artifacts will be uploaded here
2024-12-18 18:25:16 UTC ya make is running...
🔴 2024-12-18 18:29:17 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 20, 2024

2024-12-20 10:12:08 UTC Pre-commit check linux-x86_64-relwithdebinfo for 51848eb has started.
2024-12-20 10:12:19 UTC Artifacts will be uploaded here
2024-12-20 10:15:20 UTC ya make is running...
🔴 2024-12-20 10:18:24 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 20, 2024

2024-12-20 10:12:24 UTC Pre-commit check linux-x86_64-release-asan for 51848eb has started.
2024-12-20 10:12:35 UTC Artifacts will be uploaded here
2024-12-20 10:15:33 UTC ya make is running...
🔴 2024-12-20 10:18:43 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 766fedf to 214733e Compare December 23, 2024 09:58
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 10:01:42 UTC Pre-commit check linux-x86_64-release-asan for d2e2246 has started.
2024-12-23 10:01:53 UTC Artifacts will be uploaded here
2024-12-23 10:04:46 UTC ya make is running...
🔴 2024-12-23 10:08:03 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 10:01:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for d2e2246 has started.
2024-12-23 10:02:04 UTC Artifacts will be uploaded here
2024-12-23 10:05:11 UTC ya make is running...
🔴 2024-12-23 10:08:08 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 214733e to 570c9ea Compare December 23, 2024 13:09
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 13:13:11 UTC Pre-commit check linux-x86_64-relwithdebinfo for e455829 has started.
2024-12-23 13:13:24 UTC Artifacts will be uploaded here
2024-12-23 13:16:33 UTC ya make is running...
🔴 2024-12-23 13:20:14 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 13:13:13 UTC Pre-commit check linux-x86_64-release-asan for e455829 has started.
2024-12-23 13:13:52 UTC Artifacts will be uploaded here
2024-12-23 13:17:21 UTC ya make is running...
🔴 2024-12-23 13:21:49 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 570c9ea to 53e78ec Compare December 23, 2024 16:43
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 16:46:33 UTC Pre-commit check linux-x86_64-relwithdebinfo for 565783b has started.
2024-12-23 16:51:12 UTC Artifacts will be uploaded here
2024-12-23 16:54:05 UTC ya make is running...
🔴 2024-12-23 16:56:31 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 16:46:34 UTC Pre-commit check linux-x86_64-release-asan for 565783b has started.
2024-12-23 16:46:58 UTC Artifacts will be uploaded here
2024-12-23 16:49:52 UTC ya make is running...
🔴 2024-12-23 16:54:55 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 53e78ec to 9ae693b Compare December 23, 2024 17:51
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 17:53:14 UTC Pre-commit check linux-x86_64-release-asan for 55ebc1f has started.
2024-12-23 17:53:25 UTC Artifacts will be uploaded here
2024-12-23 17:56:19 UTC ya make is running...
2024-12-23 18:40:46 UTC Check cancelled

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 17:55:12 UTC Pre-commit check linux-x86_64-relwithdebinfo for 55ebc1f has started.
2024-12-23 17:56:07 UTC Artifacts will be uploaded here
2024-12-23 17:59:12 UTC ya make is running...
2024-12-23 18:40:45 UTC Check cancelled

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 9ae693b to 7084292 Compare December 23, 2024 18:40
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 18:42:21 UTC Pre-commit check linux-x86_64-release-asan for f11d065 has started.
2024-12-23 18:43:23 UTC Check cancelled

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 7084292 to 0ef8627 Compare December 23, 2024 18:43
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 18:44:51 UTC Pre-commit check linux-x86_64-relwithdebinfo for 673784e has started.
2024-12-23 18:45:03 UTC Artifacts will be uploaded here
2024-12-23 18:46:39 UTC Check cancelled

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 18:44:52 UTC Pre-commit check linux-x86_64-release-asan for 673784e has started.
2024-12-23 18:45:03 UTC Artifacts will be uploaded here
2024-12-23 18:46:39 UTC Check cancelled

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 0ef8627 to 25d4a1e Compare December 23, 2024 18:46
Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 18:48:06 UTC Pre-commit check linux-x86_64-release-asan for 7342855 has started.
2024-12-23 18:48:10 UTC Artifacts will be uploaded here
2024-12-23 18:51:03 UTC ya make is running...
🔴 2024-12-23 18:57:39 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Dec 23, 2024

2024-12-23 18:49:27 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7342855 has started.
2024-12-23 18:49:58 UTC Artifacts will be uploaded here
2024-12-23 18:53:32 UTC ya make is running...
🔴 2024-12-23 18:55:59 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 25d4a1e to dd39ea3 Compare December 24, 2024 08:50
Copy link

github-actions bot commented Dec 24, 2024

2024-12-24 08:53:48 UTC Pre-commit check linux-x86_64-relwithdebinfo for a9570dd has started.
2024-12-24 08:54:00 UTC Artifacts will be uploaded here
2024-12-24 08:57:03 UTC ya make is running...
🟡 2024-12-24 10:04:09 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20932 19397 0 3 1415 117

2024-12-24 10:05:57 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-24 10:17:37 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
170 (only retried tests) 58 0 0 1 111

🟢 2024-12-24 10:17:45 UTC Build successful.
🟢 2024-12-24 10:18:03 UTC ydbd size 2.1 GiB changed* by +72.1 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 18ed18e merge: a9570dd diff diff %
ydbd size 2 235 030 744 Bytes 2 235 104 560 Bytes +72.1 KiB +0.003%
ydbd stripped size 477 983 088 Bytes 477 992 624 Bytes +9.3 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 24, 2024

2024-12-24 08:53:56 UTC Pre-commit check linux-x86_64-release-asan for a9570dd has started.
2024-12-24 08:54:07 UTC Artifacts will be uploaded here
2024-12-24 08:57:07 UTC ya make is running...
🟡 2024-12-24 10:18:00 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13748 13668 0 20 11 49

🟢 2024-12-24 10:19:09 UTC Build successful.
🟡 2024-12-24 10:19:33 UTC ydbd size 3.6 GiB changed* by +153.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 18ed18e merge: a9570dd diff diff %
ydbd size 3 865 652 864 Bytes 3 865 810 192 Bytes +153.6 KiB +0.004%
ydbd stripped size 1 350 678 768 Bytes 1 350 731 696 Bytes +51.7 KiB +0.004%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 30, 2024

2024-12-30 13:02:33 UTC Pre-commit check linux-x86_64-relwithdebinfo for c10aeda has started.
2024-12-30 13:02:45 UTC Artifacts will be uploaded here
2024-12-30 13:05:47 UTC ya make is running...
🟡 2024-12-30 13:55:05 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
19078 18673 0 4 277 124

2024-12-30 13:56:39 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-30 14:08:24 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
185 (only retried tests) 64 0 1 0 120

🟢 2024-12-30 14:08:45 UTC ydbd size 2.1 GiB changed* by +74.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 528f54c merge: c10aeda diff diff %
ydbd size 2 242 145 664 Bytes 2 242 221 808 Bytes +74.4 KiB +0.003%
ydbd stripped size 472 118 160 Bytes 472 127 760 Bytes +9.4 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2024-12-30 14:08:47 UTC Check cancelled

Copy link

github-actions bot commented Dec 30, 2024

2024-12-30 13:03:03 UTC Pre-commit check linux-x86_64-release-asan for c10aeda has started.
2024-12-30 13:03:16 UTC Artifacts will be uploaded here
2024-12-30 13:06:12 UTC ya make is running...
🟡 2024-12-30 14:05:26 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13147 13088 0 23 6 30

2024-12-30 14:06:32 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-30 14:09:00 UTC ydbd size 3.6 GiB changed* by +154.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 528f54c merge: c10aeda diff diff %
ydbd size 3 870 673 408 Bytes 3 870 831 328 Bytes +154.2 KiB +0.004%
ydbd stripped size 1 350 068 848 Bytes 1 350 121 200 Bytes +51.1 KiB +0.004%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation
2024-12-30 14:09:02 UTC Check cancelled

Copy link

github-actions bot commented Dec 30, 2024

2024-12-30 14:13:05 UTC Pre-commit check linux-x86_64-relwithdebinfo for 5ebc680 has started.
2024-12-30 14:13:18 UTC Artifacts will be uploaded here
2024-12-30 14:16:14 UTC ya make is running...
🟡 2024-12-30 15:02:23 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
19078 18663 0 6 279 130

2024-12-30 15:04:06 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-30 15:16:05 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
205 (only retried tests) 84 0 0 0 121

🟢 2024-12-30 15:16:12 UTC Build successful.
🟢 2024-12-30 15:16:32 UTC ydbd size 2.1 GiB changed* by +74.4 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 528f54c merge: 5ebc680 diff diff %
ydbd size 2 242 145 664 Bytes 2 242 221 808 Bytes +74.4 KiB +0.003%
ydbd stripped size 472 118 160 Bytes 472 127 760 Bytes +9.4 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 30, 2024

2024-12-30 14:13:12 UTC Pre-commit check linux-x86_64-release-asan for 5ebc680 has started.
2024-12-30 14:13:24 UTC Artifacts will be uploaded here
2024-12-30 14:16:17 UTC ya make is running...
🟡 2024-12-30 15:23:02 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13147 13067 0 43 6 31

2024-12-30 15:24:08 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-30 15:35:35 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
136 (only retried tests) 107 0 4 0 25

2024-12-30 15:35:44 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-30 15:47:11 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
55 (only retried tests) 27 0 2 1 25

🟢 2024-12-30 15:47:17 UTC Build successful.
🟡 2024-12-30 15:47:48 UTC ydbd size 3.6 GiB changed* by +154.4 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 528f54c merge: 5ebc680 diff diff %
ydbd size 3 870 673 408 Bytes 3 870 831 488 Bytes +154.4 KiB +0.004%
ydbd stripped size 1 350 068 848 Bytes 1 350 121 328 Bytes +51.2 KiB +0.004%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 13:20:38 UTC Pre-commit check linux-x86_64-release-asan for 1ce795f has started.
2025-01-07 13:20:50 UTC Artifacts will be uploaded here
2025-01-07 13:23:52 UTC ya make is running...
🔴 2025-01-07 13:29:23 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 13:21:08 UTC Pre-commit check linux-x86_64-relwithdebinfo for 1ce795f has started.
2025-01-07 13:21:23 UTC Artifacts will be uploaded here
2025-01-07 13:24:16 UTC ya make is running...
🔴 2025-01-07 13:26:41 UTC Build failed, see the logs. Also see fail summary

@VPolka VPolka force-pushed the add-ok-and-error-request-metrics branch from 916c5b6 to 17bad97 Compare January 7, 2025 14:11
Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 14:14:57 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8339a08 has started.
2025-01-07 14:15:09 UTC Artifacts will be uploaded here
2025-01-07 14:18:02 UTC ya make is running...
🟡 2025-01-07 15:05:27 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
20285 18982 0 3 1173 127

2025-01-07 15:07:14 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-07 15:23:36 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
199 (only retried tests) 79 0 0 0 120

🟢 2025-01-07 15:23:43 UTC Build successful.
🟢 2025-01-07 15:24:02 UTC ydbd size 2.1 GiB changed* by +84.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 5299845 merge: 8339a08 diff diff %
ydbd size 2 244 179 536 Bytes 2 244 266 200 Bytes +84.6 KiB +0.004%
ydbd stripped size 472 316 464 Bytes 472 330 992 Bytes +14.2 KiB +0.003%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jan 7, 2025

2025-01-07 14:15:10 UTC Pre-commit check linux-x86_64-release-asan for 8339a08 has started.
2025-01-07 14:15:21 UTC Artifacts will be uploaded here
2025-01-07 14:18:24 UTC ya make is running...
🟡 2025-01-07 15:23:33 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13160 13079 0 34 20 27

2025-01-07 15:24:37 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-07 15:36:43 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
131 (only retried tests) 101 0 6 1 23

2025-01-07 15:36:52 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-07 15:48:35 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
56 (only retried tests) 29 0 3 0 24

🟢 2025-01-07 15:48:43 UTC Build successful.
🟡 2025-01-07 15:49:12 UTC ydbd size 3.6 GiB changed* by +151.8 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 5299845 merge: 8339a08 diff diff %
ydbd size 3 873 618 136 Bytes 3 873 773 592 Bytes +151.8 KiB +0.004%
ydbd stripped size 1 350 620 464 Bytes 1 350 669 040 Bytes +47.4 KiB +0.004%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant