Causes it that the documented configurable Prometheus port variable is always overrode with this 9090 value, and the configuration variable hono.resourceLimits.prometheusBased.port coming in the PrometheusBasedResourceLimitCheckOptions constructor parameter has no effect.
Unless I'm mistaken this single line; https://github.com/eclipse-hono/hono/blob/6a05ee38ea9f7ad98e0c15b0e6f3ce40963abb6b/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecksConfig.java#L71
Causes it that the documented configurable Prometheus port variable is always overrode with this
9090
value, and the configuration variablehono.resourceLimits.prometheusBased.port
coming in thePrometheusBasedResourceLimitCheckOptions
constructor parameter has no effect.