docs/release-notes: add entry for gRPC perf flag

This commit is contained in:
Olaoluwa Osuntokun 2022-02-01 15:57:53 -08:00
parent 10c5d6c0bd
commit 1fd8a78537
No known key found for this signature in database
GPG Key ID: 3BBD59E99B280306

View File

@ -67,6 +67,11 @@
* Improved instructions on [how to build lnd for mobile](https://github.com/lightningnetwork/lnd/pull/6085).
* [Log force-close related messages on "info" level](https://github.com/lightningnetwork/lnd/pull/6124).
## Monitoring
A new [flag (`--prometheus.perfhistograms`) has been added to enable export of
gRPC performance metrics (latency to process `GetInfo`, etc)](https://github.com/lightningnetwork/lnd/pull/6224).
## Code Health
### Code cleanup, refactor, typo fixes
@ -92,6 +97,7 @@
* Liviu
* mateuszmp
* Naveen Srinivasan
* Olaoluwa Osuntokun
* randymcmillan
* Rong Ou
* Thebora Kompanioni