{"id":63529,"library":"ansrivas-fiberprometheus-v2","title":"Fiber Prometheus","description":"Prometheus middleware for the Fiber web framework.","status":"active","version":"2.17.0","language":"go","source_language":null,"source_url":"https://github.com/ansrivas/fiberprometheus","tags":["fiber","prometheus","metrics","middleware"],"install":[{"cmd":"go get github.com/ansrivas/fiberprometheus/v2","lang":"bash","label":"Install github.com/ansrivas/fiberprometheus/v2"}],"dependencies":[],"imports":[{"symbol":"fiberprometheus","correct":"github.com/ansrivas/fiberprometheus/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/gofiber/fiber/v2\"\n\t\"github.com/ansrivas/fiberprometheus/v2\"\n)\n\nfunc main() {\n\tapp := fiber.New()\n\tprometheus := fiberprometheus.New(\"my-service\")\n\tprometheus.RegisterAt(app, \"/metrics\")\n\tapp.Use(prometheus.Middleware)\n\tapp.Get(\"/\", func(c *fiber.Ctx) error {\n\t\treturn c.SendString(\"Hello\")\n\t})\n\tapp.Listen(\":3000\")\n}","lang":"go","description":"Adds Prometheus metrics middleware to a Fiber app."},"warnings":[],"env_vars":null,"search_vec":"'fiber':1,7,10 'framework':9 'metric':12 'middlewar':4,13 'prometheus':2,3,11 'web':8","created_at":"2026-06-17T16:44:53.929489+00:00","updated_at":"2026-06-17T16:44:53.929489+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/ansrivas/fiberprometheus","github":"https://github.com/ansrivas/fiberprometheus","docs":"https://pkg.go.dev/github.com/ansrivas/fiberprometheus/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["observability","web-framework"],"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}}