Emre Savcı

Results 60 comments of Emre Savcı

Fixed, data deleted and deduplication api implemented.

Verilerin doğruluğu manuel kontrol edilip düzeltiliyor. Ayrıca uydu verileri ile hasarlı bina lokasyonları bulundu sistemimize dahil edildi harita üzerinde görselleştiriliyor.

> Hey thanks for the suggestion. I am inclined not to do this as you cannot effectively be deterministic about failures through those logs in many cases and it would...

> Hi, > > Could you be more specific about the protocols you would like to see supported in Hubble? It would be very helpful for us to see queries...

Are there any progress on here? Would love to see official arm64 image. Btw @lizrice, I needed to change `https://storage.googleapis.com/golang/go1.20.5.linux-$TARGETARCH` to `https://storage.googleapis.com/golang/go1.21.0.linux-$TARGETARCH` otherwise I got error about go toolchain (go.mod...

Thanks for your pr. Can you please create an issue for error handling and create seperate pr for it? You can reference to that issue in your commit message.

Hi 👋 The middleware actually does context propagation: https://github.com/gofiber/contrib/blob/main/otelfiber/fiber.go#L100 Can you elaborate your issue? Do you have any further info to reproduce to see your requirement?

Can you share screenshots? It should be enough to add otel transport to your http client. I can see in Jaeger that our applications propagates spans.

Are you sure about every service's HTTP clients add open telemetry span in their requests?

Hi, you can not close a hijacked connection in this way. It is basically do nothings. You can just return from the websocket handler function and it closes underlying connection...