Skip to content

Commit

Permalink
cmd/scollector: bug fixes for Azure EA billing (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenderson-so authored and Craig Peterson committed Dec 14, 2016
1 parent 94b8b88 commit b410894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/scollector/collectors/azureeabilling.go
Expand Up @@ -66,7 +66,7 @@ func processAzureEAReports(reports *azureeabilling.UsageReports, md *opentsdb.Mu
for _, r := range reports.AvailableMonths {
//There's potentially a lot of reports. We only want to process this months + last months report
if !(thisMonth == r.Month || lastMonth == r.Month) {
return nil
continue
}

csv := azBillConf.AZEABillingConfig.GetMonthReportsCSV(r, azureeabilling.DownloadForStructs)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions vendor/vendor.json
Expand Up @@ -536,10 +536,10 @@
"revisionTime": "2015-11-05T14:43:36+01:00"
},
{
"checksumSHA1": "eOQgUSMZQ82Xm255tBLjWaEeCsg=",
"checksumSHA1": "ltMx61rRH1F1LsSto7voLWuRQpw=",
"path": "github.com/mhenderson-so/azure-ea-billing",
"revision": "4eed67242fcc782d56e769a4aa0ac71a2a20281b",
"revisionTime": "2016-08-25T19:57:35Z"
"revision": "4fd1a790460cd26f319b17f40c9559142db03bf0",
"revisionTime": "2016-08-29T17:56:29Z"
},
{
"path": "github.com/olivere/elastic",
Expand Down

0 comments on commit b410894

Please sign in to comment.