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] Implementing model monitoring dashboards and datasource in Grafana #64

Merged
merged 3 commits into from
May 21, 2023

Conversation

Eyal-Danieli
Copy link
Member

As part of supporting model monitoring features in mlrun/ce, in this PR we are adding the required dashboards and datasource to Grafana. Please note that real time metrics (such as drift metrics by time) will be included in the next release. Below you can find information about the new dashboards and datasource:

  • dashboard Model Monitoring - Overview: A general overview of the current model endpoints in the selected project. This dasbhaords includes the general KPIs of each model endpoint (e.g. drift status and the number of errors).

  • dashboard Model Monitoring - Details: Detailed overview of one of the model endpoints in the selected project. This dashboard includes drift and feature analysis according the the results of the latest model monitoring drift analysis which runs each hour by default.

  • datasource iguazio: a mysql datasource that stores the model-endpoints table with the model endpoints records. The user will need to supply the credentials for this datasource. He can do that via Grafana UI or through the helm chart installment.

A related JIRA ticket: https://jira.iguazeng.com/browse/ML-3553

@Eyal-Danieli Eyal-Danieli force-pushed the add-datasource-monitoring branch 2 times, most recently from 5a039b3 to 37f7ec2 Compare May 15, 2023 08:44
@quaark quaark merged commit fbbdaf2 into mlrun:development May 21, 2023
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