Thank you all for watching and for your support. ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33
@shabanelmogy7912Ай бұрын
Thanks
@CodeMazeАй бұрын
Welcome. Thank you for watching the video
@codeDotnetАй бұрын
Thanks 🎉
@CodeMazeАй бұрын
You're welcome 😊
@olamidejames7968Ай бұрын
what's the best way to run Prometheus in production, I have the opensource exe on a dedicated server but keeps shutting down after a period of time
@CodeMazeАй бұрын
Hmmm... the best way... I can't tell, there are situations for different approaches for sure. I was talking to my team and we always ran it through Docker, generally in a Kubernetes cluster. That way it is resilient to restarts (handled by Kubernetes) and means we can have multiple instances should it be required.