data: trace analysus multi ingestor support (#721)

* data: trace analysus multi ingestor support

* address review comments
This commit is contained in:
l5y
2026-04-08 11:58:32 +02:00
committed by GitHub
parent 4a6ba38e94
commit 5b9e6e3d48
8 changed files with 346 additions and 60 deletions
-9
View File
@@ -13,12 +13,3 @@
- **`mobile.yml`** - Flutter mobile tests with coverage reporting
- **`release.yml`** - Tag-triggered Flutter release builds for Android and iOS
## Usage
```bash
# Build locally
docker-compose build
# Deploy
docker-compose up -d
```