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 feature of on-demand Go profiling and easy to enable/disable in aah application #216

Closed
3 tasks done
jeevatkm opened this issue Oct 3, 2018 · 1 comment
Closed
3 tasks done
Assignees
Labels
aah Framework scope feature

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Oct 3, 2018

The goal is to implement on-demand option of enable/disable Go profiling to application insights in the aah application.

  • Implementation
  • Integration
  • Documentation

Configuration:

runtime {
    diagnosis {
        enable = true
        mode = "http"
        http {
            #address = ":6060"
            timeout {
            	# Supported time units, refer to https://golang.org/pkg/time/#ParseDuration
            	# Default value is `2m`.
            	#write = "2m"
            }
        }
    }
}
@jeevatkm
Copy link
Member Author

jeevatkm commented Nov 3, 2018

Done 😄

@jeevatkm jeevatkm closed this as completed Nov 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aah Framework scope feature
Projects
None yet
Development

No branches or pull requests

1 participant