Skip to content

Commit

Permalink
IHOST-1227 fix csv specs file
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranorriols committed Feb 18, 2019
1 parent 53bb865 commit bc3f46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Mysql,db.qCacheHitRatio,gauge,true,Qcache hit ratio
Mysql,software.edition,attribute,true,version comment
Mysql,software.version,attribute,true,version
Mysql,cluster.nodeType,attribute,true,node type
Mysql,cluster.slaveRunning, {slaveRunningAsNumber,true, metric.GAUGE},
Mysql,cluster.slaveRunning,gauge,true,value 1 means it is a replication slave connected to a replication master and both I/O and SQL threads are running
Mysql,db.createdTmpDiskTablesPerSecond,rate,true,Created tmp disk tables
Mysql,db.createdTmpFilesPerSecond,rate,true,Created tmp files
Mysql,db.createdTmpTablesPerSecond,rate,true,Created tmp tables
Expand Down

0 comments on commit bc3f46d

Please sign in to comment.