Xabaril/Esquio

Load metrics

ismailmayat opened this issue · 1 comments

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

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 !