mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +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>,
|
resource_spans: Vec<ResourceSpan>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Default for TraceData {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
impl TraceData {
|
impl TraceData {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
TraceData {
|
TraceData {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue