Ivan

Results 1 comments of Ivan

Hi, my team met the same problem. So easiest decision we found is: ```python from faust import App from faust.sensors.prometheus import setup_prometheus_sensors from prometheus_client import Histogram app = App('app-name', broker='kafka://localhost')...