Eugene Krapivin

Results 32 comments of Eugene Krapivin

This package seems to have been long deserted unfortunately. On Fri, Jan 7, 2022, 02:04 David W. Gray ***@***.***> wrote: > @EugeneKrapivin @enyim > Can you let me know if...

@dwgray if you are looking for a supported library then unfortunately it looks that you are out of luck in case of Memcache. You could get this code and build/publish...

actually we have something resembling, we have some high cardinality metrics, however they are not reported constantly. At times there are series that keep reporting 0s (or infinetly decreasing values)...

I don't see a way to return multiple types (unknown) types from the method, only if we return an `object` which the user should be able to safely cast to...

@DenisDoroshko hey, I'm not longer pursuing the matter :) but thanks for the reference. I'll keep it in mind next time I'll need to work with memcache

I would suggest adding DependaBot to keep the few dependencies up to date, and maybe some workflows for PR builds and testing, master branch build, test and publish to nuget....

@jstedfast it doesn't require any external dependency. In-order to implement tracing and metrics in dotnet you use constructs from dotnet, namely `System.Diagnostics.Metrics` and `System.Diagnostics.ActivitySource`.

@jstedfast To get the library instrumented (tracing, metrics, logs) you don't have to use any external dependencies as the maintainer of this library. The users of your library, if they...