File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Usage count
2+
3+ ** Synopsis** : Count how many times the InnerSource project is used.
4+ Gain additional insight by gathering metadata on these usages such as business unit or timeframe.
5+ With this additional metadata we can see how lopsided or even the usage is spread across the company and across time.
6+
7+ ** Scale/UoM** : Ordinal (I think 😆).
8+
9+ ** Interpretation** : Higher absolute usage count is generally better.
10+ Higher diversity of usage across business unit or timeframe is generall better.
11+
12+ ** Measuring**
13+
14+ If the project is an API and requires caller authentication, then read the API logs to determine the list of callers.
15+
16+ If the project is a module (or package), then scan your source control system for files that list out dependencies for a package manager to install.
17+ Here is a list of [ many package managers] ( https://github.com/oss-review-toolkit/ort#analyzer ) .
18+ Look in those dependencies for usage of your InnerSource project.
19+
20+ If the project is a UI and requires login, then read the project logs to determine the list of users.
21+
22+ ## Questions
23+
24+ * [ Who uses the InnerSource project?] ( ../questions/who-uses.md )
You can’t perform that action at this time.
0 commit comments