Xabaril / Esquio

Esquio is a Feature Toggle Library for .NET Developers.
Apache License 2.0
428 stars 49 forks source link

Load metrics #199

Closed ismailmayat closed 2 years ago

ismailmayat commented 2 years ago

Not really an issue more a question. Do you have any metrics on load that esquio can handle when requesting a feature toggle? Are you aware of any heavy load usages in production out in the wild? We currently make use of Launch darkly and its getting pricey.

Esquio looks amazing and does everything we need. Just need some metrics if available

unaizorrilla commented 2 years ago

Hi @ismailmayat

Yes, we have different counters that you can use to meassure performance and how Esquio is working! Diagnostics are covered on readthedocs, basically you can use dotnet counters with Esquio category.

The collection of counters is defined on

https://github.com/Xabaril/Esquio/blob/master/src/Esquio/Diagnostics/EsquioEventSource.cs

if you have more questions let me know !