Skip to content

Commit df11b13

Browse files
authored
Create usage-count.md
1 parent c6d492f commit df11b13

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

measuring/metrics/usage-count.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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)

0 commit comments

Comments
 (0)