docs: Fixes for input/sql readme (#10498)

This commit is contained in:
Jérome Perrin 2022-01-25 00:03:29 +09:00 committed by GitHub
parent 10ef264f46
commit 9ff4330bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -151,8 +151,8 @@ configuration
[[inputs.sql.query]] [[inputs.sql.query]]
query="SELECT * FROM guests" query="SELECT * FROM guests"
measurement = "nation" measurement = "nation"
tag_cols_include = ["name"] tag_columns_include = ["name"]
field_cols_exclude = ["name"] field_columns_exclude = ["name"]
``` ```
Telegraf will output the following metrics Telegraf will output the following metrics