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] Employ the TSDB abstraction in the metrics endpoints #5620

Conversation

jond01
Copy link
Member

@jond01 jond01 commented May 23, 2024

Implements ML-6429.

Add three abstract methods to the base TSDB connector class:

  • read_metrics_data - get application results/metrics values.
  • read_predictions - get the invocations metric values.
  • read_prediction_metric_for_endpoint_if_exists - get invocations metric existence.

Remove v3io_tsdb_reader.py. Move almost all the functions to tsdb/v3io/v3io_connector.py, except for get_invocations_fqn that went to the helpers module.

The main system test passed.

@assaf758 assaf758 merged commit 559850f into mlrun:development May 26, 2024
11 checks passed
@jond01 jond01 deleted the task/use-tsdb-abstraction-in-metrics-values-endpoint branch May 26, 2024 06:27
rokatyy pushed a commit to rokatyy/mlrun that referenced this pull request May 28, 2024
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.

None yet

3 participants