4
I'm building an app from the ground up - what free options are there for logging + observability?
Post Body
As part of the next phase of development, I am looking for options to monitor and observe my application. I am looking to do this for free.
What I am looking for:
- Logging for my python application
- I am running celery in front of my python service, and I want to add logs in the python logic itself, that I can view somewhere
- Also if I can hook up celery to receive its log too, that would be great
- Logging for RabbitMQ
- Not sure if this is possible, but just in case I do need to troubleshoot something with the message queue (have not had any problems, but just in case)
- Logging for my FastAPI app
- I have a backend web server that I would like to see the logs from. This would include requests and responses sent to the server, as well as custom logging that I can add in the internal logic itself
- Docker observability
- I would like to monitor my docker images/containers on a remote server
- Ubuntu Server monitoring
- Everything is running on an ubuntu server right now. I would like to be able to monitor the stats of the server itself.
Let me know if any more context is needed, happy to share!
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 9 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/devops/comm...