Amazon X-Ray · Example Payload

Xray Annotation Value Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Annotation Value Example is an example object payload from Amazon X-Ray, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NumberValueBooleanValueStringValue

Example Payload

Raw ↑
{
  "NumberValue": "example-value",
  "BooleanValue": "example-value",
  "StringValue": "example-value"
}