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
Our container serves metrics at either port 9090 or 2112. I see that the default configuration expect the port to be 8080.
Currently I don't see an option to customize the metrics port. There is another option of specifying a whole collector config, but then I lose all the nicety of the default config.
Can we please allow specifying the metrics port through an env var like METRICS_PORT? If this approach sounds good, I would be happy to help add it.