diff options
author | iuraskvortsov <iuraskvortsov@yandex-team.ru> | 2022-03-28 14:05:44 +0300 |
---|---|---|
committer | iuraskvortsov <iuraskvortsov@yandex-team.ru> | 2022-03-28 14:05:44 +0300 |
commit | a748735498ab31a176f1e8566e0e5c6da8610de8 (patch) | |
tree | 277ace72995f9cb901822147b56e9e1629828928 /library/cpp/monlib/encode/format.h | |
parent | 89eb355d724e60dcfa56e662bffccd4dea3402c1 (diff) | |
download | ydb-a748735498ab31a176f1e8566e0e5c6da8610de8.tar.gz |
MSI-1102 Unistat for UA
ref:ac6385bada68d413b4f372ca0afea6a30a85f7d3
Diffstat (limited to 'library/cpp/monlib/encode/format.h')
-rw-r--r-- | library/cpp/monlib/encode/format.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/monlib/encode/format.h b/library/cpp/monlib/encode/format.h index 495d42d786..7c916eaa28 100644 --- a/library/cpp/monlib/encode/format.h +++ b/library/cpp/monlib/encode/format.h @@ -9,6 +9,7 @@ namespace NMonitoring { constexpr TStringBuf PROTOBUF = "application/x-solomon-pb"; constexpr TStringBuf SPACK = "application/x-solomon-spack"; constexpr TStringBuf PROMETHEUS = "text/plain"; + constexpr TStringBuf UNISTAT = "text/json"; } namespace NFormatContentEncoding { |