NewAppDynamicsFramework creates a new AppDynamics framework instance
(ctx *common.Context)
| 17 | |
| 18 | // NewAppDynamicsFramework creates a new AppDynamics framework instance |
| 19 | func NewAppDynamicsFramework(ctx *common.Context) *AppDynamicsFramework { |
| 20 | return &AppDynamicsFramework{context: ctx} |
| 21 | } |
| 22 | |
| 23 | // Detect checks if AppDynamics should be included |
| 24 | func (a *AppDynamicsFramework) Detect() (string, error) { |
no outgoing calls
no test coverage detected