Skip to content
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

Add sdk/pkg/tools/pprof #1654

Merged

Conversation

Ex4amp1e
Copy link
Contributor

@Ex4amp1e Ex4amp1e commented Aug 8, 2024

Description

Add sdk/pkg/tools/pprof

Issue link

networkservicemesh/deployments-k8s#12045

How Has This Been Tested?

  • Added unit testing to cover
  • Tested manually
  • Tested by integration testing
  • Have not tested

Types of changes

  • Bug fix
  • New functionality
  • Documentation
  • Refactoring
  • CI

Signed-off-by: Vladislav Byrgazov <[email protected]>
@Ex4amp1e Ex4amp1e marked this pull request as draft August 8, 2024 09:24
)

// Init - configures pprof http handlers
func Init(ctx context.Context, port string) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
func Init(ctx context.Context, port string) {
func Init(ctx context.Context, port uint16) {

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Signed-off-by: Vladislav Byrgazov <[email protected]>
@Ex4amp1e Ex4amp1e marked this pull request as ready for review August 8, 2024 10:59
@Ex4amp1e Ex4amp1e requested a review from NikitaSkrynnik August 8, 2024 11:05
@denis-tingaikin denis-tingaikin merged commit ce2c8f5 into networkservicemesh:main Aug 8, 2024
15 checks passed
nsmbot pushed a commit to networkservicemesh/cmd-csi-driver that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-cluster-info-k8s that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-map-ip-k8s that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsc-init that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-admission-webhook-k8s that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-remote-vlan that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/sdk-kernel that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-ipam-vl3 that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-dashboard-backend that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-memory that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-proxy-dns that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsmgr that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/sdk-k8s that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nsmgr-proxy that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-vfio that referenced this pull request Aug 8, 2024
…k@main

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/sdk-k8s that referenced this pull request Aug 8, 2024
…k@main (#515)

PR link: networkservicemesh/sdk#1654

Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
  - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof



* Address review comments



---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-admission-webhook-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-exclude-prefixes-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-ovs that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-registry-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-sriov that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-forwarder-vpp that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/cmd-nse-supplier-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-admission-webhook-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main (#445)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-registry-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main (#469)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-exclude-prefixes-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main (#304)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-forwarder-sriov that referenced this pull request Aug 8, 2024
…k-k8s@main (#754)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-admission-webhook-k8s@main

PR link: networkservicemesh/cmd-admission-webhook-k8s#445

Commit: 67ffe44
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:29 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#445)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-exclude-prefixes-k8s@main

PR link: networkservicemesh/cmd-exclude-prefixes-k8s#304

Commit: be019c3
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:37 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#304)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-registry-k8s@main

PR link: networkservicemesh/cmd-registry-k8s#469

Commit: eaa1647
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:37 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#469)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-forwarder-sriov@main

PR link: networkservicemesh/cmd-forwarder-sriov#754

Commit: 310484b
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:43 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#754)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-nse-supplier-k8s that referenced this pull request Aug 8, 2024
…k-k8s@main (#340)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/cmd-forwarder-ovs that referenced this pull request Aug 8, 2024
…k-k8s@main (#394)

PR link: networkservicemesh/sdk-k8s#515

Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
    - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-nse-supplier-k8s@main

PR link: networkservicemesh/cmd-nse-supplier-k8s#340

Commit: f8ac83a
Author: Network Service Mesh Bot
Date: 2024-08-08 09:50:12 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#340)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-forwarder-ovs@main

PR link: networkservicemesh/cmd-forwarder-ovs#394

Commit: f312d37
Author: Network Service Mesh Bot
Date: 2024-08-08 09:50:14 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#394)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-admission-webhook-k8s@main (#12145)

PR link: networkservicemesh/cmd-admission-webhook-k8s#445

Commit: 67ffe44
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:29 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#445)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-registry-k8s@main (#12053)

PR link: networkservicemesh/cmd-registry-k8s#469

Commit: eaa1647
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:37 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#469)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-forwarder-sriov@main (#12163)

PR link: networkservicemesh/cmd-forwarder-sriov#754

Commit: 310484b
Author: Network Service Mesh Bot
Date: 2024-08-08 09:49:43 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#754)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
nsmbot added a commit to networkservicemesh/deployments-k8s that referenced this pull request Aug 8, 2024
…d-forwarder-ovs@main (#12168)

PR link: networkservicemesh/cmd-forwarder-ovs#394

Commit: f312d37
Author: Network Service Mesh Bot
Date: 2024-08-08 09:50:14 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main (#394)
PR link: networkservicemesh/sdk-k8s#515
Commit: 8fb8c88
Author: Network Service Mesh Bot
Date: 2024-08-08 09:46:02 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#515)
PR link: networkservicemesh/sdk#1654
Commit: ce2c8f5
Author: Vladislav Byrgazov
Date: 2024-08-08 16:34:33 +0500
Message:
        - Add sdk/pkg/tools/pprof (#1654)
* Add sdk/pkg/tools/pprof
* Address review comments
---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
)

// Init - configures pprof http handlers
func Init(ctx context.Context, port uint16) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Init -> ListenAndServe
port -> listenOn url.Url

@Ex4amp1e Ex4amp1e mentioned this pull request Aug 12, 2024
9 tasks
denis-tingaikin pushed a commit that referenced this pull request Sep 17, 2024
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Co-authored-by: Vladislav Byrgazov <[email protected]>
denis-tingaikin pushed a commit that referenced this pull request Sep 17, 2024
* Add sdk/pkg/tools/pprof

Signed-off-by: Vladislav Byrgazov <[email protected]>

* Address review comments

Signed-off-by: Vladislav Byrgazov <[email protected]>

---------

Signed-off-by: Vladislav Byrgazov <[email protected]>
Co-authored-by: Vladislav Byrgazov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants