Skip to content

Commit

Permalink
Addition of span count attribute (#94)
Browse files Browse the repository at this point in the history
* added span count

* renamed attribute

* Update application.conf

Co-authored-by: Sarthak Singhal <sarthaksinghal@Sarthaks-MacBook-Pro.local>
  • Loading branch information
sarthak77 and Sarthak Singhal committed Nov 12, 2021
1 parent 63caf64 commit 5ea65bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ service.config = {
"EVENT.displaySpanName": "display_span_name",
"EVENT.errorCount": "error_count",
"EVENT.exceptionCount": "exception_count",
"EVENT.spaceIds": "space_ids"
"EVENT.spaceIds": "space_ids",
“EVENT.spans”: “spans”
}
}
}
Expand Down

0 comments on commit 5ea65bf

Please sign in to comment.