Eugene Krapivin

Results 13 issues of Eugene Krapivin

Hey, Is there any planned integration with the new [System.Diagnostics.Metrics](https://docs.microsoft.com/en-us/dotnet/core/diagnostics/compare-metric-apis#systemdiagnosticsmetrics) package, or is this considered a competing implementation? Thanks, Eugene.

Hello (again) I'm noticing some of empty metrics are sent to my telegraf instance ``` transport_infra__journey_total_time,app=PreProcessService,application_id=d9f7b214,business_unit_id=cf1b971b,data_event_Id=383d374f,dc=eu5,env=st1,host=eu5b-st-nmd-s1,mtype=histogram,region=eu5,service=PreProcessService,tenant_id=rnd,topic=PreProcessBus,unit=event,workspace_id=4_7zBcm-N5vmUtQEKaRkofXg,zone=eu5 samples=0i,last=6,count.hist=0i,sum=0,min=0,max=0,mean=0,median=0,stddev=0,p999=0,p99=0,p98=0,p95=0,p75=0 1596974095959964300 transport_infra__journey_total_time,app=PreProcessService,application_id=5d7bbd15,business_unit_id=da26f5d0,data_event_Id=741e31fc,dc=eu5,env=st1,host=eu5b-st-nmd-s1,mtype=histogram,region=eu5,service=PreProcessService,tenant_id=rnd,topic=PreProcessBus,unit=event,workspace_id=4_7F7cmdsBb4Ww0JwmJ83HnQ,zone=eu5 samples=0i,last=37,count.hist=0i,sum=0,min=0,max=0,mean=0,median=0,stddev=0,p999=0,p99=0,p98=0,p95=0,p75=0 1596974095959964300 transport_infra__journey_total_time,app=PreProcessService,application_id=323fb21c,business_unit_id=9ea13002,data_event_Id=ea17ef19,dc=eu5,env=st1,host=eu5b-st-nmd-s1,mtype=histogram,region=eu5,service=PreProcessService,tenant_id=rnd,topic=PreProcessBus,unit=event,workspace_id=4_4VmljW-bM1RqxRCeAtk1NA,zone=eu5 samples=0i,last=5,count.hist=0i,sum=0,min=0,max=0,mean=0,median=0,stddev=0,p999=0,p99=0,p98=0,p95=0,p75=0 1596974095959964300 transport_infra__journey_total_time,app=PreProcessService,application_id=e12095d8,business_unit_id=991e3913,data_event_Id=3183131b,dc=eu5,env=st1,host=eu5b-st-nmd-s1,mtype=histogram,region=eu5,service=PreProcessService,tenant_id=rnd,topic=PreProcessBus,unit=event,workspace_id=4_3chI4vuVGw50igDsiRlELA,zone=eu5 samples=0i,last=16,count.hist=0i,sum=0,min=0,max=0,mean=0,median=0,stddev=0,p999=0,p99=0,p98=0,p95=0,p75=0 1596974095959964300 transport_infra__journey_total_time,app=PreProcessService,application_id=aade085e,business_unit_id=cd2ed98b,data_event_Id=74e2834d,dc=eu5,env=st1,host=eu5b-st-nmd-s1,mtype=histogram,region=eu5,service=PreProcessService,tenant_id=rnd,topic=PreProcessBus,unit=event,workspace_id=4_1guD-gamWYrLuXCNBmaw2A,zone=eu5 samples=0i,last=7,count.hist=0i,sum=0,min=0,max=0,mean=0,median=0,stddev=0,p999=0,p99=0,p98=0,p95=0,p75=0 1596974095959964300...

## 🚀 Feature Requests There is a [feature in review](https://github.com/NuGet/Home/wiki/Centrally-managing-NuGet-package-versions) in for `nuget` which allows managing packages in a centralized manner using a `Directory.Packages.Props` file. ### Contextualize the feature This...

wontfix

Hey guys! We are using json.net schema for schema validation of incoming data (customer data). Sometimes we want to normalize some string fields: a. trim white spaces b. remove punctuation...

Hey, I've been noticing lately some errors like: ``` Unable to cast object of type 'System.String' to type 'System.Collections.Generic.Dictionary`2[System.String,System.Object]'. at Orleans.Streams.Kafka.Core.OrleansCodeGenOrleans_Streams_Kafka_Core_KafkaBatchContainerSerializer.Deserializer(Type expected, IDeserializationContext context) at Orleans.Serialization.SerializationManager.DeserializeInner[TContext,TReader](SerializationManager sm, Type expected, TContext...

Hey! We're using this library in a mode where multiple Orleans clusters (different services) publish events to a single topic. However, they themselves aren't subscribing on streams. Meaning, those clusters...

Since many projects have not yet moved to netstandard2.1, it is desirable to make this library a bit more friendly to those projects, leaving them an easy way to move...

Current implementation is a bit rough when reading it, and trying to follow since it have a lot of event raising/handlining nuances. Microsoft has released a package to support various...

It is very useful to support [IDistributedCache](https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.caching.distributed.idistributedcache?view=dotnet-plat-ext-5.0) so that this client is usable in common places where `IDistributedCache` could be used, for instance [ASP.net](https://docs.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-5.0) and [Polly caching](https://github.com/App-vNext/Polly.Caching.IDistributedCache)

all tests seem to pass (inside Github CodeSpaces) for net6 and net7 #25