forked from Jigsaw-Code/outline-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(metrics_server): add support for tunnel time (Jigsaw-Code#1527)
* feat(metrics_server): add support for tunnel time * Add tests. * Update `nodejs` runtime to 18. * Update integration test. * Use seconds instead of ms. * Inline the minimun tunnel time and remove the unnecessary comment. * Add field types to test case names. * Make tunnel time optional. * Add TODO to drop `userId`. * Undo use of gdate. * Make the test reports more realistic with 1 country.
- Loading branch information
Showing
7 changed files
with
170 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
runtime: nodejs16 | ||
runtime: nodejs18 | ||
service: dev | ||
handlers: | ||
- url: /.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
runtime: nodejs16 | ||
runtime: nodejs18 | ||
service: prod | ||
handlers: | ||
- url: /.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.