kserve / modelmesh

Distributed Model Serving Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fq_names boolean metrics sub-parameter is inverted

njhill opened this issue · comments

fq_names is a boolean sub-parameter that can be used to alter the metrics exposed by model-mesh. Unfortunately however, its value is inverted, so setting it to "true" actually disables fully qualified method names (which is already the default).

This was fixed in #75/#77.