This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Description
Hi,
It seems the port that is passed to the function is not used, since it is using opts.PrometheusPort
|
func StartPrometheusExporter(port int64) { |
I am not sure why the port is int64, when it could be uint16 or int32, since the port is in range of 0-65535 (range of unsigned 16-bit integer)