Fausto David Suarez Rosario

Results 11 issues of Fausto David Suarez Rosario

# Feature Request What do you want to happen instead? What is the expected behavior? Have an optional gRPC client-side load balancing for the otel exporter. https://docs.microsoft.com/en-us/aspnet/core/grpc/loadbalancing?view=aspnetcore-6.0 **Describe alternatives you've...

enhancement
area:exporter:otlp

When using MassTransit 8.0.1 and OpenTelemetry.Instrumentation.Masstransit 1.0.0-beta3 I can't find the traces. To fix it I need to manually add the "MassTransit" source. Example: ```csharp services.AddOpenTelemetrySdk(x => { x.AddMassTransitInstrumentation(); x.AddSource("MassTransit");...

comp:instrumentation.masstransit

**Is your feature request related to a problem? Please describe.** Some instrumentations include span events (logs in tempo UI) with useful information, that we could have metrics on them so...

**What this PR does**: Use snake case on Azure Storage config **Which issue(s) this PR fixes**: Fixes #1879 **Checklist** - [x] Tests updated - [x] Documentation added - [x] `CHANGELOG.md`...

**Is your feature request related to a problem? Please describe.** Azure backend naming convention is with "-" and the other backends are snake case. This might make it tricky when...

Upgrade Tempo to 2.4.0 and use the new multi-cache config. I have assigned the following roles to the memcache: ```yaml - roles: - parquet-footer - parquet-column-idx - parquet-offset-idx - bloom...

When a httpclient request is canceled the metric `http_client_requests_duration_seconds` is not increased. I have set the status code to 0 to match `aspnetcore_requests_duration_seconds`. In the draft PR https://github.com/alexvaluyskiy/prometheus-net-contrib/pull/28 I added...

When using the `HttpClientListenerHandler` and an http request task is canceled either by the user or by a timeout, the call is not registered in the metric.

Update dotnet to version 3.1 and Go to version 1.14.3. Avoid intermediate objects while serializing and deserializing to reduce the heap allocations, and use struct instead of class in the...

We should include documentation indicating when we should use ListPool over List, what is ArrayPool, and Span

documentation