Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monitoring for rest of ChatQnA + DocSum components #655

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

eero-t
Copy link
Contributor

@eero-t eero-t commented Dec 20, 2024

Description

ChatQnA + DocSum had few components which provide metrics endpoint, but did not have Prometheus serviceMonitors for (optional) collection of those metrics. This adds them.

Issues

n/a.

Type of change

  • New feature (non-breaking change which adds new functionality)

Dependencies

n/a.

Tests

Manual testing with latest images.

Next steps

These components use MicroService class, so they provide metrics both from that and underlying HTTP service.

However, because they don't process any tokens with MicroService, its metrics are always zero. I'll try to come up with some way to skip exporting them from MicroService in "GenAIComps".

Which provide HTTP request metrics.

Signed-off-by: Eero Tamminen <[email protected]>
@lianhao lianhao merged commit 590991b into opea-project:main Dec 25, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants