aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/monlib/encode/json/json.h
diff options
context:
space:
mode:
authorivanzhukov <ivanzhukov@yandex-team.ru>2022-02-10 16:49:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:40 +0300
commit0892d79ab411592ad25175c4bdadbcb09b466cf5 (patch)
tree98dfdd45463c9bd747101748a9ca25d2917390fd /library/cpp/monlib/encode/json/json.h
parent1b7466cb957659079ebebbb5d76e64e51f3306f0 (diff)
downloadydb-0892d79ab411592ad25175c4bdadbcb09b466cf5.tar.gz
Restoring authorship annotation for <ivanzhukov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/encode/json/json.h')
-rw-r--r--library/cpp/monlib/encode/json/json.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/monlib/encode/json/json.h b/library/cpp/monlib/encode/json/json.h
index 21530f20c3..b76900b8ab 100644
--- a/library/cpp/monlib/encode/json/json.h
+++ b/library/cpp/monlib/encode/json/json.h
@@ -3,14 +3,14 @@
#include <library/cpp/monlib/encode/encoder.h>
#include <library/cpp/monlib/encode/format.h>
-
+
class IOutputStream;
namespace NMonitoring {
-
- class TJsonDecodeError: public yexception {
- };
-
+
+ class TJsonDecodeError: public yexception {
+ };
+
IMetricEncoderPtr EncoderJson(IOutputStream* out, int indentation = 0);
/// Buffered encoder will merge series with same labels into one.