Skip to content

Github organization OSS metrics collector and metrics dashboard

License

Notifications You must be signed in to change notification settings

Netflix/osstracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ccbe617 · Feb 20, 2018
Feb 8, 2016
Nov 28, 2017
Jan 18, 2018
Nov 28, 2017
Feb 20, 2018
Feb 18, 2018
Feb 18, 2018
Jan 17, 2017
Feb 8, 2016
Feb 8, 2016
Feb 9, 2016
Feb 10, 2016
Feb 14, 2018
Aug 13, 2016
Aug 15, 2016
Jan 16, 2018
Jul 16, 2016
Feb 8, 2016
Feb 8, 2016
Feb 8, 2016
Jun 26, 2016

Repository files navigation

OSS Tracker

Build Status NetflixOSS Lifecycle

OSS Tracker is an application that collects information about a Github organization and aggregates the data across all projects within that organization into a single user interface to be used by various roles within the owning organization.

For the community manager, all repositories are listed and metrics are combined for the organization as a whole. A community manager can also organize projects into functional areas and appoint shepherds of these areas to assign management and engineering leads.

The shepherds of each functional area can not only assign and maintain leads for each project, but also view aggregated metrics for their area.

For individual owners, the OSS tracker gives a daily summary as well as historical information on key repository metrics such as open issues and pull requests, days since last commit, and average time to resolve issues and pull requests.

OSS Tracker works by running multiple analysis jobs as part of osstracer-scraper periodically. These jobs populate a project ownership database as well as a time series project statistics database. OSS Tracker then exposes a web application (osstracker-console) that gives visibility into these databases as well as access to control ownership and categorization of each project. In order to decrease the need for advanced visualization, much of the time series data graphing leverages kibana on top of elasticsearch.

More Info

You can see more about OSS Tracker from our meetup video and slides.

Deployment

For a sample deployment of the OSS Tracker using Terraform + Ansible, you can refer to this project.

Apache 2.0

LICENSE

Copyright 2016 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.