Data Source: oci_apm_traces_trace_snapshot_data

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

Gets the trace snapshots data identified by trace ID.

Example Usage

data "oci_apm_traces_trace_snapshot_data" "test_trace_snapshot_data" {
	#Required
	apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
	trace_key = var.trace_snapshot_data_trace_key

	#Optional
	is_summarized = var.trace_snapshot_data_is_summarized
	snapshot_time = var.trace_snapshot_data_snapshot_time
	thread_id = oci_apm_traces_thread.test_thread.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: