Update default_label_strategy.go
This commit is contained in:
parent
6eff2642a4
commit
3efb6e6b35
@ -14,6 +14,7 @@ func (*DefaultLabelStrategy) labelNames() []string {
|
||||
func (*DefaultLabelStrategy) labelValues(p *protocol.Protocol) []string {
|
||||
return []string{p.Name, protoString(p), p.IpVersion}
|
||||
}
|
||||
|
||||
func protoString(p *protocol.Protocol) string {
|
||||
switch p.Proto {
|
||||
case protocol.BGP:
|
||||
|
Loading…
x
Reference in New Issue
Block a user