fix RRD in MySQL (#11740)

This commit is contained in:
SourceDoctor 2020-05-31 00:43:41 +02:00 committed by GitHub
parent fa12c4ca2f
commit 4b52cab776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ $rrd_def = RrdDefinition::make()
->addDataset('IDBLBSe', 'GAUGE', 0, 125000000000)
->addDataset('IBLFh', 'DERIVE', 0, 125000000000)
->addDataset('IBLWn', 'DERIVE', 0, 125000000000)
->addDataset('SRows', 'DERIVE', 0, 125000000000)
->addDataset('SRows', 'COUNTER', 0, 125000000000)
->addDataset('SRange', 'DERIVE', 0, 125000000000)
->addDataset('SMPs', 'DERIVE', 0, 125000000000)
->addDataset('SScan', 'DERIVE', 0, 125000000000)