21.8.2 • Published 6 months ago

@types/appdynamics v21.8.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/appdynamics

Summary

This package contains type definitions for appdynamics (https://www.appdynamics.com/supported-technologies/nodejs).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/appdynamics.

index.d.ts

// Type definitions for appdynamics 21.8
// Project: https://www.appdynamics.com/supported-technologies/nodejs
// Definitions by: Justin Vos <https://github.com/justinvos>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/**
 * Starts the profiling process.
 */
export function profile(config: ProfileParameter): void;

/**
 * appdynamics monitors your Node.js applications in production.
 */
export as namespace appdynamics;

export interface ProfileParameter {
    controllerHostName?: string;
    controllerPort?: number;
    controllerSslEnabled?: boolean;
    tierName?: string;
    nodeName?: string;
}

Additional Details

  • Last updated: Mon, 27 Sep 2021 03:01:20 GMT
  • Dependencies: none
  • Global values: appdynamics

Credits

These definitions were written by Justin Vos.