aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/format.h
diff options
context:
space:
mode:
authorkgershov <kgershov@yandex-team.com>2023-08-28 10:47:37 +0300
committerkgershov <kgershov@yandex-team.com>2023-08-28 11:01:49 +0300
commit02bb32604c0d20f5af0ce6c7e2d294206153045d (patch)
tree3c03e25b09e2dd9e6afbd1d5388b2c17781d78d8 /library/cpp/monlib/encode/format.h
parent926d7bd8f9208d89c1bd1f088c50f814fb38f84d (diff)
downloadydb-02bb32604c0d20f5af0ce6c7e2d294206153045d.tar.gz
[fetcher] support unistat
Diffstat (limited to 'library/cpp/monlib/encode/format.h')
-rw-r--r--library/cpp/monlib/encode/format.h5
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,