whylabs/langkit

need a way to override metric names in LangKitConfig

Closed this issue · 1 comments

If users configure custom patterns of regexes, they might also want to rename the metric something more specific than "has_patterns".

This is a general use case of being able to rename the UDFs at registration time based on config. Currently integrators would have to modify the UDF code, but a better integration story is to make these easily configurable.

Suggest we support:

  • LangKitConfig metric name overrides or mappings
  • Consider supporting schema metadata to describe renamed or custom UDFs

Resolved in release 0.0.23