{"id":75228,"library":"gofiber-contrib-otelfiber","title":"Fiber OpenTelemetry Middleware","description":"OpenTelemetry instrumentation middleware for the Fiber web framework, enabling tracing of HTTP requests.","status":"active","version":"1.0.10","language":"go","source_language":null,"source_url":"https://github.com/gofiber/contrib","tags":["opentelemetry","fiber","middleware","tracing","observability"],"install":[{"cmd":"go get github.com/gofiber/contrib/otelfiber","lang":"bash","label":"Install github.com/gofiber/contrib/otelfiber"}],"dependencies":[],"imports":[{"symbol":"otelfiber","correct":"github.com/gofiber/contrib/otelfiber"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gofiber/fiber/v2\"\n\t\"github.com/gofiber/contrib/otelfiber\"\n)\n\nfunc main() {\n\tapp := fiber.New()\n\tapp.Use(otelfiber.Middleware())\n\tapp.Get(\"/\", func(c *fiber.Ctx) error {\n\t\treturn c.SendString(\"Hello, World!\")\n\t})\n\tapp.Listen(\":3000\")\n}","lang":"go","description":"Adds OpenTelemetry tracing to all Fiber routes using the otelfiber middleware."},"warnings":[],"env_vars":null,"search_vec":"'enabl':12 'fiber':1,9,18 'framework':11 'http':15 'instrument':5 'middlewar':3,6,19 'observ':21 'opentelemetri':2,4,17 'request':16 'trace':13,20 'web':10","created_at":"2026-06-17T19:14:15.012403+00:00","updated_at":"2026-06-17T19:14:15.012403+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/gofiber/contrib","github":"https://github.com/gofiber/contrib","docs":"https://pkg.go.dev/github.com/gofiber/contrib/otelfiber#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework","observability"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}