Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve monitoring | alexvru | 2023-06-28 | 2 | -18/+13 |
| | |||||
* | [begemot] monlib: fix alignment for 32-bit arch / | gluk47 | 2023-06-22 | 1 | -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 ydb | alexv-smirnov | 2023-06-13 | 34 | -0/+536 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 2 | -2/+2 |
| | |||||
* | Remove counters upon VDisk destruction | alexvru | 2023-05-11 | 2 | -4/+19 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 16 | -16/+16 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 34 | -536/+0 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 16 | -48/+48 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 34 | -0/+536 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 32 | -0/+478 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 48 | -32/+32 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 28 | -16/+106 |
| | | | Update tools: yexport | ||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 45 | -201/+201 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 45 | -201/+201 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 16 | -16/+16 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 67 | -67/+67 |
| | | | Update tools: yexport | ||||
* | Add move ctor to TMetricRegistry | chegoryu | 2022-12-19 | 2 | -0/+4 |
| | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 64 | -288/+1394 |
| | |||||
* | Fix static type hints for LazyIntGauge: GAUGE -> IGAUGE | borman | 2022-12-09 | 2 | -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 DEPENDS | qrort | 2022-12-02 | 6 | -937/+0 |
| | |||||
* | validate canons without yatest_common | qrort | 2022-11-30 | 6 | -0/+937 |
| | |||||
* | fix hang on invalid url | xenoxeno | 2022-11-03 | 1 | -3/+3 |
| | |||||
* | [monlib] Remove a redundant check | ivanzhukov | 2022-10-27 | 1 | -1/+0 |
| | |||||
* | do not crash on invalid url | uzhas | 2022-09-14 | 1 | -1/+0 |
| | |||||
* | remove macros clash with absl libraries | gvit | 2022-09-09 | 2 | -8/+2 |
| | |||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 7 | -0/+42 |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
* | Remove link to wiki.yandex-team.ru | PatriotRossii | 2022-07-18 | 1 | -1/+1 |
| | | | Pull Request resolved: 86 | ||||
* | Avoid Ydb::NMonitoring and NMonitoring conflict. | dcherednik | 2022-07-11 | 1 | -9/+9 |
| | |||||
* | fix ya.make | monster | 2022-07-07 | 22 | -2688/+109 |
| | |||||
* | intermediate changes | arcadia-devtools | 2022-06-28 | 6 | -49/+52 |
| | | | | ref:08d0f6ebc75701201720c15ba8b41bfbdf780a37 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-21 | 4 | -0/+79 |
| | | | | ref:98c26ee2d3cd643aba98b8222f9f8a4c1773449a | ||||
* | intermediate changes | arcadia-devtools | 2022-06-17 | 1 | -7/+7 |
| | | | | ref:d0ce1d9d4e9d8b7d3aec4b22f416a01feec11da5 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-07 | 2 | -2/+2 |
| | | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f | ||||
* | intermediate changes | arcadia-devtools | 2022-06-02 | 5 | -3/+26 |
| | | | | ref:8868513666cce733c1c659c7f2d683ffab1150dd | ||||
* | library: Flatten RECURSEs in actors, containers, monlib | thegeorg | 2022-06-01 | 1 | -0/+1 |
| | | | | ref:f5f98dd504e52bf85fbe9fe8adf428011df1d814 | ||||
* | add http-mon via ic proxy KIKIMR-14742 | Alexey Efimov | 2022-05-17 | 3 | -0/+42 |
| | | | | ref:b3a758f33f4578f7f8ce2e822783faf41a5ab6cd | ||||
* | add async monitoring http KIKIMR-14742 | Alexey Efimov | 2022-05-04 | 1 | -0/+4 |
| | | | | ref:c51d608f0ae78f08597b88f837491da33a953ef6 | ||||
* | KIKIMR-14646: aggregate tablet histograms; avoid overflow in hist buckets | Evgeniy Ivanov | 2022-04-15 | 6 | -7/+7 |
| | | | | ref:e2fc7b63e94a6f21fc05b425213586bd6c4d0115 | ||||
* | Fix proto namespace support for plugins | svidyuk | 2022-04-07 | 1 | -3/+0 |
| | | | | ref:64f38ab703c48a08c49a2ede68481651c4d51f13 | ||||
* | Closing `` | librarian | 2022-04-01 | 1 | -1/+1 |
| | | | | ref:07f8f63df021a0c5f54268d52e3637e592dc889c | ||||
* | Copy metrics while accept | k-vukolov | 2022-03-29 | 4 | -14/+21 |
| | | | | ref:e23a9eb7d1d1bc875bdf136ed30b9605db304bb8 | ||||
* | MSI-1102 Unistat for UA | iuraskvortsov | 2022-03-28 | 5 | -10/+29 |
| | | | | ref:ac6385bada68d413b4f372ca0afea6a30a85f7d3 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-25 | 1 | -0/+13 |
| | | | | ref:84de00009e51ecf595c13dfc2c9846069069605d | ||||
* | intermediate changes | arcadia-devtools | 2022-03-25 | 1 | -0/+3 |
| | | | | ref:ac52b2b4969cd1562fcebef15e16af428f77648b | ||||
* | add name_label page parameter for prometheus format KIKIMR-14564 | monster | 2022-03-24 | 3 | -3/+16 |
| | | | | ref:460fd827b07d7a0cd719c88e6381600b19cdce73 | ||||
* | switch metrics registry to shared_ptr KIKIMR-14218 | Alexey Efimov | 2022-03-24 | 2 | -0/+7 |
| | | | | ref:5ef16c21e373b05982980dcd3016950f15a884e8 | ||||
* | Standard way to include zlib iface header | svidyuk | 2022-03-19 | 1 | -1/+1 |
| | | | | | | | | | This allows to use user provided zib when building projects exported from arcadia to opensource. DEVTOOLS-9036 ref:7a7994ab05782e4bfb160eb4d3102c4b98efc35c | ||||
* | Do not create buckets on each metric access | k-vukolov | 2022-03-17 | 6 | -0/+33 |
| | | | | ref:23778046ec41d633f28df9e49ac776b31db22afe | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 43 | -779/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 16 | -0/+143 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef |