Skip to content

Commit

Permalink
chore: adds api_trace_error_span_count attribute (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
JBAhire authored Apr 15, 2021
1 parent d1a31fa commit 61d8298
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,15 @@ commands = [
scope: API_TRACE,
sources: [QS],
type: ATTRIBUTE
},
{
fqn: Api.Trace.api_trace_error_span_count,
key: apiTraceErrorSpanCount,
value_kind: TYPE_INT64,
display_name: Api Trace Error Span Count,
scope: API_TRACE,
sources: [QS],
type: ATTRIBUTE
}
]
}
Expand Down

0 comments on commit 61d8298

Please sign in to comment.