Files
podinfo/pkg/version/version.go
stefanprodan 951d82abb9 Add option to run the metrics exporter on a different port
Add port-metrics flag, when specified the Prometheus /metrics endpoint will be exposed on that port.
2019-06-15 17:07:34 +03:00

5 lines
64 B
Go

package version
var VERSION = "1.6.0"
var REVISION = "unknown"