Skip to content

Commit

Permalink
feat: json attributes via impl Serialeze trait
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanbohan committed Nov 2, 2023
1 parent 479ffe5 commit 2aedc09
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 345 deletions.
2 changes: 1 addition & 1 deletion src/servers/src/otlp/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use std::sync::Arc;

use opentelemetry_proto::tonic::collector::trace::v1::ExportTraceServiceRequest;

use super::trace::TraceSpans;
use super::trace::span::TraceSpans;

/// Transformer helps to transform ExportTraceServiceRequest based on logic, like:
/// - uplift some fields from Attributes (Map type) to column
Expand Down
Loading

0 comments on commit 2aedc09

Please sign in to comment.