{"id":19272236,"url":"https://github.com/backstage/tempo","last_synced_at":"2025-06-10T16:10:42.712Z","repository":{"id":38314779,"uuid":"471425427","full_name":"backstage/tempo","owner":"backstage","description":"Repo for collecting and storing open source metrics. ","archived":false,"fork":false,"pushed_at":"2023-05-05T19:39:26.000Z","size":465,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-04T21:28:55.283Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/backstage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-03-18T15:42:33.000Z","updated_at":"2023-10-06T10:19:26.000Z","dependencies_parsed_at":"2024-11-09T20:36:03.583Z","dependency_job_id":null,"html_url":"https://github.com/backstage/tempo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backstage%2Ftempo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backstage%2Ftempo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backstage%2Ftempo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backstage%2Ftempo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/backstage","download_url":"https://codeload.github.com/backstage/tempo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/backstage%2Ftempo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259106723,"owners_count":22805941,"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-11-09T20:35:58.558Z","updated_at":"2025-06-10T16:10:42.693Z","avatar_url":"https://github.com/backstage.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tempo\n\nRepo for collecting and storing open source metrics.\n\n## Scripts\n\n### `$ yarn generate`\n\nGenerates the metrics for the entire Backstage org.\n\n#### Args\n\n- `--withAdopterList` - Fetches and processes the adopter list\n- `--withMetrics` - Fetches and processes pull request and issue metrics\n- `--commitChange` - Commits the metric changes back to the repo, when omitted it runs in a dryrun mode.\n\n## Shape of [metrics.json](./metrics.json)\n\n```ts\n{\n    /**\n     * List of the adopters taken from then\n     * backstage/backstage/ADOPTERS.md file\n     */\n    namesOfAdopters: string[];\n    /**\n     * List of contributors that have either\n     * submitted a pull request or opened\n     * an issue.\n     */\n    namesOfContributors: string[];\n    /**\n     * List of new contributors that have either\n     * submitted a pull request or opened\n     * an issue.\n     */\n    namesOfContributorsNew: string[];\n    /**\n     * Number of pull requests in the last\n     * month\n     */\n    numberOfPullRequestNew: number;\n    /**\n     * p50 number of new pull requests\n     * submitted every week\n     */\n    p50NumberOfPullsPerWeek: number;\n    /**\n     * p50 number of new contributors\n     * every week.\n     */\n    p50NumberOfNewContributorsPerWeek: number;\n    /**\n     * p50 of the time pull requests in the\n     * last 30 days have been opened to the\n     * time they were closed.\n     */\n    p50SecondsToClosePulls: number;\n    /**\n     * p50 of the time issues in the\n     * last 30 days have been opened to the\n     * time they were closed.\n     */\n    p50SecondsToCloseIssues: number;\n    /**\n     * mean number of new pull requests\n     * submitted every week\n     */\n    meanNumberOfPullsPerWeek: number;\n    /**\n     * mean number of new contributors\n     * every week.\n     */\n    meanNumberOfNewContributorsPerWeek: number;\n    /**\n     * mean of the time pull requests in the\n     * last 30 days have been opened to the\n     * time they were closed.\n     */\n    meanSecondsToClosePulls: number;\n    /**\n     * mean of the time issues in the\n     * last 30 days have been opened to the\n     * time they were closed.\n     */\n    meanSecondsToCloseIssues: number;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackstage%2Ftempo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbackstage%2Ftempo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbackstage%2Ftempo/lists"}