Skip to content

Commit e288491

Browse files
authored
Merge pull request #42 from Finoptimize/pre-production-cleanup
Pre production cleanup
2 parents 3e76586 + e923f17 commit e288491

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ Enterprise-grade monitoring, debugging, and cost tracking for LLM applications a
4848
- **Distributed Tracing**: Full request tracing across distributed systems
4949
- **Debug Utilities**: Multi-level logging with performance analysis
5050

51-
## � Screenshots
52-
5351
### 🌐 Web Dashboard Interface
5452

5553
Our production-ready web dashboard provides real-time GPU monitoring with a modern, professional interface:
@@ -431,18 +429,7 @@ The complete monitoring stack includes:
431429

432430
For detailed Docker documentation, see [docker/README.md](docker/README.md) and [CONTAINER.md](CONTAINER.md)
433431

434-
## � Taking Screenshots
435-
436-
To add actual screenshots to this README:
437-
438-
1. Start the demo: `go run examples/demo/web-dashboard/main.go`
439-
2. Open browser to: `http://localhost:9000`
440-
3. Take high-resolution screenshots and save them in `docs/screenshots/`
441-
4. Use the filenames referenced above (dashboard-overview.png, etc.)
442-
443-
For detailed screenshot guidelines, see [docs/screenshots/README.md](docs/screenshots/README.md)
444-
445-
## �🔧 Monitoring & Observability
432+
## 🔧 Monitoring & Observability
446433

447434
AgentaFlow provides **enterprise-grade monitoring** through comprehensive Prometheus/Grafana integration with production-ready dashboards and alerting.
448435

@@ -619,6 +606,7 @@ Looking for advanced features for production environments? Our **Enterprise Edit
619606
- **Enterprise Integrations**: Slack alerts, DataDog monitoring, and other enterprise tools
620607
- **SLA Support**: Guaranteed service levels with dedicated support
621608
- **Usage-based Billing Features**: Advanced cost tracking and billing automation
609+
- **Advanced Dashboard**: Enhanced observability for LLM models
622610
- **Data Center Edition**: Run on bare metal in the data center
623611

624612
*Contact us for early access and enterprise pricing.*

tests/integration/health_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ import (
99
"time"
1010
)
1111

12+
// Integration tests for AgentaFlow health monitoring
13+
1214
const (
1315
dashboardURL = "http://localhost:9000"
1416
metricsURL = "http://localhost:9001/metrics"

0 commit comments

Comments
 (0)