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 | PROBERequired: 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:
SNAPSHOTRequired: Yes
- Status
-
The status of the instrumentation configuration:
READY,ERROR,ACTIVE, orDISABLED.Type: String
Valid Values:
READY | ERROR | ACTIVE | DISABLEDRequired: 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_ERRORRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: