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 2df075b + d526a7d commit cd410e4Copy full SHA for cd410e4
source/zimonGrafanaIntf.py
@@ -321,7 +321,11 @@ def main(argv):
321
}
322
)
323
registered_apps.append("Prometheus Exporter Api listening on Prometheus requests")
324
- cherrypy.tree.mount(StatsPage(), '/cherrypy_internal_stats')
+ cherrypy.tree.mount(StatsPage(), '/cherrypy_internal_stats',
325
+ {'/':
326
+ {'request.dispatch': cherrypy.dispatch.MethodDispatcher()}
327
+ }
328
+ )
329
330
logger.info("%s", MSG['sysStart'].format(sys.version, cherrypy.__version__))
331
0 commit comments