aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Remove CMakeLists from main (#2032)AlexSm2024-02-166-241/+0
|
* External build system generator release 65robot-ya-builder2023-12-051-3/+3
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-202-0/+46
|
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-171-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-165-9/+9
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-091-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Reduce the number of copies of the vectortesseract2023-09-261-1/+1
|
* Fix input variable missprintsvidyuk2023-08-304-0/+24
|
* All .ll files support in LLVM_BCsvidyuk2023-08-304-24/+0
|
* metrics input: compress number hist bucketsaleksei-le2023-07-134-7/+153
|
* [begemot] monlib: fix alignment for 32-bit arch /gluk472023-06-221-1/+1
| | | | | | `pair<..., ui64>` is aligned by 8 bytes, whereas `TExplicitHistogramSnapshot` contains only ui32 which does not have to be 8-byte-aligned. This patch fixes a static assert from the line 203: `alignof(TExplicitHistogramSnapshot) == alignof(TBucket)`
* add ymake export to ydbalexv-smirnov2023-06-132-0/+53
|
* Remove extra semicolon (library)bulatman2023-06-102-2/+2
|
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-53/+0
|
* External build system generator release 21robot-ya-builder2023-03-171-3/+3
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-152-0/+53
|
* Intermediate changesrobot-piglet2023-03-092-0/+46
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-064-1/+19
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-02-073-48/+48
|
* Intermediate changesrobot-piglet2023-02-073-48/+48
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
| | | Update tools: yexport
* Add move ctor to TMetricRegistrychegoryu2022-12-192-0/+4
|
* Sync linux-headers instead of using system onesthegeorg2022-12-154-30/+123
|
* Fix static type hints for LazyIntGauge: GAUGE -> IGAUGEborman2022-12-092-11/+25
| | | | | | This would previously break repeated metric access. Should not affect production code, since the static type hint is only used for checking against an already-present metric at creation time. Also, added idempotency checks to registry unit tests.
* fix ya.makemonster2022-07-071-40/+0
|
* intermediate changesarcadia-devtools2022-06-286-49/+52
| | | | ref:08d0f6ebc75701201720c15ba8b41bfbdf780a37
* intermediate changesarcadia-devtools2022-06-214-0/+79
| | | | ref:98c26ee2d3cd643aba98b8222f9f8a4c1773449a
* library: Flatten RECURSEs in actors, containers, monlibthegeorg2022-06-011-0/+1
| | | | ref:f5f98dd504e52bf85fbe9fe8adf428011df1d814
* KIKIMR-14646: aggregate tablet histograms; avoid overflow in hist bucketsEvgeniy Ivanov2022-04-155-5/+5
| | | | ref:e2fc7b63e94a6f21fc05b425213586bd6c4d0115
* Copy metrics while acceptk-vukolov2022-03-294-14/+21
| | | | ref:e23a9eb7d1d1bc875bdf136ed30b9605db304bb8
* switch metrics registry to shared_ptr KIKIMR-14218Alexey Efimov2022-03-242-0/+7
| | | | ref:5ef16c21e373b05982980dcd3016950f15a884e8
* Do not create buckets on each metric accessk-vukolov2022-03-176-0/+33
| | | | ref:23778046ec41d633f28df9e49ac776b31db22afe
* intermediate changesarcadia-devtools2022-03-152-58/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-011-0/+9
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-181-0/+28
| | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
* intermediate changesarcadia-devtools2022-02-113-8/+40
| | | | ref:23d75af30a9649405a1b3643fbbd9810cf9f1987
* Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 2 ↵pavel-belikov2022-02-101-3/+3
| | | | of 2.
* Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 1 ↵pavel-belikov2022-02-101-3/+3
| | | | of 2.
* Restoring authorship annotation for <k-vukolov@yandex-team.ru>. Commit 2 of 2.k-vukolov2022-02-103-29/+29
|
* Restoring authorship annotation for <k-vukolov@yandex-team.ru>. Commit 1 of 2.k-vukolov2022-02-103-29/+29
|
* Restoring authorship annotation for <malovb@yandex-team.ru>. Commit 2 of 2.malovb2022-02-101-6/+6
|
* Restoring authorship annotation for <malovb@yandex-team.ru>. Commit 1 of 2.malovb2022-02-101-6/+6
|
* Restoring authorship annotation for Vladimir Gordiychuk <folyga@gmail.com>. ↵Vladimir Gordiychuk2022-02-107-276/+276
| | | | Commit 2 of 2.
* Restoring authorship annotation for Vladimir Gordiychuk <folyga@gmail.com>. ↵Vladimir Gordiychuk2022-02-107-276/+276
| | | | Commit 1 of 2.
* Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 2 of 2.danibw2022-02-108-55/+55
|
* Restoring authorship annotation for <danibw@yandex-team.ru>. Commit 1 of 2.danibw2022-02-108-55/+55
|
* Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 2 ↵halin-george2022-02-101-116/+116
| | | | of 2.