-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Barebone metrics * revert service name back from r-m-b abbreviation * go mod tidy * gemmer lige changes selvom det ikke helt virker * remove debug code * No changes * Split middlewares & adhere to happy path left * Add metrics middleware to comm. w. release-manager * Add mustRegister metricGithubRatelimitErrors * change metric nameTo github_ratelimit_errors_total * Better github metric help desc * Set Github client logging lvl to debug * Update httpMiddleware.go Co-authored-by: Bjørn <[email protected]> * Update httpMiddleware.go Co-authored-by: Bjørn <[email protected]> * change middleware name * remove unused methods * Add histogram for inbound latency * Edit bucket sizes * Remove unused type * Add duration metrics for outbound http * Chain logger context setup Co-authored-by: Bjørn <[email protected]> * remove comment * Make IP v6 compatible Co-authored-by: Bjørn <[email protected]> * Error handling for listenAndServe Co-authored-by: Bjørn <[email protected]> * Change github_ratelimit_errors_total help desc. Co-authored-by: Bjørn <[email protected]> * import net & strconv * Change name of gauge * remove redundant check * Rename file to http_middleware Co-authored-by: Bjørn <[email protected]>
- Loading branch information
1 parent
b579352
commit 6e9e261
Showing
7 changed files
with
348 additions
and
55 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/.vscode | ||
/release-manager-bot | ||
/dist | ||
/payload.json | ||
/payload.json | ||
header.txt | ||
changeBasePayload.json |
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
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.