Skip to content

Commit

Permalink
fix(metric): Missed update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Nov 21, 2024
1 parent ed76032 commit 703a51f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ func InitializeMetrics() {
hnsStatsDescription,
utils.Direction,
)
<<<<<<< HEAD
VFPStatsGauge = exporter.CreatePrometheusGaugeVecForMetric(
=======
VFPStatsGauge = exporter.CreatePrometheusCounterVecForMetric(
>>>>>>> 0737c12a56078040b985501e588bf11a5e659090
exporter.DefaultRegistry,
vfpStats,
vfpStatsDescription,
Expand Down
4 changes: 0 additions & 4 deletions pkg/metrics/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ var (

// Windows
HNSStatsGauge GaugeVec
<<<<<<< HEAD
VFPStatsGauge GaugeVec
=======
VFPStatsGauge CounterVec
>>>>>>> 0737c12a56078040b985501e588bf11a5e659090

// Common gauges across os distributions
NodeConnectivityStatusGauge GaugeVec
Expand Down

0 comments on commit 703a51f

Please sign in to comment.