fastapi-opentracing
Tracer middleware
Middleware to support OpenTracing in FastAPI applications deployed on Kubernetes.
fastapi opentracing middleware works on k8s
24 stars
3 watching
7 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
acidjunk/starlette-opentracing | Provides OpenTracing support for Starlette and FastAPI frameworks | 65 |
markqiu/fastapi-mongodb-realworld-example-app | A real-world backend application using FastAPI and MongoDB | 438 |
opentracing-contrib/python-flask | A Flask extension that enables distributed tracing in web applications using the OpenTracing API. | 136 |
awtkns/fastapi-crudrouter | Automates creation of CRUD routes for models in a FastAPI application | 1,417 |
blueswen/fastapi-observability | An open-source project providing a demonstration of FastAPI application observability with Traces, Metrics, and Logs on Grafana using OpenTelemetry and Prometheus. | 655 |
samchungy/fastify-zod-openapi | Fastify plugin for integrating Zod schema with OpenAPI specification | 57 |
trallnag/prometheus-fastapi-instrumentator | Instrumenting FastAPI applications with Prometheus metrics | 973 |
madkote/fastapi-plugins | Provides a plugin-based architecture to extend and customize the FastAPI framework | 369 |
kthwaite/fastapi-websocket-broadcast | A FastAPI application that enables real-time communication between clients through WebSockets. | 133 |
kludex/flake8-fastapi | A flake8 plugin to help developers avoid common mistakes when building FastAPI applications | 44 |
koxudaxi/fastapi-code-generator | Generates a FastAPI application from an OpenAPI file | 1,067 |
zalando/opentracing-toolbox | Provides utilities and extensions for instrumenting applications with OpenTracing | 180 |
testdrivenio/fastapi-crud-sync | An API built using FastAPI and Pytest for creating, reading, updating, and deleting data in a synchronized environment. | 79 |
testdrivenio/fastapi-crud-async | Asynchronous API with CRUD operations | 437 |