mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Merge
This commit is contained in:
commit
b0c517d9a6
@ -117,6 +117,8 @@ public:
|
||||
graphite_writer->write(key_vals, timestamp, custom_root_path);
|
||||
}
|
||||
|
||||
GraphiteWriter * getGraphiteWriter() { return graphite_writer.get(); }
|
||||
|
||||
boost::optional<size_t> getLayer() const
|
||||
{
|
||||
return layer; /// layer выставляется в классе-наследнике BaseDaemonApplication.
|
||||
|
Loading…
Reference in New Issue
Block a user