1
0
Fork 0
forked from External/ergo

remove stackimpact

This commit is contained in:
Shivaram Lingamneni 2018-08-14 23:26:43 -04:00
parent 6eda236eab
commit a2c2419084
5 changed files with 58 additions and 54 deletions

View file

@ -200,13 +200,6 @@ func (sts *STSConfig) Value() string {
return val
}
// StackImpactConfig is the config used for StackImpact's profiling.
type StackImpactConfig struct {
Enabled bool
AgentKey string `yaml:"agent-key"`
AppName string `yaml:"app-name"`
}
type FakelagConfig struct {
Enabled bool
Window time.Duration
@ -273,7 +266,6 @@ type Config struct {
Debug struct {
RecoverFromErrors *bool `yaml:"recover-from-errors"`
PprofListener *string `yaml:"pprof-listener"`
StackImpact StackImpactConfig
}
Limits Limits