faust.web.apps.graph

Web endpoint showing graph of running mode services.

class faust.web.apps.graph.Graph(app: faust.types.app.AppT, web: faust.web.base.Web) → None[source]

Render image from graph of running services.

coroutine get(self, request: faust.web.base.Request) → faust.web.base.Response[source]
Return type:Response
class faust.web.apps.graph.Site(app: faust.types.app.AppT) → None[source]

Graph views.

views = {'/': <class 'faust.web.apps.graph.Graph'>}