Patrick de los Reyes

Results 3 comments of Patrick de los Reyes

I saw the same. I switched to 'Usage API' (with Offer ID) instead of 'Consumption API' method of data collection, and the numbers were much more aligned.

I am using simple command line in Windows 10 with version 1.18.0 After updating to 1.18.5 it is working correctly. zvilius above stated that it began working correctly with version...

You need to add the '&' symbol before "cli.StringFlag" ``` &cli.StringFlag{ Name: "config", ... }, &cli.StringFlag{ Name: "log", ... }, ```