diff --git a/services/spelling/app.coffee b/services/spelling/app.coffee index 79e7a9ee0b..376130e435 100644 --- a/services/spelling/app.coffee +++ b/services/spelling/app.coffee @@ -5,7 +5,7 @@ SpellingAPIController = require './app/js/SpellingAPIController' restify = require 'restify' Path = require("path") metrics = require("metrics-sharelatex") -metrics.initialize("tpds") +metrics.initialize("spelling") metrics.mongodb.monitor(Path.resolve(__dirname + "/node_modules/mongojs/node_modules/mongodb"), logger) HealthCheckController = require("./app/js/HealthCheckController")