Skip to content

Commit f15e379

Browse files
committed
Update changelog
1 parent 4885db8 commit f15e379

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

clickhouse/README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To configure this check for an Agent running on a host:
2727

2828
1. To start collecting your ClickHouse performance data, edit the `clickhouse.d/conf.yaml` file in the `conf.d/` folder at the root of your Agent's configuration directory. See the [sample clickhouse.d/conf.yaml][4] for all available configuration options.
2929

30-
_Note_: This integration uses the official `clickhouse-connect` client to connect over HTTP.
30+
*Note*: This integration uses the official `clickhouse-connect` client to connect over HTTP.
3131

3232
2. [Restart the Agent][5].
3333

@@ -42,14 +42,14 @@ _Note_: This integration uses the official `clickhouse-connect` client to connec
4242
2. Add the log files you are interested in to your `clickhouse.d/conf.yaml` file to start collecting your ClickHouse logs:
4343

4444
```yaml
45-
logs:
46-
- type: file
47-
path: /var/log/clickhouse-server/clickhouse-server.log
48-
source: clickhouse
49-
service: "<SERVICE_NAME>"
45+
logs:
46+
- type: file
47+
path: /var/log/clickhouse-server/clickhouse-server.log
48+
source: clickhouse
49+
service: "<SERVICE_NAME>"
5050
```
5151

52-
Change the `path` and `service` parameter values and configure them for your environment. See the [sample clickhouse.d/conf.yaml][4] for all available configuration options.
52+
Change the `path` and `service` parameter values and configure them for your environment. See the [sample clickhouse.d/conf.yaml][4] for all available configuration options.
5353

5454
3. [Restart the Agent][5].
5555

@@ -62,18 +62,18 @@ For containerized environments, see the [Autodiscovery Integration Templates][2]
6262

6363
#### Metric collection
6464

65-
| Parameter | Value |
66-
| -------------------- | -------------------------------------------------------------------------------------------- |
67-
| `<INTEGRATION_NAME>` | `clickhouse` |
68-
| `<INIT_CONFIG>` | blank or `{}` |
69-
| `<INSTANCE_CONFIG>` | `{"server": "%%host%%", "port": "%%port%%", "username": "<USER>", "password": "<PASSWORD>"}` |
65+
| Parameter | Value |
66+
|----------------------|------------------------------------------------------------|
67+
| `<INTEGRATION_NAME>` | `clickhouse` |
68+
| `<INIT_CONFIG>` | blank or `{}` |
69+
| `<INSTANCE_CONFIG>` | `{"server": "%%host%%", "port": "%%port%%", "username": "<USER>", "password": "<PASSWORD>"}` |
7070

7171
##### Log collection
7272

7373
Collecting logs is disabled by default in the Datadog Agent. To enable it, see [Kubernetes log collection][6].
7474

75-
| Parameter | Value |
76-
| -------------- | ------------------------------------------------------- |
75+
| Parameter | Value |
76+
|----------------|-------------------------------------------|
7777
| `<LOG_CONFIG>` | `{"source": "clickhouse", "service": "<SERVICE_NAME>"}` |
7878

7979
<!-- xxz tab xxx -->
@@ -101,6 +101,7 @@ See [service_checks.json][9] for a list of service checks provided by this integ
101101

102102
Need help? Contact [Datadog support][10].
103103

104+
104105
[1]: https://clickhouse.yandex
105106
[2]: https://docs.datadoghq.com/agent/kubernetes/integrations/
106107
[3]: /account/settings/agent/latest
@@ -109,5 +110,4 @@ Need help? Contact [Datadog support][10].
109110
[6]: https://docs.datadoghq.com/agent/kubernetes/log/
110111
[7]: https://docs.datadoghq.com/agent/guide/agent-commands/#agent-status-and-information
111112
[8]: https://github.com/DataDog/integrations-core/blob/master/clickhouse/metadata.csv
112-
[9]: https://github.com/DataDog/integrations-core/blob/master/clickhouse/assets/service_checks.json
113-
[10]: https://docs.datadoghq.com/help/
113+
[9]: https://github.com/DataDog/integrations-core/blob/master/clickhouse/assets/service_checks.json

clickhouse/changelog.d/21886.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Disable autogenerate session id

0 commit comments

Comments
 (0)