This is a vague question on design. I have microservice which performs order management. The service orchestrates every order from Placed to Delivered. A lot of things happening in between. Let say these are statuses an order can be. Placed Authorized Shipped Delivered I have an elastic search dashboard which visualizes if an order stuck in particular status and not
Tag: monitoring
How to monitor incoming and outgoing network bytes from express & socket.io servers
I have an express server which also contains socket.io on it. I want to know how many bytes going outside and coming inside on each clients’ requests including HTTP and Socket (WSS). I’m looking for a solution with open source technologies. I found many tutorials online to get the read bytes inside the createServer method but here I’m not using