Resource: honeycombio_dataset_definition

Dataset Definitions define the fields in your Dataset that have special meaning.

Example Usage

resource "honeycombio_dataset_definition" "trace_id" {
  dataset = var.dataset

  name   = "trace_id"
  column = "trace.trace_id"
}

Argument Reference

The following arguments are supported:

List of Dataset Definitions to be configured

Definition Name Description
error Error
status HTTP Status Code
span_kind Metadata: Kind
annotation_type Metadata: Annotation Type
link_span_id Metadata: Link Span ID
link_trace_id Metadata: Link Trace ID
name Name
parent_id Parent Span ID
route Route
service_name Service Name
duration_ms Span Duration
span_id Span ID
trace_id Trace ID
user User

Attribute Reference

In addition to all arguments above, the following attributes are exported:

Import

Dataset Definitions cannot be imported.