Telemetry Trace Span DMO

Object API Name: std__TelemetryTraceSpanDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id

  • Field API Name: std__cdp_sys_record_currency__c
  • Data Type: TEXT
  • Description: System-generated metadata field that stores a 3-letter ISO currency code.
  • Field API Name: std__DataSourceId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DataSourceObjectId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__DurationNumber__c
  • Data Type: DOUBLE
  • Description: Total duration of the span in nano seconds.
  • Field API Name: std__EndDateTime__c
  • Data Type: DATETIME
  • Description: Date time of when the span Ended.
  • Field API Name: std__Id__c
  • Data Type: TEXT
  • Description: A unique identifier for each Span record, Primary Key. A span represents a unit of work or operation. Spans are the building blocks of Traces.
  • Field API Name: std__InternalOrganizationId__c
  • Data Type: TEXT
  • Description: A unique, system-generated identifier for this record.
  • Field API Name: std__OperationName__c
  • Data Type: TEXT
  • Description: Name of the operation performed on the external service. For For example, For Flow elements, this is the customer facing FlowName or APIName defined by the end-user. This allows the end-user to identify the exact element in a Flow that failed.
  • Field API Name: std__ServiceName__c
  • Data Type: TEXT
  • Description: Name of the service emitting the span. For example, coreapp.core-on-sam.
  • Field API Name: std__SpanKind__c
  • Data Type: TEXT
  • Description: Uniquely identifies the span kind, basically it is a type of Span. For example, SPAN_KIND_INTERNAL, SPAN_KIND_SERVER.
  • Field API Name: std__StartDateTime__c
  • Data Type: DATETIME
  • Description: Date time of when the span started.
  • Field API Name: std__StatusCode__c
  • Data Type: TEXT
  • Description: Uniquely identifies the Status Code associated with Span, basically it is a result of the span execution.
  • Field API Name: std__TelemetryParentSpanId__c
  • Data Type: TEXT
  • Description: Unique identifier for Parent Span. Spans can be nested under a parent span ID, child spans represent sub-operations. This allows spans to more accurately capture the work done in an application.
  • Field API Name: std__TelemetrySpanAttributeText__c
  • Data Type: TEXT
  • Description: Key-value pairs storing additional metadata that you can use to annotate a Span to carry information about the operation it is tracking.
  • Field API Name: std__TelemetrySpanEventText__c
  • Data Type: TEXT
  • Description: Structured log message (or annotation) on a Span, typically used to denote a meaningful, singular point in time during the Span's duration.
  • Field API Name: std__TelemetryTrace__c
  • Data Type: TEXT
  • Description: Unique identifier for an entire trace, enabling correlation across all related spans. It epresents the complete end-to-end flow of a single request as it travels through a distributed system or any monolith systems.