Skip to content

Commit

Permalink
chore(doc): add grafana panel
Browse files Browse the repository at this point in the history
  • Loading branch information
SkalaNetworks authored Oct 11, 2024
1 parent 0a3dc43 commit 4b5e025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/sources/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Assume you finished [Getting Started](getting-started.md).
- [Scrapping the metrics](#scrapping-the-metrics)
- [Exported metrics](#exported-metrics)
- [Label values](#label-values)
- [Grafana dashboard](#grafana-dashboard)

## Scrapping the metrics

Expand Down Expand Up @@ -96,3 +97,7 @@ Some labels can have specific values depending on the state of GoBGP or of the p
- `session_state`: the BGP FSM status of the peer, can be either `UNKNOWN`, `IDLE`, `CONNECT`, `IDLE`, `ACTIVE`, `OPENSENT`, `OPENCONFIRM` or `ESTABLISHED`
- `admin_state`: administrative state of the peer, can be either `DOWN`, `UP` or `PFX_CNT` if prefix limit is reached
- `route_family`: any address family supported by GoBGP (e.g `ipv4`, `ipv6`, `evpn`)

## Grafana dashboard

There is an example Grafana panel to display some metrics about GoBGP available [here](https://grafana.com/grafana/dashboards/22061-gobgp/)

0 comments on commit 4b5e025

Please # to comment.