Show / Hide Table of Contents

Class NodeInstrumentationVersion

(experimental) Available versions for Node.js instrumentation.

Inheritance
object
InstrumentationVersion
NodeInstrumentationVersion
Inherited Members
InstrumentationVersion.ImageURI()
InstrumentationVersion.MemoryLimitMiB()
InstrumentationVersion.ImageRepo
InstrumentationVersion.MemoryLimit
InstrumentationVersion.Version
Namespace: Amazon.CDK.AWS.ApplicationSignals.Alpha
Assembly: Amazon.CDK.AWS.ApplicationSignals.Alpha.dll
Syntax (csharp)
public class NodeInstrumentationVersion : InstrumentationVersion
Syntax (vb)
Public Class NodeInstrumentationVersion Inherits InstrumentationVersion
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.ApplicationSignals.Alpha;

             var nodeInstrumentationVersion = new NodeInstrumentationVersion("imageRepo", "version", 123);

Synopsis

Constructors

NodeInstrumentationVersion(string, string, double)

(experimental) Available versions for Node.js instrumentation.

Properties

DEFAULT_MEMORY_LIMIT_MIB

(experimental) The default memory limit of the Node.js instrumentation.

IMAGE_REPO

(experimental) The image repository for Node.js instrumentation.

V0_5_0

(experimental) ADOT Node.js Instrumentation version 0.5.0.

V0_6_0

(experimental) ADOT Node.js Instrumentation version 0.6.0.

Constructors

NodeInstrumentationVersion(string, string, double)

(experimental) Available versions for Node.js instrumentation.

public NodeInstrumentationVersion(string imageRepo, string version, double memoryLimit)
Parameters
imageRepo string
version string
memoryLimit double
Remarks

Stability: Experimental

Properties

DEFAULT_MEMORY_LIMIT_MIB

(experimental) The default memory limit of the Node.js instrumentation.

public static double DEFAULT_MEMORY_LIMIT_MIB { get; }
Property Value

double

Remarks

Stability: Experimental

IMAGE_REPO

(experimental) The image repository for Node.js instrumentation.

public static string IMAGE_REPO { get; }
Property Value

string

Remarks

Stability: Experimental

V0_5_0

(experimental) ADOT Node.js Instrumentation version 0.5.0.

public static NodeInstrumentationVersion V0_5_0 { get; }
Property Value

NodeInstrumentationVersion

Remarks

Stability: Experimental

V0_6_0

(experimental) ADOT Node.js Instrumentation version 0.6.0.

public static NodeInstrumentationVersion V0_6_0 { get; }
Property Value

NodeInstrumentationVersion

Remarks

Stability: Experimental

Back to top Generated by DocFX