@types/appdynamics
TypeScript icon, indicating that this package has built-in type declarations

21.8.2 • Public • Published

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

/**
 * 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, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Justin Vos.

Dependents (0)

Package Sidebar

Install

npm i @types/appdynamics

Weekly Downloads

504

Version

21.8.2

License

MIT

Unpacked Size

3.35 kB

Total Files

5

Last publish

Collaborators

  • types