-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router: fix prometheus metrics high cardinality issue (#789)
* router: fix prometheus metrics high cardinality issue Closes #448 Refers to [CVE(internal)](https://github.com/helm/chartmuseum/security/advisories/GHSA-67g5-8r7h-h9qv) Signed-off-by: scbizu <[email protected]> * mod: bump Signed-off-by: scbizu <[email protected]> * ci: build PR workflow bumps to Go 1.23 Signed-off-by: scbizu <[email protected]> * server: fixup tests Signed-off-by: scbizu <[email protected]> * router: move prometheus middleware inside CM * deprecate the external dependency of go-gin-prometheus * use zap logger(cm) replace of logrus logger(go-gin-prometheus) for better investigation Signed-off-by: scbizu <[email protected]> --------- Signed-off-by: scbizu <[email protected]>
- Loading branch information
Showing
7 changed files
with
550 additions
and
107 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
Oops, something went wrong.