Skip to content

Commit

Permalink
Merge pull request #122 from JackyWoo/modify_readme
Browse files Browse the repository at this point in the history
Fix readme and use http instead of tcp in dsn
  • Loading branch information
Slach authored Apr 25, 2024
2 parents d06dac7 + b0fe6e2 commit 31065d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ GLOBAL OPTIONS:
- When you can't change `/etc/clickhouse-server/*.xml` files on server, just add ` SETTINGS query_profiler_real_time_period_ns=40000000, query_profiler_cpu_time_period_ns=40000000` to end of your SQL query.
And run following command
```
clickhouse-flamegraph --dsn=tcp://clickhouse-server:9000/?pool_size=1
clickhouse-flamegraph --dsn=http://clickhouse-server:8123/?allow_introspection_functions=1
```

- For check all settings in server set properly run following SQL query on your ClickHouse server
Expand Down

0 comments on commit 31065d5

Please sign in to comment.