Skip to content

Commit

Permalink
Update to opentelemetry_api 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannaegele committed Nov 10, 2023
1 parent 9fd5f14 commit 5e5d795
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions instrumentation/opentelemetry_elli/rebar.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{erl_opts, [debug_info]}.

{deps, [elli,
{opentelemetry_api, "~> 1.0"}]}.
{opentelemetry_api, "~> 1.2"}]}.

{project_plugins, [{rebar_covertool, "1.1.0"}]}.

{profiles, [{test, [{erl_opts, [nowarn_export_all]},
{deps, [{opentelemetry, "~> 1.0"}]}]}]}.
{deps, [{opentelemetry, "~> 1.3"}]}]}]}.

{cover_enabled, true}.
{cover_opts, [verbose]}.
Expand Down
11 changes: 8 additions & 3 deletions instrumentation/opentelemetry_elli/rebar.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{"1.2.0",
[{<<"elli">>,{pkg,<<"elli">>,<<"3.3.0">>},0},
{<<"opentelemetry_api">>,{pkg,<<"opentelemetry_api">>,<<"1.0.2">>},0}]}.
{<<"opentelemetry_api">>,{pkg,<<"opentelemetry_api">>,<<"1.2.2">>},0},
{<<"opentelemetry_semantic_conventions">>,
{pkg,<<"opentelemetry_semantic_conventions">>,<<"0.2.0">>},
1}]}.
[
{pkg_hash,[
{<<"elli">>, <<"089218762A7FF3D20AE81C8E911BD0F73EE4EE0ED85454226D1FC6B4FFF3B4F6">>},
{<<"opentelemetry_api">>, <<"91353EE40583B1D4F07D7B13ED62642ABFEC6AAA0D8A2114F07EDAFB2DF781C5">>}]},
{<<"opentelemetry_api">>, <<"693F47B0D8C76DA2095FE858204CFD6350C27FE85D00E4B763DEECC9588CF27A">>},
{<<"opentelemetry_semantic_conventions">>, <<"B67FE459C2938FCAB341CB0951C44860C62347C005ACE1B50F8402576F241435">>}]},
{pkg_hash_ext,[
{<<"elli">>, <<"698B13B33D05661DB9FE7EFCBA41B84825A379CCE86E486CF6AFF9285BE0CCF8">>},
{<<"opentelemetry_api">>, <<"2A8247F85C44216B883900067478D59955D11E58E5CFCA7C884CD4F203ACE3AC">>}]}
{<<"opentelemetry_api">>, <<"DC77B9A00F137A858E60A852F14007BB66EDA1FFBEB6C05D5FE6C9E678B05E9D">>},
{<<"opentelemetry_semantic_conventions">>, <<"D61FA1F5639EE8668D74B527E6806E0503EFC55A42DB7B5F39939D84C07D6895">>}]}
].
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_elli,
[{description, "Elli middleware for tracing and stats with OpenTelemetry"},
{vsn, "0.2.0"},
{vsn, "0.3.0"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 5e5d795

Please sign in to comment.