mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add event
This commit is contained in:
parent
767c9530a5
commit
76c2a4b2e9
1 changed files with 6 additions and 0 deletions
|
|
@ -118,6 +118,12 @@ pub struct TraceData {
|
|||
resource_spans: Vec<ResourceSpan>,
|
||||
}
|
||||
|
||||
impl Default for TraceData {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl TraceData {
|
||||
pub fn new() -> Self {
|
||||
TraceData {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue