MCPcopy Index your code
hub / github.com/feast-dev/feast / _is_metrics_active

Function _is_metrics_active

sdk/python/feast/utils.py:768–774  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

766 initial_response_dict: Optional[Dict[str, List[Any]]] = None
767
768 def _is_metrics_active():
769 try:
770 from feast.metrics import _config
771
772 return _config.online_features
773 except Exception:
774 return False
775
776 _metrics_active = _is_metrics_active()
777

Calls

no outgoing calls

Tested by

no test coverage detected