Skip to content

Commit

Permalink
bump exporter deps to 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Apr 5, 2021
1 parent 3f34aa8 commit 815060f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/opentelemetry_exporter/rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{deps, [grpcbox,
opentelemetry,
opentelemetry_api]}.
{opentelemetry, "~> 1.0.0-rc.1"},
{opentelemetry_api, "~> 1.0.0-rc.1"}]}.

{grpc, [{protos, ["opentelemetry-proto/opentelemetry/proto/collector/trace/v1"]},
{gpb_opts, [{module_name_prefix, "opentelemetry_exporter_"},
Expand Down

0 comments on commit 815060f

Please sign in to comment.