Skip to content

Commit

Permalink
fix(metric): Fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
BeegiiK committed Nov 21, 2024
2 parents f70c27e + 0737c12 commit ed76032
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ func InitializeMetrics() {
hnsStatsDescription,
utils.Direction,
)
<<<<<<< HEAD

Check failure on line 49 in pkg/metrics/metrics.go

View workflow job for this annotation

GitHub Actions / Lint (windows, arm64)

expected statement, found '<<' (typecheck)

Check failure on line 49 in pkg/metrics/metrics.go

View workflow job for this annotation

GitHub Actions / Lint (windows, amd64)

expected statement, found '<<' (typecheck)

Check failure on line 49 in pkg/metrics/metrics.go

View workflow job for this annotation

GitHub Actions / Lint (linux, amd64)

expected statement, found '<<' (typecheck)

Check failure on line 49 in pkg/metrics/metrics.go

View workflow job for this annotation

GitHub Actions / Lint (linux, arm64)

expected statement, found '<<' (typecheck)
VFPStatsGauge = exporter.CreatePrometheusGaugeVecForMetric(
=======
VFPStatsGauge = exporter.CreatePrometheusCounterVecForMetric(
>>>>>>> 0737c12a56078040b985501e588bf11a5e659090
exporter.DefaultRegistry,
vfpStats,
vfpStatsDescription,
Expand Down
4 changes: 4 additions & 0 deletions pkg/metrics/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ var (

// Windows
HNSStatsGauge GaugeVec
<<<<<<< HEAD

Check failure on line 63 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, arm64)

expected 'IDENT', found '<<' (typecheck)

Check failure on line 63 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, amd64)

expected 'IDENT', found '<<' (typecheck)

Check failure on line 63 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, amd64)

expected 'IDENT', found '<<' (typecheck)

Check failure on line 63 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, arm64)

expected 'IDENT', found '<<' (typecheck)
VFPStatsGauge GaugeVec
=======

Check failure on line 65 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, arm64)

expected 'IDENT', found '==' (typecheck)

Check failure on line 65 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, amd64)

expected 'IDENT', found '==' (typecheck)

Check failure on line 65 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, amd64)

expected 'IDENT', found '==' (typecheck)

Check failure on line 65 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, arm64)

expected 'IDENT', found '==' (typecheck)
VFPStatsGauge CounterVec
>>>>>>> 0737c12a56078040b985501e588bf11a5e659090

Check failure on line 67 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, arm64)

expected 'IDENT', found '>>' (typecheck)

Check failure on line 67 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (windows, amd64)

expected 'IDENT', found '>>' (typecheck)

Check failure on line 67 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, amd64)

expected 'IDENT', found '>>' (typecheck)

Check failure on line 67 in pkg/metrics/types.go

View workflow job for this annotation

GitHub Actions / Lint (linux, arm64)

expected 'IDENT', found '>>' (typecheck)

// Common gauges across os distributions
NodeConnectivityStatusGauge GaugeVec
Expand Down

0 comments on commit ed76032

Please sign in to comment.