Fix typo in documentation
This commit is contained in:
parent
4b966f1f82
commit
673351d821
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ InfluxDB's address protocol (udp or http).
|
|||
```toml tab="File (TOML)"
|
||||
[metrics]
|
||||
[metrics.influxdb]
|
||||
protocol = "upd"
|
||||
protocol = "udp"
|
||||
```
|
||||
|
||||
```yaml tab="File (YAML)"
|
||||
|
|
Loading…
Reference in a new issue