Skip to content

Commit 4e4697f

Browse files
committed
Remove wrong graph to mongo and mysql - Migrating Graphite to Grafana
1 parent 240807f commit 4e4697f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

dbaas/util/metrics/metrics.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -341,21 +341,21 @@
341341
)
342342

343343
MONGODB_METRICS = VM_METRICS + (
344-
MONGO_CON,
345-
MONGO_OP,
346-
MONGO_PF,
347-
MONGO_IDX,
344+
#MONGO_CON,
345+
#MONGO_OP,
346+
#MONGO_PF,
347+
#MONGO_IDX,
348348
MONGO_LOCK_CURR,
349-
MONGO_LOCK_ACT,
350-
MONGO_NET_BYTES,
351-
MONGO_NET_REQUEST,
349+
#MONGO_LOCK_ACT,
350+
#MONGO_NET_BYTES,
351+
#MONGO_NET_REQUEST,
352352
)
353353

354354
MYSQL_METRICS = VM_METRICS + (
355-
MYSQL_OP,
356-
MYSQL_NET_BYTES,
355+
#MYSQL_OP,
356+
#MYSQL_NET_BYTES,
357357
MYSQL_CON,
358-
MYSQL_QUERY_CACHE,
358+
#MYSQL_QUERY_CACHE,
359359
MYSQL_QUERY_CACHE_MEM,
360360
)
361361

0 commit comments

Comments
 (0)