Juan Calderon-Perez

Results 1417 comments of Juan Calderon-Perez

Would be nice to have a Golang SDK

It would have to be https://github.com/aidantwoods/go-paseto the other libs seem to be abandoned

@bangbaew Is the rust version also running inside Docker?

Found the issue. We are using the ClientIP from the context here: https://github.com/gofiber/contrib/blob/main/otelfiber/semconv.go#L59 We need to add support for `X-Forwarded-For`. Related issue: https://github.com/open-telemetry/opentelemetry-go/issues/2282 I do think this should probably be...

> > @bangbaew Is the rust version also running inside Docker? > > It's running inside a container, same network as the Gofiber app. This is the Rust library i...

We can probably solve this by using this: https://docs.gofiber.io/api/ctx#ips

> > > > @bangbaew Is the rust version also running inside Docker? > > > > > > > > > It's running inside a container, same network as...

> https://github.com/gofiber/contrib/blob/bae3c8cc2db1c8cfcf747203af34f0ffa6a96bd9/otelfiber/semconv.go#L59-L62 > > https://github.com/gofiber/fiber/blob/634f163e3f6292e658e61d0dd9e3c475d87b5d54/ctx.go#L699-L701 > > https://docs.gofiber.io/next/api/fiber#config ![image](https://user-images.githubusercontent.com/7063188/224712866-2b6efe52-e7f7-461c-853a-73b234e3323c.png) > > did you configure this header ? otherwise the fiber app can not determine the real ip > > @gaby...

@bangbaew opentelemetry says they only take the first value. Has that been the case for you after adding the header?

@mstrYoda Any idea what may be causing this?