View a markdown version of this page

InstrumentationConfigurationStatusReport - Application Signals

InstrumentationConfigurationStatusReport

The status of a single instrumentation configuration reported by an SDK instance.

Contents

InstrumentationType

The type of instrumentation configuration being reported.

Type: String

Valid Values: BREAKPOINT | PROBE

Required: Yes

LocationHash

The stable hash of the instrumentation location that identifies the configuration being reported.

Type: String

Length Constraints: Fixed length of 16.

Required: Yes

SignalType

The telemetry signal type for this instrumentation configuration.

Type: String

Valid Values: SNAPSHOT

Required: Yes

Status

The status of the instrumentation configuration: READY, ERROR, ACTIVE, or DISABLED.

Type: String

Valid Values: READY | ERROR | ACTIVE | DISABLED

Required: Yes

Time

The timestamp when the status event occurred.

Type: Timestamp

Required: Yes

ErrorCause

The error cause when the status is ERROR, such as the file or method not being found.

Type: String

Valid Values: FILE_NOT_FOUND | METHOD_NOT_FOUND | LINE_NOT_EXECUTABLE | OVERLOADED_METHODS | LANGUAGE_MISMATCH | RUNTIME_ERROR

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: