{"id":15407031,"url":"https://github.com/bih/rack-perf","last_synced_at":"2025-11-08T05:30:39.965Z","repository":{"id":143349160,"uuid":"74139954","full_name":"bih/rack-perf","owner":"bih","description":"Rack timing library for Perf","archived":false,"fork":false,"pushed_at":"2016-11-18T17:23:56.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T01:40:37.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bih.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-18T15:07:24.000Z","updated_at":"2016-11-18T15:07:25.000Z","dependencies_parsed_at":"2023-06-09T13:00:12.757Z","dependency_job_id":null,"html_url":"https://github.com/bih/rack-perf","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"40d21fd66ba8afb4f93b20fb7f5f067b886922c3"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Frack-perf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Frack-perf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Frack-perf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bih%2Frack-perf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bih","download_url":"https://codeload.github.com/bih/rack-perf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239550044,"owners_count":19657538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T16:26:50.081Z","updated_at":"2025-11-08T05:30:39.856Z","avatar_url":"https://github.com/bih.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rack::Perf\n\nThis Rack middleware will time and record status codes from your controllers. It will then send up this timing data\nto Perf's logging infrastructure where metrics and alerts are generated.\n\n## Installation\n\n* Add this line to your application's Gemfile:\n\n    ```ruby\n    gem 'rack-perf'\n    ```\n\n* And then execute:\n    \n    ```bash\n    bundle\n    ```\n\n* In your application.rb file, add the middleware in your application class\n\n    ```ruby\n    module Example\n      class Application \u003c Rails::Application\n        # ADD THIS LINE INTO THE APPROPRIATE MODULE\n        config.middleware.use Rack::Perf, api_key=\"PERF_API_KEY\"\n      end\n    end\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbih%2Frack-perf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbih%2Frack-perf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbih%2Frack-perf/lists"}