-
- Downloads
Merge pull request #261 from bio-routing/fix/bmp_metrics
Fix BMP label names/combinations
Showing
- go.sum 1 addition, 0 deletionsgo.sum
- metrics/bgp/adapter/prom/bgp_prom_adapter.go 4 additions, 3 deletionsmetrics/bgp/adapter/prom/bgp_prom_adapter.go
- metrics/bmp/adapter/prom/bmp_prom_adapter.go 4 additions, 4 deletionsmetrics/bmp/adapter/prom/bmp_prom_adapter.go
- metrics/vrf/adapter/prom/vrf_prom_adapter.go 3 additions, 3 deletionsmetrics/vrf/adapter/prom/vrf_prom_adapter.go
- protocols/bgp/metrics/bmp_metrics.go 7 additions, 2 deletionsprotocols/bgp/metrics/bmp_metrics.go
- protocols/bgp/server/bmp_metrics_service.go 2 additions, 1 deletionprotocols/bgp/server/bmp_metrics_service.go
... | ... | @@ -69,6 +69,7 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN |
github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= | ||
github.com/prometheus/client_golang v1.0.0 h1:vrDKnkGzuGvhNAL56c7DBz29ZL+KxnoR0x7enabFceM= | ||
github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= | ||
github.com/prometheus/client_golang v1.6.0 h1:YVPodQOcK15POxhgARIvnDRVpLcuK8mglnMrWfyrw6A= | ||
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE= | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= | ||
... | ... |
Please register or sign in to comment