We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d547989 commit 2deaf3bCopy full SHA for 2deaf3b
src/server/main.cpp
@@ -84,7 +84,7 @@ int main(int argc, char **argv)
84
handler.router().handle(req, res);
85
});
86
qDebug() << "HTTP server listening on" << httpAddress << "port" << httpPort;
87
- qDebug() << "Prometheus metrics available at" << QString("http://%1:%2/metrics").arg(httpAddress).arg(httpPort);
+ qDebug() << "Prometheus metrics available at" << QString("http://%1:%2/_metrics").arg(httpAddress).arg(httpPort);
88
}
89
90
return app.exec();
0 commit comments