Skip to content

Commit

Permalink
Merge pull request #73 from vshn/fix/item_description_cloudscale
Browse files Browse the repository at this point in the history
Fix itemdescription for all clouscale objectbucket metrics
  • Loading branch information
TheBigLee authored Dec 22, 2023
2 parents 3a6d7af + dc8c890 commit e0800f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cloudscale/objectstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func (o *ObjectStorage) createOdooRecord(bucketMetricsData cloudscale.BucketMetr
{
ProductID: productIdTrafficOut,
InstanceID: instanceId,
ItemDescription: "AppCat Cloudscale ObjectStorage",
ItemDescription: bucketMetricsData.Subject.BucketName,
ItemGroupDescription: itemGroup,
SalesOrder: salesOrder,
UnitID: o.uomMapping[units[productIdTrafficOut]],
Expand All @@ -164,7 +164,7 @@ func (o *ObjectStorage) createOdooRecord(bucketMetricsData cloudscale.BucketMetr
{
ProductID: productIdQueryRequests,
InstanceID: instanceId,
ItemDescription: "AppCat Cloudscale ObjectStorage",
ItemDescription: bucketMetricsData.Subject.BucketName,
ItemGroupDescription: itemGroup,
SalesOrder: salesOrder,
UnitID: o.uomMapping[units[productIdQueryRequests]],
Expand Down

0 comments on commit e0800f7

Please sign in to comment.