diff options
author | kgershov <kgershov@yandex-team.com> | 2023-08-28 10:47:37 +0300 |
---|---|---|
committer | kgershov <kgershov@yandex-team.com> | 2023-08-28 11:01:49 +0300 |
commit | 02bb32604c0d20f5af0ce6c7e2d294206153045d (patch) | |
tree | 3c03e25b09e2dd9e6afbd1d5388b2c17781d78d8 /library/cpp/monlib/encode/format.h | |
parent | 926d7bd8f9208d89c1bd1f088c50f814fb38f84d (diff) | |
download | ydb-02bb32604c0d20f5af0ce6c7e2d294206153045d.tar.gz |
[fetcher] support unistat
Diffstat (limited to 'library/cpp/monlib/encode/format.h')
-rw-r--r-- | library/cpp/monlib/encode/format.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/library/cpp/monlib/encode/format.h b/library/cpp/monlib/encode/format.h index 7c916eaa28..d363945ec3 100644 --- a/library/cpp/monlib/encode/format.h +++ b/library/cpp/monlib/encode/format.h @@ -39,6 +39,11 @@ namespace NMonitoring { JSON, /** + * Read more https://wiki.yandex-team.ru/golovan/userdocs/stat-handle + */ + UNISTAT, + + /** * Simple protobuf format, only for testing purposes. */ PROTOBUF, |