Provide a configurable map for any hardcoded metric used in implementation #260
Labels
backend
backend API related issues
enhancement
New feature or request
frontend
Svelte UI related issues
Milestone
Currently at several places metric names are hardcoded. This breaks if the metric is missing or the user configured it with a different name.
Solution:
Provide a lookup map that can be configured by the user and replace any hardcoded metric name with a check in the lookup map.
The text was updated successfully, but these errors were encountered: