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

Provider service metrics endpoint #547

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

aidandunlop
Copy link
Contributor

@aidandunlop aidandunlop commented Mar 26, 2025

Closes #551

This PR exposes a metrics endpoint in the provider services, to allow users to monitor the basic state of the provider services. It's added to the base server, so that all provider services can utilise it. The metrics endpoint port is configurable via the KFP Operator helm values.

This PR also:

  • extends the KFPControllerConfig configmap in the Helm chart to allow labels to be set on the provider service pods, deployments, and services.
  • updates the minikube scripts to make it easier to upgrade the local development environment while testing changes.

Tasks

  • Expose metrics endpoint
  • Documentation updated

@aidandunlop aidandunlop force-pushed the provider-service-metrics-endpoint branch 3 times, most recently from 6235e72 to e8d4a91 Compare March 27, 2025 13:29
@aidandunlop aidandunlop force-pushed the provider-service-metrics-endpoint branch from 6263012 to 37c63d9 Compare March 28, 2025 14:11
@alexgeorgousis alexgeorgousis force-pushed the provider-service-metrics-endpoint branch from 4bbaed0 to d929eae Compare March 31, 2025 11:49
@alexgeorgousis alexgeorgousis changed the title Provider service metrics endpoint (WIP) Provider service metrics endpoint Mar 31, 2025
@alexgeorgousis alexgeorgousis force-pushed the provider-service-metrics-endpoint branch from d929eae to 9a747cc Compare March 31, 2025 12:29
@aidandunlop aidandunlop marked this pull request as ready for review March 31, 2025 14:32
@aidandunlop aidandunlop requested a review from a team March 31, 2025 14:32
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.

Create basic provider-service metrics endpoint
2 participants