Update default_label_strategy.go

This commit is contained in:
Daniel Czerwonk 2018-03-31 13:03:31 +02:00 committed by GitHub
parent 6eff2642a4
commit 3efb6e6b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: