aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib
Commit message (Collapse)AuthorAgeFilesLines
* monlib : adding memOnly flag support for cpp libmiktorius2025-03-0313-57/+432
| | | | commit_hash:cffc55ecd6d0ea22c3c2ce52f21e6aba6da16a15
* Intermediate changesrobot-piglet2025-01-303-15/+60
| | | | commit_hash:c284e5d683d750f2d89e1bcccb3f4d334b47d60c
* Intermediate changesrobot-piglet2025-01-282-3/+35
| | | | commit_hash:93f812fd528231c67adb63e20e083855d68bfe8d
* Intermediate changesrobot-piglet2025-01-211-2/+10
| | | | commit_hash:cdae472f061820ed9998426cf0624c300468cdc8
* Allow building with -DUSE_VANILLA_PROTOCmikhnenko2025-01-101-1/+1
| | | | commit_hash:901dbbb6495524f1473b91e0121e208086bd5b08
* [unified-agent] add config endpoint to agentetoraf2024-11-061-0/+1
| | | | commit_hash:f617f0a99f254f9100cea5bb7c2adaa30ae2038d
* add include that comes transparentlytobo2024-10-111-0/+2
| | | | commit_hash:7ec5bc6f7e85e5412ff6759b0d1bd52d1172a9c1
* add include that comes transparentlytobo2024-10-091-0/+1
| | | | commit_hash:28a1feed886ff6f1fb586119dcdc433df011773b
* Virtual CreateEncoder in TDynamicCountersPageiddqd2024-10-082-0/+8
| | | | | Идея в том, чтобы фильтровать нулевые метрики на выводе при помощи вот такого класса: <HIDDEN_URL> commit_hash:296137b0e9503a932eeb1bd5586772c9e4d6c1f8
* Remove Size, Empty and Data usages from librarymikhnenko2024-10-045-10/+10
| | | | commit_hash:ef5ad4cfa9e68bbfc586492e8c376c732d0a48af
* Make NMonitoring::IHistogram write methods noexceptvadim-xd2024-10-016-18/+18
| | | | commit_hash:e67a69864ab541f86bd413dfa8df106a77d05b71
* Intermediate changesrobot-piglet2024-07-192-0/+2
|
* Added input tag to monlibevgeniy-kozev2024-05-082-0/+3
| | | | 4ed1896722ba8cc8e3371fab7d75aa2df2c67d6f
* 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
|