Skip to content

Commit

Permalink
Export target param
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelff committed Jan 27, 2023
1 parent 9b98bc9 commit d9e998f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/core/src/telemetry/capturing/capturer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ impl SpanProcessor for Processor {
Ok(())
}
}
const VALID_QUERY_ATTRS: [&str; 3] = ["query", "params", "duration_ms"];
const VALID_QUERY_ATTRS: [&str; 4] = ["query", "params", "target", "duration_ms"];
/// A Candidate represents either a span or an event that is being considered for capturing.
/// A Candidate can be converted into a [`Capture`].
#[derive(Debug, Clone)]
Expand Down

0 comments on commit d9e998f

Please sign in to comment.