1.7.0
Service Status Monitoring
The dify-status module provides health check and status monitoring capabilities for Dify API services, with integration support for Spring Boot Actuator.
Features
- 🔍 Multi-Client Monitoring: Monitor multiple Dify clients including Chat, Dataset, Workflow, and Server
- 🏥 Health Checks: Integrate with Spring Boot Actuator to provide standard health check endpoints
- ⚡ Parallel Checks: Support parallel execution of status checks across multiple clients for improved efficiency
- 💾 Cache Support: Built-in caching mechanism to avoid frequent requests with configurable TTL
- 📊 Detailed Reports: Provide comprehensive status reports including response times, error messages, and HTTP status codes
- 🔑 Flexible Configuration: Support independent API Key configuration for different clients
🔨 Dependency
What's Changed
Full Changelog: v1.6.3...v1.7.0