Skip to content
This repository was archived by the owner on Jun 23, 2025. It is now read-only.
This repository was archived by the owner on Jun 23, 2025. It is now read-only.

[feature request] Introducing debug APIs #1660

@Avish34

Description

@Avish34

Hi @arpitbbhayani @JyotinderSingh ,

I have a suggestion to improve the user's ability to debug issues while using this engine. Go offers a powerful tool called pprof, which can visualize various segments such as heap, goroutines, mutexes, and more. This tool is invaluable for analysing performance, understanding scalability, and diagnosing issues effectively.

Pros:
Integrating pprof into the codebase would provide significant benefits. It allows developers to pinpoint performance bottlenecks and resource leaks efficiently, ultimately improving the system's reliability and maintainability. Additionally, its visualisation capabilities make complex data easier to interpret, enabling faster debugging and optimisation.

Tool:
https://pkg.go.dev/net/http/pprof

I would like to implement this feature if you agree there is a need for it. Please let me know your thoughts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions