{"id":40864835,"url":"https://github.com/upwork/phystrix-dashboard","last_synced_at":"2026-01-22T00:16:35.884Z","repository":{"id":19038724,"uuid":"22263419","full_name":"upwork/phystrix-dashboard","owner":"upwork","description":"Hystrix dashboard support for Phystrix","archived":false,"fork":false,"pushed_at":"2017-11-19T06:23:59.000Z","size":18,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-01-15T08:08:18.373Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/upwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-25T16:33:06.000Z","updated_at":"2023-04-28T00:30:46.000Z","dependencies_parsed_at":"2022-07-12T23:50:35.257Z","dependency_job_id":null,"html_url":"https://github.com/upwork/phystrix-dashboard","commit_stats":null,"previous_names":["odesk/phystrix-dashboard"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/upwork/phystrix-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upwork%2Fphystrix-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upwork%2Fphystrix-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upwork%2Fphystrix-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upwork%2Fphystrix-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/upwork","download_url":"https://codeload.github.com/upwork/phystrix-dashboard/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/upwork%2Fphystrix-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28647916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-22T00:16:35.801Z","updated_at":"2026-01-22T00:16:35.875Z","avatar_url":"https://github.com/upwork.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"### About\n\n[Hystrix Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard) provides instant insight into your application metrics.\n\n*phystrix-dashboard* implements `text/event-stream` emitting server compatible with Hystrix Dashboard and lets you see stats for all Phystrix commands being executed on the machine.\n\n### Installation and requirements\n\n1. The pre-requirement is to have [Hystrix Dashboard](https://github.com/Netflix/Hystrix/wiki/Dashboard) installed and running. Read about installation and configuration in [Hystrix Dashboard Wiki](https://github.com/Netflix/Hystrix/wiki/Dashboard).\n2. Run `composer require odesk/phystrix-dashboard` to download the source code.\n3. Prepare a PHP file, to make use of phystrix-dashboard:\n\n        // Composer built-in autoloader is used for event streaming endpoint\n        include_once __DIR__ . '/../vendor/autoload.php';\n\n        // $config is the same configuration you use for Odesk\\Phystrix\\CommandFactory in your application\n        $config = new Zend\\Config\\Config(array(/* ... */));\n        $metricsPoller = new \\Odesk\\PhystrixDashboard\\MetricsEventStream\\ApcMetricsPoller($config);\n        $metricsServer = new \\Odesk\\PhystrixDashboard\\MetricsEventStream\\MetricsServer($metricsPoller);\n        $metricsServer-\u003erun();\n\n4. Serve this with a web server of your choice.\n5. Point Hystrix Dashboard UI to this endpoint\n\n### Limitations and known problems\n\n* Due to a problem in Hystrix Dashboard's UI javascript, you cannot use backslash \"\\\\\" in command keys.\n\n### License\n\nCopyright 2013-2014 oDesk Corporation. All Rights Reserved.\n\nphystrix-dashboard is licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupwork%2Fphystrix-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fupwork%2Fphystrix-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fupwork%2Fphystrix-dashboard/lists"}