Skip to content

Commit 7b1f7c3

Browse files
committed
Fix lint error prometheus field unused
1 parent 1ee58d0 commit 7b1f7c3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

metrics_azurerm_costs.go

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

3030
type (
31-
MetricsCollectorAzureRmCosts struct {
32-
collector.Processor
33-
34-
prometheus struct {
35-
costmanagementOverallUsage *prometheus.GaugeVec
36-
costmanagementOverallActualCost *prometheus.GaugeVec
37-
}
38-
}
39-
4031
MetricsCollectorAzureRmCostsQuery struct {
4132
Name string
4233
Dimensions []MetricsCollectorAzureRmCostsQueryDimension

0 commit comments

Comments
 (0)