We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee58d0 commit 7b1f7c3Copy full SHA for 7b1f7c3
metrics_azurerm_costs.go
@@ -28,15 +28,6 @@ const (
28
)
29
30
type (
31
- MetricsCollectorAzureRmCosts struct {
32
- collector.Processor
33
-
34
- prometheus struct {
35
- costmanagementOverallUsage *prometheus.GaugeVec
36
- costmanagementOverallActualCost *prometheus.GaugeVec
37
- }
38
39
40
MetricsCollectorAzureRmCostsQuery struct {
41
Name string
42
Dimensions []MetricsCollectorAzureRmCostsQueryDimension
0 commit comments