Fix misnamed option in varnish sample config

(cherry picked from commit 449bd5c3b9)
This commit is contained in:
Daniel Nelson 2018-06-04 18:06:59 -07:00
parent 9f76512f2b
commit 206f956349
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ This plugin gathers stats from [Varnish HTTP Cache](https://varnish-cache.org/)
## Optional name for the varnish instance (or working directory) to query
## Usually appened after -n in varnish cli
#name = instanceName
# instance_name = instanceName
```
### Measurements & Fields:

View File

@ -48,7 +48,7 @@ var sampleConfig = `
## Optional name for the varnish instance (or working directory) to query
## Usually appened after -n in varnish cli
#name = instanceName
# instance_name = instanceName
`
func (s *Varnish) Description() string {