Skip to content
Snippets Groups Projects
Commit b89f0923 authored by Oliver Herms's avatar Oliver Herms
Browse files

Add ris mirror metrics

parent 3e73aade
No related branches found
No related tags found
No related merge requests found
package metrics
import (
"net"
vrf_metrics "github.com/bio-routing/bio-rd/routingtable/vrf/metrics"
)
// RISMirrorMetrics contains per router BMP metrics
type RISMirrorMetrics struct {
Routers []*RISMirrorRouterMetrics
}
// RISMirrorRouterMetrics contains a routers RIS mirror metrics
type RISMirrorRouterMetrics struct {
// Routers IP Address
Address net.IP
// SysName of the monitored router
SysName string
// VRFMetrics represent per VRF metrics
VRFMetrics []*vrf_metrics.VRFMetrics
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment