ClickHouse/dbms/programs/server
2019-12-16 23:07:16 +03:00
..
config.d Added example config with macros 2019-10-09 04:15:23 +03:00
data
metadata/default
users.d
clickhouse-server.cpp
CMakeLists.txt Make HTTPRequestHandlerFactory composable, add PrometeusRequestHandlerFactory 2019-11-24 18:43:53 +03:00
config.xml Merge pull request #7900 from Vdimir/prometheus-metrics-7369 2019-12-16 01:16:52 +03:00
HTTPHandler.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
HTTPHandler.h
HTTPHandlerFactory.cpp Style fixes in HTTPHandlerFactory 2019-11-26 22:03:29 +03:00
HTTPHandlerFactory.h Add async metrics to Prometheus output 2019-11-26 23:27:24 +03:00
InterserverIOHTTPHandler.cpp
InterserverIOHTTPHandler.h CLICKHOUSE-4509 Fix error codes in DataPartsExchange 2019-05-20 20:04:36 +03:00
IServer.h
MetricsTransmitter.cpp Avoid use of uninitialized values in MetricsTransmitter 2019-10-01 10:16:39 +03:00
MetricsTransmitter.h Avoid use of uninitialized values in MetricsTransmitter 2019-10-01 10:16:39 +03:00
MySQLHandler.cpp Update MySQLHandler.cpp 2019-12-05 04:52:48 +03:00
MySQLHandler.h support clickhouse as mysql federated server. apply code review notes p4 2019-12-02 14:32:45 +03:00
MySQLHandlerFactory.cpp Allow to use mysql format without ssl - try2 with mysql interface split (#7524) 2019-11-02 13:20:46 +03:00
MySQLHandlerFactory.h Allow to use mysql format without ssl - try2 with mysql interface split (#7524) 2019-11-02 13:20:46 +03:00
NotFoundHandler.cpp
NotFoundHandler.h
PingRequestHandler.cpp
PingRequestHandler.h
PrometheusMetricsWriter.cpp Revert "Metric names in prometheus-friendly snake_case format" 2019-12-04 07:54:09 +00:00
PrometheusMetricsWriter.h Prometheus metric prefixes in CamelCase 2019-12-10 08:31:59 +00:00
PrometheusRequestHandler.cpp Style fixes 2019-11-24 23:03:09 +03:00
PrometheusRequestHandler.h Add async metrics to Prometheus output 2019-11-26 23:27:24 +03:00
ReplicasStatusHandler.cpp Make HTTPRequestHandlerFactory composable, add PrometeusRequestHandlerFactory 2019-11-24 18:43:53 +03:00
ReplicasStatusHandler.h Make HTTPRequestHandlerFactory composable, add PrometeusRequestHandlerFactory 2019-11-24 18:43:53 +03:00
RootRequestHandler.cpp
RootRequestHandler.h
Server.cpp Merge branch 'master' into restrictions_for_external_dictionaries_from_ddl 2019-12-16 23:07:16 +03:00
Server.h
TCPHandler.cpp Applied a patch from Nicolae Vartolomei 2019-12-16 22:03:03 +03:00
TCPHandler.h Read temporary tables on failure to avoid interpreting that bits as query 2019-12-08 23:26:43 +03:00
TCPHandlerFactory.h
users.xml