aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/metrics.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/metrics.ts b/src/metrics.ts
index 12f833e..7dc0406 100644
--- a/src/metrics.ts
+++ b/src/metrics.ts
@@ -46,7 +46,7 @@ const readCounter = new Gauge({
registers: [ register ],
})
const writeCounter = new Gauge({
- name: 'mongodb_update_op_count',
+ name: 'mongodb_write_ops',
help: 'Number of write operations by the database.',
registers: [ register ],
})