You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In versions up to 0.6.0, the request_id for model load requests are generated at random. Therefore, metrics updated in the initialize function of the handler have both ModelName and Level dimensions
# TODO: Request ID is not given. UUID is a temp UUID.
metrics=MetricsStore(uuid.uuid4(), model_name)
In versions 0.6.1 onward, the request_ids is not set, therefore, metrics updated in the initialize function only have the Level dimension set to Level:Error.
🐛 Describe the bug
With 0.6.0 TorchServe, we observe the following for custom metrics
With 0.9.0 TorchServe, we observe the following
Error logs
Posted above
Installation instructions
No
Model Packaing
N/A
config.properties
No response
Versions
0.9.0
Repro instructions
N/A
Possible Solution
No response
cc @namannandan
The text was updated successfully, but these errors were encountered: