✅ Looking for technical advice for monitoring & alerting system architecture
Hello everyone,
I’ve recently started an internship where my main task is to develop a monitoring dashboard and alerting system for an order pipeline in the investment sector. The goal is to consume orders from a message bus, analyze them for abnormalities, and notify users when necessary.
The challenge I’m facing is that my assigned team/mentor isn’t very technical, so while I have the project requirements somewhat aligned, I’m lacking technical feedback on the best approach to implement this. I’m looking for experienced developers who might be willing to discuss my project in more depth and provide feedback or ideas on architect decisions.
Would anyone be open to a private chat? I’d really appreciate any help!
5 Replies
i think that rather discussing it would be useful doing some research on the domain and looking at what already exists that solves this problem
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Currently the bus is msmq but other developers are changing it to be rabbitmq for in the next 2/3 months it will be rabbitmq. Which I didn’t know at the start of my internship and I was told this yesterday which already alarmed me a lot. They want a full api, I also need to handle the logic of if there are stuck orders in the message bus and also use blazor for the frontend. all the services and the bus is in Azure and I will try to get in contact with developers who developed the bus asap… So you’re suggesting to use a monitoring platform that already exists instead of making monitoring dashboard myself? I also don’t know if there are monitoring the platform or even how, the platform is quite big..
grafana supports rabbitmq, if it meets your requirements then that's the end of it
(grafana also has alerts, although I haven't used them myself)
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View