Skip to content

Commit

Permalink
identify: add more detailed metrics (#2126)
Browse files Browse the repository at this point in the history
* add identify metrics

metrics added:
address count
protocol count
peer push support

* address review changes

* update dashboards
  • Loading branch information
sukunrt authored Feb 23, 2023
1 parent b74205d commit f7bf9d8
Show file tree
Hide file tree
Showing 6 changed files with 1,000 additions and 392 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Metrics were added to:
* Swarm:
- [Early Muxer Selection](https://github.com/libp2p/go-libp2p/pull/2119): Added early_muxer label indicating whether a connection was established using early muxer selection.
- [IP Version](https://github.com/libp2p/go-libp2p/pull/2114): Added ip_version label to connection metrics
* Identify:
- Metrics for Identify, IdentifyPush, PushesTriggered (https://github.com/libp2p/go-libp2p/pull/2069)
- Address Count, Protocol Count, Connection IDPush Support (https://github.com/libp2p/go-libp2p/pull/2126)


We also migrated the metric dashboards to a top-level [dashboards](https://github.com/libp2p/go-libp2p/tree/master/dashboards) directory.

Expand Down
Loading

0 comments on commit f7bf9d8

Please sign in to comment.