Uh oh!
There was an error while loading. Please reload this page.
feat: add flower-docker extension for Celery monitoring - #178
Conversation
…p#117 - Link docs/AUTHORING.es.md from README.md Documentation table - Link Spanish doc from CONTRIBUTING.md with canonical English note - Add CI L0-L3 brief mention to docs/AUTHORING.es.md intro Addresses acceptance criteria for issue Create-Python-App#117: - [x] Spanish doc exists and is linked - [x] English remains canonical - [x] Mentions CI L0-L3 briefly
…ate-Python-App#112) Defines the standard span kinds and attribute schema AI extensions must use when emitting LLM/tool/retrieval/guardrail spans via the primitives from fastapi-mlflow-tracing (Create-Python-App#81). - Documents 4 span kinds: llm_inference, tool_call, retrieval, guardrail_check - Specifies required attributes for each kind - Defines span shape rules (linear span tree for guardrail rejections) - Documents privacy policy (LLM_TRACE_PAYLOAD opt-in, off in CI) - Links all related issues (Create-Python-App#81, Create-Python-App#77, Create-Python-App#78, Create-Python-App#79, Create-Python-App#80, Create-Python-App#82, Create-Python-App#91) - Includes illustrative Python example using maybe_start_span
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…-118 feat: add architecture diagram for docs/ARCHITECTURE.md (issue Create-Python-App#118)
ulises-jeremias
commented
Aug 23, 2026
Flower monitoring is a welcome addition, and the extension layout itself looks right. But the branch mixes in unrelated changes: Spanish authoring-doc edits (overlapping #162), Please open a fresh feature branch off current upstream |
Flower Monitoring Extension for Celery
Adds Flower monitoring dashboard for Celery workers.
Problem
users often want Flower for local/dev monitoring.
Solution
Extension compatible with celery worker type: docker-compose service or dependency + docs. Keeps secrets in env examples only. L2 against .
What's included
Files added
Usage
Then access the dashboard at
http://localhost:5555.Fixes#128