跳到主要内容

OpenTelemetry dashboards

routerd exports metrics with the routerd.<domain>.<metric> naming pattern. Use these starter panels in Grafana, OpenObserve, or any OTLP metrics backend:

PanelMetric
Controller dry-run countrouterd.controller.dry_run.count
Resource phasesrouterd.resource.phase.count grouped by routerd.resource.phase
Active DHCP leasesrouterd.dhcp.lease.active grouped by network.address.family
Sticky DHCP holdsrouterd.dhcp.sticky.held grouped by network.address.family
Active clientsrouterd.client.active.count
Conntrack usagerouterd.conntrack.count / routerd.conntrack.max
Firewall deniesrouterd.firewall.deny.total grouped by network.protocol.name

Resource attributes include service.name, service.version, host.name, routerd.host.role, and routerd.os.

Example PromQL-style queries:

routerd_resource_phase_count
routerd_dhcp_lease_active{network_address_family="ipv4"}
routerd_dhcp_sticky_held
rate(routerd_firewall_deny_total[5m])