You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. prometheus.yml: scrape target api:8081 → api:8080 (metrics always
served on the HTTP port via MapPrometheusScrapingEndpoint)
2. docker-compose.yml: env var prefix VectorCatalogOptions__ → VectorCatalog__
to match SectionName constant; fix property names (TopK→DefaultTopK,
AccessKey→MinioAccessKey, etc.) and remove dead port 8081 mapping
3. src/VectorCatalog.Api/Dockerfile: remove EXPOSE 8081 (nothing serves there)
4. Add .dockerignore for API and sidecar (reduces build-context noise)
5. README.md: fix stale benchmark numbers, wrong load-test script name,
wrong CI job count (7→8), Helm path, and Roadmap completed items
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments