Matthew Plachter
Matthew Plachter
@jpkrohling the issue is actually newer to newer. Sorry for the confusion. It works well from 0.37.0 and 0.40.0 to 0.42.0 but not 0.42.0 to 0.42.0 over otlp.
I'm trying to get this to work (by work i mean duplicate the warn) in isolation at the moment. It could actually be something from the `contrib` and not related...
@jpkrohling You're correct. I jumped the gun. This is actually from the jaeger and not anything to do with `otlp`. We can close this as this relates to. https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/7410
I can confirm it is indeed the `k8s` service load balancer. This was installed using the `otel` helm charts (Modified a little bit, but nothing to crazy in the service\endpoint...
@jpkrohling so currently there is no way to disable `health_checks` in AKS (Azure's managed K8s). Maybe the setting that was toggled on for the GRPC logging can be a config...
@jpkrohling any chance for the above to be possible?
@jpkrohling sounds good no worries. Also there is no way to make it do http to the healthcheck endpoint instead of testing the gRPC ports. This is a limitation with...
Thanks David. So it seems that EventHubs don't actually keep track of the Offsets per ConsumerGroup per Partition? It seems to be offloaded to some type of CheckPointer with the...
So the biggest thing is when i try to get a list of Groups back from the Broker (IE Azure Event Hub URI) it returns a nil map of Groups......
Here is an example using Sarma ``` c, err := sarama.NewClient([]string{"localhost:9092"}, getConfig()) if err != nil { panic(err) } // Lets fresh metaData err = c.RefreshMetadata() if err != nil...