Consume Websocket stream and send to Prometheus in Python

    Recently I was tasked with consuming data from websocket, analyze it and then send data to Prometheus. The theory is pretty straight forward: getting data from websocket API in a stream and analyze and take the data points and send it to prometheus for visualization. In this blog you will have all the steps and code needed to reproduce this flow. With this in mind, I decided using python to achieve all these....

    Created March 18, 2022 · Updated Mar 20, 2022 · 9 min · blacklabnz