aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into mergelibs-240730-1922Alexander Smirnov2024-07-302-0/+2
|\
| * Intermediate changesrobot-piglet2024-07-192-0/+2
| |
* | Merge branch 'rightlib' into mergelibs-240510-1206Alexander Smirnov2024-05-102-0/+3
|\|
| * Added input tag to monlibevgeniy-kozev2024-05-082-0/+3
| | | | | | | | 4ed1896722ba8cc8e3371fab7d75aa2df2c67d6f
* | Added test ShouldNotFailOnMetricWithoutSensorLabel for prometheus encoder ↵Dmitry Razumov2024-05-061-0/+18
| | | | | | | | | | (#4289) Co-authored-by: Dmitry Razumov <dvrazumov@yandex-team.ru>
* | Don't erase first numerical character in sensor name in prometheus format ↵Dmitry Razumov2024-05-032-4/+85
|/ | | | | (#4226) Co-authored-by: Dmitry Razumov <dvrazumov@yandex-team.ru>
* Replace more bad usages of AsciiCompareIgnoreCasevadim-xd2024-04-231-3/+5
| | | | | Fixup rXXXXXX 9d34af8101f3a279b792863b45b9b402c6bd21f1
* Replace remaining bad usages of AsciiCompareIgnoreCasevadim-xd2024-04-221-3/+5
| | | | 231a9b4db35ccee7e5a5b716b57d594973adc23b
* manage prometheusaleksei-le2024-03-194-77/+140
| | | | a543f08a6f2957757c54b3f9e5a095389a51dbeb
* skip metrics without name label instead of crashing KIKIMR-21198monster2024-03-181-3/+3
| | | | c7b986ea7dbf4feee593ab829a2ad361d46c77b0
* YDB Import 566robot-ydb-importer2024-02-145-0/+694
| | | | 96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
* Replace complex hack in monlib macroinnokentii2024-02-121-9/+1
| | | | replace complex hack in monlib macro
* fix prometheus_decoder ConsumeCounteraleksei-le2024-02-061-4/+6
|
* feat contrib: aiogram 3armenqa2024-01-19105-2884/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* External build system generator release 65robot-ya-builder2023-12-0517-51/+51
| | | | Update tools: yexport, os-yexport
* allow multiple equal TYPE in prom metricsvalerybitsoev2023-11-231-2/+4
|
* add darwin-arm64 CMakeListsdcherednik2023-11-2034-0/+532
|
* 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
|