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.

async get(request: faust.web.base.Request) → faust.web.base.Response[source]

Draw image of the services running in this worker.

Return type

Response