Metrics
Custom user metrics
It is possible to export custom user metrics by adding the metrics_client
argument to the predictor constructor.
Refer to the observability documentation for more information on custom metrics.
Note: The metrics client uses the UDP protocol to push metrics, to be fault tolerant, so if it fails during a metrics push there is no exception thrown.
Last updated