Amazon X-Ray · JSON Structure

Xray Trace User Structure

Information about a user recorded in segment documents.

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

TraceUser is a JSON Structure definition published by Amazon X-Ray, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UserName ServiceIds

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "UserName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The user's name."
        }
      ]
    },
    "ServiceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceIds"
        },
        {
          "description": "Services that the user's request hit."
        }
      ]
    }
  },
  "description": "Information about a user recorded in segment documents.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TraceUser",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-trace-user-structure.json"
}