Config Change for InfluxDB 1.3.0 - Comment/Discuss

@bayendor Theres actually a bit more data in the telegraf plugin. The full schema for each is reproduced below.

[[inputs.influxdb]]:

> show measurements
influxdb
influxdb_cq
influxdb_database
influxdb_httpd
influxdb_memstats
influxdb_queryExecutor
influxdb_runtime
influxdb_shard
influxdb_subscriber
influxdb_tsm1_cache
influxdb_tsm1_engine
influxdb_tsm1_filestore
influxdb_tsm1_wal
influxdb_write

> show field keys
name: influxdb
fieldKey	fieldType
--------	---------
n_shards	integer

name: influxdb_cq
fieldKey	fieldType
--------	---------
queryFail	float
queryOk		float

name: influxdb_database
fieldKey	fieldType
--------	---------
numMeasurements	float
numSeries	float

name: influxdb_httpd
fieldKey		fieldType
--------		---------
authFail		float
clientError		float
pingReq			float
pointsWrittenDropped	float
pointsWrittenFail	float
pointsWrittenOK		float
queryReq		float
queryReqDurationNs	float
queryRespBytes		float
req			float
reqActive		float
reqDurationNs		float
serverError		float
statusReq		float
writeReq		float
writeReqActive		float
writeReqBytes		float
writeReqDurationNs	float

name: influxdb_memstats
fieldKey	fieldType
--------	---------
alloc		integer
buck_hash_sys	integer
frees		integer
gc_sys		integer
gcc_pu_fraction	float
heap_alloc	integer
heap_idle	integer
heap_inuse	integer
heap_objects	integer
heap_released	integer
heap_sys	integer
last_gc		integer
lookups		integer
mallocs		integer
mcache_inuse	integer
mcache_sys	integer
mspan_inuse	integer
mspan_sys	integer
next_gc		integer
num_gc		integer
other_sys	integer
pause_total_ns	integer
stack_inuse	integer
stack_sys	integer
sys		integer
total_alloc	integer
pause_ns	integer

name: influxdb_queryExecutor
fieldKey	fieldType
--------	---------
queriesActive	float
queriesExecuted	float
queriesFinished	float
queryDurationNs	float

name: influxdb_runtime
fieldKey	fieldType
--------	---------
Alloc		float
Frees		float
HeapAlloc	float
HeapIdle	float
HeapInUse	float
HeapObjects	float
HeapReleased	float
HeapSys		float
Lookups		float
Mallocs		float
NumGC		float
NumGoroutine	float
PauseTotalNs	float
Sys		float
TotalAlloc	float

name: influxdb_shard
fieldKey		fieldType
--------		---------
diskBytes		float
fieldsCreate		float
seriesCreate		float
writeBytes		float
writePointsDropped	float
writePointsErr		float
writePointsOk		float
writeReq		float
writeReqErr		float
writeReqOk		float

name: influxdb_subscriber
fieldKey	fieldType
--------	---------
createFailures	float
pointsWritten	float
writeFailures	float

name: influxdb_tsm1_cache
fieldKey		fieldType
--------		---------
WALCompactionTimeMs	float
cacheAgeMs		float
cachedBytes		float
diskBytes		float
memBytes		float
snapshotCount		float
writeDropped		float
writeErr		float
writeOk			float

name: influxdb_tsm1_engine
fieldKey			fieldType
--------			---------
cacheCompactionDuration		float
cacheCompactionErr		float
cacheCompactions		float
cacheCompactionsActive		float
tsmFullCompactionDuration	float
tsmFullCompactionErr		float
tsmFullCompactions		float
tsmFullCompactionsActive	float
tsmLevel1CompactionDuration	float
tsmLevel1CompactionErr		float
tsmLevel1Compactions		float
tsmLevel1CompactionsActive	float
tsmLevel2CompactionDuration	float
tsmLevel2CompactionErr		float
tsmLevel2Compactions		float
tsmLevel2CompactionsActive	float
tsmLevel3CompactionDuration	float
tsmLevel3CompactionErr		float
tsmLevel3Compactions		float
tsmLevel3CompactionsActive	float
tsmOptimizeCompactionDuration	float
tsmOptimizeCompactionErr	float
tsmOptimizeCompactions		float
tsmOptimizeCompactionsActive	float

name: influxdb_tsm1_filestore
fieldKey	fieldType
--------	---------
diskBytes	float
numFiles	float

name: influxdb_tsm1_wal
fieldKey		fieldType
--------		---------
currentSegmentDiskBytes	float
oldSegmentsDiskBytes	float
writeErr		float
writeOk			float

name: influxdb_write
fieldKey	fieldType
--------	---------
pointReq	float
pointReqLocal	float
req		float
subWriteDrop	float
subWriteOk	float
writeDrop	float
writeError	float
writeOk		float
writeTimeout	float

> show tag keys
name: influxdb
tagKey
------
host

name: influxdb_cq
tagKey
------
host
url

name: influxdb_database
tagKey
------
database
host
url

name: influxdb_httpd
tagKey
------
bind
host
url

name: influxdb_memstats
tagKey
------
host
url

name: influxdb_queryExecutor
tagKey
------
host
url

name: influxdb_runtime
tagKey
------
host
url

name: influxdb_shard
tagKey
------
database
engine
host
id
path
retentionPolicy
url
walPath

name: influxdb_subscriber
tagKey
------
database
destination
host
mode
name
retention_policy
url

name: influxdb_tsm1_cache
tagKey
------
database
engine
host
id
path
retentionPolicy
url
walPath

name: influxdb_tsm1_engine
tagKey
------
database
engine
host
id
path
retentionPolicy
url
walPath

name: influxdb_tsm1_filestore
tagKey
------
database
engine
host
id
path
retentionPolicy
url
walPath

name: influxdb_tsm1_wal
tagKey
------
database
engine
host
id
path
retentionPolicy
url
walPath