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
Projects

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 jeevatkm added feature aah Framework scope labels Oct 3, 2018
@jeevatkm jeevatkm added this to the v0.12.0 Milestone milestone Oct 3, 2018
@jeevatkm jeevatkm self-assigned this Oct 3, 2018
@jeevatkm jeevatkm added this to v0.12.0 - Iteration in aah Roadmap Oct 3, 2018
@jeevatkm jeevatkm moved this from v0.12.0 - Iteration to v0.12.0 - In Progress in aah Roadmap Oct 24, 2018
jeevatkm added a commit that referenced this issue Oct 29, 2018
jeevatkm added a commit that referenced this issue Nov 2, 2018
jeevatkm added a commit to go-aah/docs that referenced this issue Nov 3, 2018
@jeevatkm
Copy link
Member Author

jeevatkm commented Nov 3, 2018

Done 😄

@jeevatkm jeevatkm closed this as completed Nov 3, 2018
aah Roadmap automation moved this from v0.12.0 - In Progress to v0.12.0 - Completed Nov 3, 2018
@jeevatkm jeevatkm moved this from v0.12.0 - Completed to Released to Audience in aah Roadmap Dec 4, 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
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

1 participant