Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
d60e711
feat: enhance evaluator service with Prometheus metrics and low-quali…
dongkoony Dec 26, 2025
2fa00f2
feat: add email notification settings to evaluator configuration
dongkoony Dec 26, 2025
3a7b6d0
feat: implement Prometheus metrics for evaluator service
dongkoony Dec 26, 2025
11b6bb7
feat: enhance notifier module with email notification support
dongkoony Dec 26, 2025
bb5e1a3
feat: enhance notifier module with email notifications and improved a…
dongkoony Dec 26, 2025
a67e516
feat: enhance batch evaluation with metrics recording
dongkoony Dec 26, 2025
247e233
feat: add Prometheus metrics for gateway API
dongkoony Dec 26, 2025
deb9993
feat: add Prometheus client dependency for metrics collection
dongkoony Dec 26, 2025
2e6f475
feat: add additional dependencies for evaluator service
dongkoony Dec 26, 2025
2cac2c0
feat: add Grafana provisioning files for dashboards and Prometheus da…
dongkoony Dec 26, 2025
c1320a7
feat: add Prometheus and Grafana services to Docker Compose
dongkoony Dec 26, 2025
1bed197
feat: add LLM Quality Observer dashboard for Grafana
dongkoony Dec 26, 2025
b8aa6a1
docs: add comprehensive email notification and metrics setup document…
dongkoony Dec 26, 2025
dede5a7
chore: update .env.local.example with optional email notification set…
dongkoony Dec 26, 2025
720caad
feat: add dashboard overview image for enhanced visualization
dongkoony Dec 26, 2025
ee1ba19
docs: add Korean and English dashboard guides for Grafana
dongkoony Dec 26, 2025
8397273
docs: add complete release notes (v0.1.0-v0.5.0) and update documenta…
dongkoony Dec 26, 2025
df5c7c8
docs: update README and documentation for v0.5.0 release
dongkoony Dec 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
730 changes: 485 additions & 245 deletions README.md

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions configs/env/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ EVALUATION_JUDGE_TYPE=rule
# SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/URL
# DISCORD_WEBHOOK_URL=https://discord.com/api/webhooks/YOUR/WEBHOOK/URL
NOTIFICATION_SCORE_THRESHOLD=3

# Email Notification Settings (optional)
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USERNAME=your-email@gmail.com
# SMTP_PASSWORD=your-app-password
# SMTP_FROM_EMAIL=your-email@gmail.com
# SMTP_TO_EMAILS=recipient1@example.com,recipient2@example.com
Loading
Loading