- Notifications
You must be signed in to change notification settings - Fork1k
Commita25d856
authored
chore: add usage tracking package (#19095)
Not used in coderd yet, see stack.Adds two new packages:- `coderd/usage`: provides an interface for the "Collector" as well as a stub implementation for AGPL- `enterprise/coderd/usage`: provides an interface for the "Publisher" as well as a Tallyman implementationRelates tocoder/internal#8141 parente92af2b commita25d856
File tree
36 files changed
+2069
-17
lines changed- coderd
- apidoc
- database
- dbauthz
- dbmetrics
- dbmock
- migrations
- testdata/fixtures
- queries
- pproflabel
- rbac
- policy
- usage
- codersdk
- docs/reference/api
- enterprise/coderd
- coderdenttest
- license
- usage
- site/src/api
36 files changed
+2069
-17
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| |||
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + |
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
512 | 531 |
| |
513 | 532 |
| |
514 | 533 |
| |
| |||
579 | 598 |
| |
580 | 599 |
| |
581 | 600 |
| |
| 601 | + | |
| 602 | + | |
582 | 603 |
| |
583 | 604 |
| |
584 | 605 |
| |
585 | 606 |
| |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
586 | 613 |
| |
587 | 614 |
| |
588 | 615 |
| |
| |||
3951 | 3978 |
| |
3952 | 3979 |
| |
3953 | 3980 |
| |
| 3981 | + | |
| 3982 | + | |
| 3983 | + | |
| 3984 | + | |
| 3985 | + | |
| 3986 | + | |
| 3987 | + | |
3954 | 3988 |
| |
3955 | 3989 |
| |
3956 | 3990 |
| |
| |||
4306 | 4340 |
| |
4307 | 4341 |
| |
4308 | 4342 |
| |
| 4343 | + | |
| 4344 | + | |
| 4345 | + | |
| 4346 | + | |
| 4347 | + | |
| 4348 | + | |
| 4349 | + | |
| 4350 | + | |
4309 | 4351 |
| |
4310 | 4352 |
| |
4311 | 4353 |
| |
| |||
4787 | 4829 |
| |
4788 | 4830 |
| |
4789 | 4831 |
| |
| 4832 | + | |
| 4833 | + | |
| 4834 | + | |
| 4835 | + | |
| 4836 | + | |
| 4837 | + | |
| 4838 | + | |
4790 | 4839 |
| |
4791 | 4840 |
| |
4792 | 4841 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5666 | 5666 |
| |
5667 | 5667 |
| |
5668 | 5668 |
| |
| 5669 | + | |
| 5670 | + | |
| 5671 | + | |
| 5672 | + | |
| 5673 | + | |
| 5674 | + | |
| 5675 | + | |
| 5676 | + | |
| 5677 | + | |
| 5678 | + | |
| 5679 | + | |
| 5680 | + | |
| 5681 | + | |
| 5682 | + | |
| 5683 | + | |
| 5684 | + | |
| 5685 | + | |
| 5686 | + | |
| 5687 | + | |
| 5688 | + | |
| 5689 | + | |
| 5690 | + | |
| 5691 | + | |
| 5692 | + | |
| 5693 | + | |
| 5694 | + | |
| 5695 | + | |
| 5696 | + | |
| 5697 | + | |
| 5698 | + | |
| 5699 | + |
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
0 commit comments
Comments
(0)