We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63559cd + 6b55662 commit 4c2d805Copy full SHA for 4c2d805
source/zimonGrafanaIntf.py
@@ -342,12 +342,7 @@ def main(argv):
342
}
343
)
344
registered_apps.append("Prometheus Exporter Api listening on Prometheus requests")
345
- cherrypy.tree.mount(StatsPage(), '/cherrypy_internal_stats',
346
- {'/':
347
- {'request.dispatch': cherrypy.dispatch.MethodDispatcher()}
348
- }
349
- )
350
-
+ cherrypy.tree.mount(StatsPage(), '/cherrypy_internal_stats')
351
logger.info("%s", MSG['sysStart'].format(sys.version, cherrypy.__version__))
352
353
try:
0 commit comments