Skip to content

Commit 4b5e025

Browse files
chore(doc): add grafana panel
1 parent 0a3dc43 commit 4b5e025

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sources/metrics.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Assume you finished [Getting Started](getting-started.md).
1111
- [Scrapping the metrics](#scrapping-the-metrics)
1212
- [Exported metrics](#exported-metrics)
1313
- [Label values](#label-values)
14+
- [Grafana dashboard](#grafana-dashboard)
1415

1516
## Scrapping the metrics
1617

@@ -96,3 +97,7 @@ Some labels can have specific values depending on the state of GoBGP or of the p
9697
- `session_state`: the BGP FSM status of the peer, can be either `UNKNOWN`, `IDLE`, `CONNECT`, `IDLE`, `ACTIVE`, `OPENSENT`, `OPENCONFIRM` or `ESTABLISHED`
9798
- `admin_state`: administrative state of the peer, can be either `DOWN`, `UP` or `PFX_CNT` if prefix limit is reached
9899
- `route_family`: any address family supported by GoBGP (e.g `ipv4`, `ipv6`, `evpn`)
100+
101+
## Grafana dashboard
102+
103+
There is an example Grafana panel to display some metrics about GoBGP available [here](https://grafana.com/grafana/dashboards/22061-gobgp/)

0 commit comments

Comments
 (0)