You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everyone! I love the current Sentry integration in the template, but for many of my projects, I needed a way to handle structured JSON logging and resource metrics directly in the console/stdout for my log aggregators.
I ended up building fastapi-observer package to replace the usual 200 lines of observability "glue code" we often find ourselves copy-pasting into new FastAPI projects.
Key features that fit this template:
One-line setup.
Automatic Request-ID tracking across async calls.
Built-in sensitive data redaction.
I'm curious if the community thinks this should be a standard part of the "Production-Ready" setup for this template? I'd love to contribute a PR if there's interest!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Hey everyone! I love the current Sentry integration in the template, but for many of my projects, I needed a way to handle structured JSON logging and resource metrics directly in the console/stdout for my log aggregators.
I ended up building fastapi-observer package to replace the usual 200 lines of observability "glue code" we often find ourselves copy-pasting into new FastAPI projects.
Key features that fit this template:
I'm curious if the community thinks this should be a standard part of the "Production-Ready" setup for this template? I'd love to contribute a PR if there's interest!
Operating System
Linux, Windows, macOS
Operating System Details
N/A
Python Version
3.13.9
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions