Commit 9698245
authored
chore(server): count calls to GitHub for static resources as metric (#2166)
Part of
#2160.
Thanks to this, we'll be able to assess the load on GitHub, and perhaps
come up with reasons why the server has been unstable.
This PR only deals with static resources. Fetching versions via API will
be covered in another PR.1 parent 87b5ebc commit 9698245
1 file changed
Lines changed: 15 additions & 1 deletion
File tree
- jit-binding-server/src/main/kotlin/io/github/typesafegithub/workflows/jitbindingserver
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
70 | 84 | | |
71 | 85 | | |
72 | 86 | | |
| |||
0 commit comments