| Error | Value that indicates an error occurred. Used to identify errors when calculating the “Total Spans with Errors” visualizations. | boolean, string, calculated field | error | Yes |
| HTTP Status Code | Code that indicates the success, failure, or other status of a request. | string, integer, float, calculated field | response.status_code | Yes |
| Metadata: Annotation Type | Type of the span annotation, which controls how Honeycomb visualizes this event in a trace. Possible values include span_event (indicates the span is a span event) and link (indicates the span is a span link). | string, calculated field | meta.annotation_type | No |
| Metadata: Link Span ID | Unique ID of the span you want to link to the current span. Indicates the span is a span event. Use with Metadata: Link Trace ID. | string, calculated field | trace.link.span_id | No |
| Metadata: Link Trace ID | Unique ID of the trace you want to link to the current span. Use with Metadata: Link Span ID. | string, calculated field | trace.link.trace_id | No |
| Name | Name of the function or method in which the span was created. | string, calculated field | name | Yes |
| Parent span ID | ID of the span’s parent span, which is the location from which the span was called. | string, calculated field | parent_id | No |
| Route | HTTP URL or equivalent route processed by the request. | string, calculated field | Not automatically mapped | Yes |
| Service name | Name of the instrumented service. | string, calculated field | service.name | No |
| Span duration | Length of time the span took in milliseconds (ms). Used to calculate the “95th Percentile Latency” visualizations. | float, integer, calculated field | duration_ms or durationMs | No |
| Span ID | Unique ID of the span. | string, calculated field | span_id | No |
| Trace ID | Unique ID of the trace to which the span belongs. | string, calculated field | trace.trace_id | No |
| User | User making the request in the system. | float, string, integer, calculated field | Not automatically mapped | Yes |