Update changelog

This commit is contained in:
Daniel Nelson
2018-10-16 12:23:05 -07:00
parent 0b601513a2
commit 106f5b5ca8
3 changed files with 11 additions and 5 deletions

View File

@@ -9,10 +9,11 @@ Metrics are grouped by the `namespace` variable and metric key - eg: `custom.goo
### Configuration
```
```toml
[[outputs.stackdriver]]
# GCP Project
project = "erudite-bloom-151019"
# The namespace for the metric descriptor
namespace = "telegraf"
```
```