Xabaril / Esquio

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

Design Measure / Tracking API #11

Closed unaizorrilla closed 5 years ago

unaizorrilla commented 5 years ago

We need to design measure / tracking feature toggle execution API in order to get statistics about feature / toggle activations.

unaizorrilla commented 5 years ago

A this moment we have a DiagnosticListener to observe different Esquio events, probably we can use this extensibility point to add information into the TelemetryClient using Processors or something like that. @lfraile , can you take a look on this issue?

unaizorrilla commented 5 years ago

up @lfraile