Metrics
Custom user metrics
It is possible to export custom user metrics by adding the metrics_client
argument to the predictor constructor. Below there is an example of how to use the metrics client with the PythonPredictor
type. The implementation would be similar to other predictor types.
Note: The metrics client uses the UDP protocol to push metrics, so if it fails during a metrics push, no exception is thrown.
Last updated