Skip to content

Add feature of on-demand Go profiling and easy to enable/disable in aah application #216

@jeevatkm

Description

@jeevatkm

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"
            }
        }
    }
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions