Data Source: oci_apm_traces_trace

This data source provides details about a specific Trace resource in Oracle Cloud Infrastructure Apm Traces service.

Gets the trace details identified by traceId.

Example Usage

data "oci_apm_traces_trace" "test_trace" {
	#Required
	apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
	trace_key = var.trace_trace_key

	#Optional
	time_trace_started_greater_than_or_equal_to = var.trace_time_trace_started_greater_than_or_equal_to
	time_trace_started_less_than = var.trace_time_trace_started_less_than
	trace_namespace = var.trace_trace_namespace
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: