aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib
Commit message (Collapse)AuthorAgeFilesLines
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-177-14/+14
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-166-13/+13
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Speed up TPercentileTracker/TPercentileTrackerLgdcherednik2023-10-162-6/+3
| | | | | | | | | | | | | | old values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.748282s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.221432s new values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.640864s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.205138s
* KIKIMR-19589 add local boostrap jquery resourcesandrew-rykov2023-10-1625-13/+589
|
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-096-16/+16
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Reduce the number of copies of the vectortesseract2023-09-261-1/+1
|
* (no commit message)pg2023-09-211-0/+4
|
* Intermediate changesrobot-piglet2023-09-064-8/+4
|
* Fix input variable missprintsvidyuk2023-08-3016-0/+120
|
* All .ll files support in LLVM_BCsvidyuk2023-08-3016-120/+0
|
* [fetcher] support unistatkgershov2023-08-282-0/+14
|
* Use relaxed memory order in TPercentileTracker[Lg] KIKIMR-18953va-kuznecov2023-08-073-26/+46
|
* metrics input: compress number hist bucketsaleksei-le2023-07-136-9/+155
|
* Improve monitoringalexvru2023-06-282-18/+13
|
* [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-1334-0/+536
|
* Remove extra semicolon (library)bulatman2023-06-102-2/+2
|
* Remove counters upon VDisk destructionalexvru2023-05-112-4/+19
|
* External build system generator release 29robot-ya-builder2023-04-1916-16/+16
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2834-536/+0
|
* External build system generator release 21robot-ya-builder2023-03-1716-48/+48
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1534-0/+536
|
* Intermediate changesrobot-piglet2023-03-0932-0/+478
|
* Intermediate changesrobot-piglet2023-03-0748-32/+32
|
* External build system generator release 17robot-ya-builder2023-03-0628-16/+106
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-02-0745-201/+201
|
* Intermediate changesrobot-piglet2023-02-0745-201/+201
|
* External build system generator release 12robot-ya-builder2023-01-3116-16/+16
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-1767-67/+67
| | | Update tools: yexport
* Add move ctor to TMetricRegistrychegoryu2022-12-192-0/+4
|
* Sync linux-headers instead of using system onesthegeorg2022-12-1564-288/+1394
|
* 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.
* remove kikimr/driver DEPENDSqrort2022-12-026-937/+0
|
* validate canons without yatest_commonqrort2022-11-306-0/+937
|
* fix hang on invalid urlxenoxeno2022-11-031-3/+3
|
* [monlib] Remove a redundant checkivanzhukov2022-10-271-1/+0
|
* do not crash on invalid urluzhas2022-09-141-1/+0
|
* remove macros clash with absl librariesgvit2022-09-092-8/+2
|
* Update external build system generation utilityrobot-ya-builder2022-09-017-0/+42
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* Remove link to wiki.yandex-team.ruPatriotRossii2022-07-181-1/+1
| | | Pull Request resolved: 86
* Avoid Ydb::NMonitoring and NMonitoring conflict.dcherednik2022-07-111-9/+9
|
* fix ya.makemonster2022-07-0722-2688/+109
|
* intermediate changesarcadia-devtools2022-06-286-49/+52
| | | | ref:08d0f6ebc75701201720c15ba8b41bfbdf780a37
* intermediate changesarcadia-devtools2022-06-214-0/+79
| | | | ref:98c26ee2d3cd643aba98b8222f9f8a4c1773449a
* intermediate changesarcadia-devtools2022-06-171-7/+7
| | | | ref:d0ce1d9d4e9d8b7d3aec4b22f416a01feec11da5
* intermediate changesarcadia-devtools2022-06-072-2/+2
| | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f
* intermediate changesarcadia-devtools2022-06-025-3/+26
| | | | ref:8868513666cce733c1c659c7f2d683ffab1150dd
* library: Flatten RECURSEs in actors, containers, monlibthegeorg2022-06-011-0/+1
| | | | ref:f5f98dd504e52bf85fbe9fe8adf428011df1d814
* add http-mon via ic proxy KIKIMR-14742Alexey Efimov2022-05-173-0/+42
| | | | ref:b3a758f33f4578f7f8ce2e822783faf41a5ab6cd
* add async monitoring http KIKIMR-14742Alexey Efimov2022-05-041-0/+4
| | | | ref:c51d608f0ae78f08597b88f837491da33a953ef6