Skip to content

Commit 7a351dc

Browse files
committed
re-add MetricsCollectorAzureRmCosts collector
1 parent 7b1f7c3 commit 7a351dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

metrics_azurerm_costs.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const (
2828
)
2929

3030
type (
31+
MetricsCollectorAzureRmCosts struct {
32+
collector.Processor
33+
}
34+
3135
MetricsCollectorAzureRmCostsQuery struct {
3236
Name string
3337
Dimensions []MetricsCollectorAzureRmCostsQueryDimension

0 commit comments

Comments
 (0)