trustyai-explainability / trustyai-service

TrustyAI service providing cloud-native fairness metrics and explainability
Apache License 2.0
1 stars 3 forks source link

Do not fetch data if there are no requests #31

Closed ruivieira closed 1 year ago

ruivieira commented 1 year ago

For scheduled Prometheus metrics, data was being read at each timepoint, even if there were no registered requests for metrics.

Now the data is read only if there are registered requests.

Closes #30