mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-22 14:56:56 +00:00
Use consistent plugin ID in the http-requests plugin
The socket has the "http_requests.sock" filename, so ID should be "http_requests", not "http-requests".
This commit is contained in:
@@ -123,7 +123,7 @@ class PluginRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
||||
},
|
||||
'Plugins': [
|
||||
{
|
||||
'id': 'http-requests',
|
||||
'id': 'http_requests',
|
||||
'label': 'HTTP Requests',
|
||||
'description': 'Adds http request metrics to processes',
|
||||
'interfaces': ['reporter'],
|
||||
|
||||
Reference in New Issue
Block a user