Skip to content

Commit

Permalink
Fix issue greenpau#3
Browse files Browse the repository at this point in the history
Added interface name label to each metric related to the interface
  • Loading branch information
pawelslomka committed Feb 5, 2023
1 parent a54afd4 commit fe24e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ovs_exporter/ovs_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ type Exporter struct {

type Options struct {
Timeout int
Logger log.Logger
Logger log.Logger
}

// NewLogger returns an instance of logger.
Expand Down

0 comments on commit fe24e1c

Please sign in to comment.