GithubHelp home page GithubHelp logo

Comments (7)

pellared avatar pellared commented on August 11, 2024 2

This is incorrect usage of Fiber.

See https://pkg.go.dev/github.com/gofiber/fiber/v2#Ctx.Params

Returned value is only valid within the handler. Do not store any references. Make copies or use the Immutable setting to use the value outside the Handler.

from contrib.

efectn avatar efectn commented on August 11, 2024 1

I think this issue can be moved to contrib repo.

from contrib.

pellared avatar pellared commented on August 11, 2024 1

Sorry I accidently send a comment when I was answering here open-telemetry/opentelemetry-go#4563 😉

Can you share the line you are referring to?

The issue is here: https://github.com/oliverdding/otel-test/blob/1bb67cf571d89d836d20b44f6278ae166a008d6b/cmd/server/main.go#L132-L136

You should make a copy of appID in the handler as the metrics are exported asynchronously.

appID = strings.Clone(appID)
requestCount.Add(c.UserContext(), 1, metric.WithAttributes(attribute.String("app_id", appID)))

from contrib.

oliverdding avatar oliverdding commented on August 11, 2024 1

Oh😢, it's my fault...

Thanks for pointing out @pellared

from contrib.

welcome avatar welcome commented on August 11, 2024

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

from contrib.

oliverdding avatar oliverdding commented on August 11, 2024

@efectn I have reported an related issue there: open-telemetry/opentelemetry-go#4563

from contrib.

ReneWerner87 avatar ReneWerner87 commented on August 11, 2024

This is incorrect usage of Fiber.

See https://pkg.go.dev/github.com/gofiber/fiber/v2#Ctx.Params

Returned value is only valid within the handler. Do not store any references. Make copies or use the Immutable setting to use the value outside the Handler.

Can you share the line you are referring to?

from contrib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.