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

[Model Monitoring] Fix parsing of default http target #4094

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

Eyal-Danieli
Copy link
Member

When calling parse_monitoring_stream_path() on MLRun CE deployment that has no kafka stream, we use the default http path of the monitoring stream function as the main endpoint for the monitoring events. This default value can be found under mlrun.mlconf.model_endpoint_monitoring.default_http_sink:
http://nuclio-{project}-model-monitoring-stream.mlrun.svc.cluster.local:8080

This PR fix the parsing function of that http value in which we enrich the project name within the http path.

@assaf758 assaf758 merged commit 6623a6a into mlrun:development Aug 15, 2023
9 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.

2 participants