Data Source: oci_apm_traces_trace_aggregated_snapshot_data

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

Gets the aggregated snapshot identified by trace ID.

Example Usage

data "oci_apm_traces_trace_aggregated_snapshot_data" "test_trace_aggregated_snapshot_data" {
    #Required
    apm_domain_id = oci_apm_apm_domain.test_apm_domain.id
    trace_key = var.trace_aggregated_snapshot_data_trace_key

    #Optional
    server_name = var.trace_aggregated_snapshot_data_server_name
    service_name = oci_core_service.test_service.name
    span_key = var.trace_aggregated_snapshot_data_span_key
    span_name = var.trace_aggregated_snapshot_data_span_name
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: