Fausto David Suarez Rosario

Results 15 comments of Fausto David Suarez Rosario

I was thinking maybe we could add a flag in the `OtlpExporterOptions` and use it to enable the client-side load balancing here: https://github.com/open-telemetry/opentelemetry-dotnet/blob/e7f06afd51489e3047f167d9b7362aba512508c0/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/OtlpExporterOptionsExtensions.cs#L45

thanks @sgryphon , yes, you are right. I will change the issue name.

Hey @daniel-anova, thanks for reporting. Can you please check that you can download version `0.25.0`? https://artifacthub.io/packages/helm/grafana/tempo-distributed

Indeed, version `0.24.1` was not released. The pipeline didn't detect changes, if it happens again, we will need to check the chart-releaser. https://github.com/grafana/helm-charts/runs/7937744619?check_suite_focus=true

> Thank you for this fix. I've been wanting to do it for awhile, but haven't found the time. > > There is also a file we use for a...

Suppose I get a green light to implement this feature. I wonder what would be the best approach. We could create a new metrics processor that can allow us to...

I like how looks the configuration that you are proposing, is clean and without breaking changes. > I'm concerned about the active series this could generate, but this is something...

Good points, what I was trying to do is to get the latencies of the events from the first picture. But, indeed, not all span events might make sense to...

What do you think of having filters a bit similar to the OpenTelemetry Collector but just for the metrics processors? https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/internal/coreinternal/processor/filterspan/filterspan.go It will allow multiple **includes** or **excludes** filters that...

> this lgtm. to be clear i'm not sure that `parquet-column-idx` and `parquet-offset-idx` function correctly. i thought i removed them from the tempo docs, but it seems they are still...