Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
remove resource from span record (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jan 12, 2020
1 parent 25ac3a6 commit c237c16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions include/opentelemetry.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
%% 64 bit int parent span
parent_span_id :: opentelemetry:span_id() | undefined,

%% An optional resource that is associated with this span. If not set, this span
%% should be part of a batch that does include the resource information, unless resource
%% information is unknown.
resource :: opentelemetry:resource() | undefined,

%% name of the span
name :: unicode:unicode_binary(),

Expand Down

0 comments on commit c237c16

Please sign in to comment.