Skip to content

Commit db819c6

Browse files
committed
Fix header casing
1 parent 93380d1 commit db819c6

File tree

1 file changed

+7
-7
lines changed
  • docs/integrations/data-visualization/grafana

1 file changed

+7
-7
lines changed

docs/integrations/data-visualization/grafana/config.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ More settings will be displayed if you choose to connect via the HTTP protocol.
6363

6464
<Image size="md" img={config_http} alt="Extra HTTP config options" border />
6565

66-
#### HTTP Path {#http-path}
66+
#### HTTP path {#http-path}
6767

6868
If your HTTP server is exposed under a different URL path, you can add that here.
6969

@@ -73,7 +73,7 @@ jsonData:
7373
path: additional/path/example
7474
```
7575

76-
#### Custom HTTP Headers {#custom-http-headers}
76+
#### Custom HTTP headers {#custom-http-headers}
7777

7878
You can add custom headers to the requests sent to your server.
7979

@@ -98,7 +98,7 @@ secureJsonData:
9898
secureHttpHeaders.X-Example-Secure-Header: secure header value
9999
```
100100

101-
## Additional Settings {#additional-settings}
101+
## Additional settings {#additional-settings}
102102

103103
These additional settings are optional.
104104

@@ -185,7 +185,7 @@ jsonData:
185185
serviceTagsColumn: <string> # service tags column. This is expected to be a map type.
186186
```
187187

188-
### Column Aliases {#column-aliases}
188+
### Column aliases {#column-aliases}
189189

190190
Column aliasing is a convenient way to query your data under different names and types.
191191
With aliasing, you can take a nested schema and flatten it so it can be easily selected in Grafana.
@@ -196,7 +196,7 @@ Aliasing may be relevant to you if:
196196
- You store JSON as strings
197197
- You often apply functions to transform the columns you select
198198

199-
#### Table-defined ALIAS Columns {#table-defined-alias-columns}
199+
#### Table-defined ALIAS columns {#table-defined-alias-columns}
200200

201201
ClickHouse has column aliasing built-in and works with Grafana out of the box.
202202
Alias columns can be defined directly on the table.
@@ -214,7 +214,7 @@ Table-defined aliases will not be returned with `SELECT *`, but this can be conf
214214

215215
For more info, read the documentation for the [ALIAS](/sql-reference/statements/create/table#alias) column type.
216216

217-
#### Column Alias Tables {#column-alias-tables}
217+
#### Column alias tables {#column-alias-tables}
218218

219219
By default, Grafana will provide column suggestions based on the response from `DESC table`.
220220
In some cases, you may want to completely override the columns that Grafana sees.
@@ -252,7 +252,7 @@ Now Grafana will see the results of the alias table instead of the results from
252252

253253
Both types of aliasing can be used to perform complex type conversions or JSON field extraction.
254254

255-
## All YAML Options {#all-yaml-options}
255+
## All YAML options {#all-yaml-options}
256256

257257
These are all of the YAML configuration options made available by the plugin.
258258
Some fields have example values while others simply show the field's type.

0 commit comments

Comments
 (0)