mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
remove health info
* Sending health about websockets over websockets is not a great idea. * I tried sending health data via prometheus and encountered problems that will need PR's to prometheus_client library to solve. Circle back to this later.
This commit is contained in:
committed by
Ryan Petrello
parent
45ce6d794e
commit
c06b6306ab
@@ -7,7 +7,6 @@ from . import consumers
|
||||
websocket_urlpatterns = [
|
||||
url(r'websocket/$', consumers.EventConsumer),
|
||||
url(r'websocket/broadcast/$', consumers.BroadcastConsumer),
|
||||
url(r'websocket/health/$', consumers.HealthConsumer),
|
||||
]
|
||||
|
||||
application = ProtocolTypeRouter({
|
||||
|
||||
Reference in New Issue
Block a user