ElectricVampire

Results 16 comments of ElectricVampire

I am using Serilog for logging - I enrich all the logs with TraceID and SpanID of Http Request. I am using Prometheus.NET to collect metrics. How do I leverage...

@RehanSaeed : Thanks for reply, >If you have ID's that you want to relate to a trace, you can add them easily as attributes. But in that case it won't...

I am having exact same issue, getting warning for duplicate tag "peer.service". @SVronskiy Can we mark this as bug rather than question. I just want to get rid of warning...

@cijothomas Any trace going to DB or another API will show the warning of duplicate peer.service tag on jaeger UI if we use Zipkin exporter with http(s) endpoint on 9411...

@luizhlelis it works with JaegerExporter but jaegerExporter has limitation that it doesn't support Http or grpc(https://github.com/open-telemetry/opentelemetry-dotnet/issues/2054) hence using ZipkinExporter which does support Http. Jaeger has a port open for Zipkin...

Please release new version of EntityFrameworkCore package.

@ashishdhingra "Changing any default behavior (for example changing setter for [S3ObjectEntity.Key](https://github.com/aws/aws-sdk-net/blob/ac600c168cbbfac23d5f2590e9b3b2eb8dbb7a8f/sdk/src/Services/S3/Custom/Util/S3EventNotification.cs#L189) property to automatically URL Decode the value) could potentially break existing customers." If someone has a key which contains...

@MaherJendoubi Inshort to enable AD based auth, currently we have one userId/password which is used across all connection string across all apps. Different userId for diff env.In prod things are...

@alexkeh I was able to connect to my Oracle DB using Kerberos auth in .net core in latest version of https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/. It was accidental discovery for me as we were...

@luboid : If you are using EfCore - https://github.com/open-telemetry/opentelemetry-dotnet-contrib this repo has a nuget which can help