-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Moving pprof endpoint to an internal port, i.e. metrics port #1594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aryanmehrotra
merged 10 commits into
gofr-dev:development
from
coolwednesday:pprof-server
Mar 24, 2025
Merged
Moving pprof endpoint to an internal port, i.e. metrics port #1594
aryanmehrotra
merged 10 commits into
gofr-dev:development
from
coolwednesday:pprof-server
Mar 24, 2025
Conversation
This file contains hidden or 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
Umang01-hash
previously approved these changes
Mar 24, 2025
aryanmehrotra
requested changes
Mar 24, 2025
aryanmehrotra
approved these changes
Mar 24, 2025
Umang01-hash
added a commit
that referenced
this pull request
Mar 25, 2025
* Bump github.com/redis/go-redis/v9 in the go_modules group (#1593) * Bump github.com/redis/go-redis/v9 (#1592) * Bump github.com/golang-jwt/jwt/v5 in the go_modules group (#1596) * Bump github.com/golang-jwt/jwt/v5 (#1597) * Moving pprof endpoint to metrics port (#1594) * Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#1606) * Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.1 (#1603) * Bump google.golang.org/api from 0.226.0 to 0.227.0 (#1602) * Bump modernc.org/sqlite from 1.36.1 to 1.36.2 (#1604) * Bump github.com/redis/go-redis/extra/redisotel/v9 from 9.7.1 to 9.7.3 (#1605) * Add migrations for surreal DB(#1591) * add metrics for surrealDB (#1600) * update linter to v1.64.0 (#1607) * update and test linter v1.64 * remove unwanted code --------- Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com> * Adding Verification for JWT Claims (#1580) Co-authored-by: Umang Mundhra <mundhraumang.02@gmail.com> Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com> Co-authored-by: @ccoVeille <3875889+ccoVeille@users.noreply.github.com> * Fix: Dockerfile to deploy website build fail (#1609) * update release version to v1.36.0 --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Divya Darshana <98943137+coolwednesday@users.noreply.github.com> Co-authored-by: Aryan Mehrotra <aryanmehrotra2000@gmail.com> Co-authored-by: @ccoVeille <3875889+ccoVeille@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request Template
Description:
/debug/*
...METRICS_PORT=2121
and we run the http-server example in GoFr examples and hit/trace
endpoint then,Checklist:
goimport
andgolangci-lint
.Thank you for your contribution!