Cloned this repository and tried to build but there is an issue with the LabelValues Prometheus API call. It appears the version of the API in the dependencies is not compatible with the code in this repository. Is there a fix?
x@ubuntu:~/prom2influx$ go build
github.com/zhyon404/prom2influx/transfer
transfer/transfer.go:44:43: not enough arguments in call to t.p.LabelValues
have (context.Context, string)
want (context.Context, string, []string, time.Time, time.Time)
x@ubuntu:~/prom2influx$
Cloned this repository and tried to build but there is an issue with the LabelValues Prometheus API call. It appears the version of the API in the dependencies is not compatible with the code in this repository. Is there a fix?
x@ubuntu:~/prom2influx$ go build
github.com/zhyon404/prom2influx/transfer
transfer/transfer.go:44:43: not enough arguments in call to t.p.LabelValues
have (context.Context, string)
want (context.Context, string, []string, time.Time, time.Time)
x@ubuntu:~/prom2influx$