Celery聽worker is a simple, flexible, and reliable distributed system to process vast amounts of messages while providing operations with the tools required to maintain such a system. In this tutorial, we will learn how to implement Celery with Flask and Redis.
7 posts tagged with "Python"
View All TagsMonitoring apps based on Falcon Web Framework with OpenTelemetry
Falcon is a minimalist Python web API framework for building robust applications and microservices. It also compliments many other Python frameworks by providing extra reliability, flexibility, and performance. Falcon based applications can be monitored using OpenTelemetry - an open-source standard to generate telemetry data.
Monitoring Django application performance with OpenTelemetry
Django is a popular open-source python web framework that enables rapid development while taking out much of the hassle from routine web development. It also helps developers to avoid common security mistakes. As such, many applications are built with Django.
Monitoring your FastAPI application using OpenTelemetry
FastAPI is a modern Python web framework based on standard Python type hints that makes it easy to build APIs. It's a relatively new framework, having been released in 2018 but has now been adopted by big companies like Uber, Netflix, and Microsoft.
Monitoring your Flask application using OpenTelemetry
In this article, we will use OpenTelemetry to instrument a sample Flask app. Flask is one of the most popular web application frameworks of Python. It consists of Werkzeug WSGI toolkit and Jinja2 template engine.
Monitor your Python application with full stack open source APM tool - SigNoz
In this article, learn how to setup application monitoring for Python apps using an open-source solution, SigNoz.
Monitoring OpenMetrics for Gunicorn and Django application in Prometheus
In this blog, I will discuss about how to set up Prometheus and Grafana in EKS and how to monitor Python based applications using Prometheus.