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

"port" parameter passed to function not used #407

@krisavi

Description

@krisavi

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)

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions