Skip to content

Commit

Permalink
Modify otel index bytes fields io formats
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed Dec 22, 2023
1 parent ef67caf commit 15ecdef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions quickwit/quickwit-opentelemetry/src/otlp/traces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ doc_mapping:
field_mappings:
- name: trace_id
type: bytes
input_format: hex
output_format: hex
fast: true
- name: trace_state
type: text
Expand Down Expand Up @@ -86,6 +88,8 @@ doc_mapping:
indexed: false
- name: span_id
type: bytes
input_format: hex
output_format: hex
- name: span_kind
type: u64
- name: span_name
Expand Down Expand Up @@ -130,6 +134,8 @@ doc_mapping:
indexed: true
- name: parent_span_id
type: bytes
input_format: hex
output_format: hex
indexed: false
- name: events
type: array<json>
Expand Down

0 comments on commit 15ecdef

Please sign in to comment.