Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump experimental api and sdk versions (0.5.2 and 0.5.1) #802

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
otp_version: ["27.1", "26.1.2", "25.3.2.7", "24.3.4.14"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
include:
- otp_version: "23.3.4.19"
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
strategy:
matrix:
otp_version: ["26.1.2", "24.3.4.14"]
rebar3_version: ["3.22.1"]
rebar3_version: ["3.24.0"]
os: [ubuntu-20.04]
defaults:
run:
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Experimental API 0.5.2 - 2024-11-22

### Added

- [Hard code semconv values](https://github.com/open-telemetry/opentelemetry-erlang/pull/780)
tsloughter marked this conversation as resolved.
Show resolved Hide resolved

## Experimental SDK 0.6.0 - 2024-11-22

### Added

- [move metrics and logs to separate exporter modules from
traces](https://github.com/open-telemetry/opentelemetry-erlang/pull/720)
- [make the console metric exporter handle all
values](https://github.com/open-telemetry/opentelemetry-erlang/pull/709)

### Fixes

- [metric exporter: nothing to do for an empty list of
metrics](https://github.com/open-telemetry/opentelemetry-erlang/pull/782)
- [Hard code semconv
values](https://github.com/open-telemetry/opentelemetry-erlang/pull/780)
- [removed old unused otel_metric_exporter
module](https://github.com/open-telemetry/opentelemetry-erlang/pull/715)

## Exporter 1.8.0 - 2024-10-05

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/opentelemetry_api_experimental/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"makeup_elixir": {:hex, :makeup_elixir, "1.0.0", "74bb8348c9b3a51d5c589bf5aebb0466a84b33274150e3b6ece1da45584afc82", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "49159b7d7d999e836bedaf09dcf35ca18b312230cf901b725a64f3f42e407983"},
"makeup_erlang": {:hex, :makeup_erlang, "1.0.1", "c7f58c120b2b5aa5fd80d540a89fdf866ed42f1f3994e4fe189abebeab610839", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "8a89a1eeccc2d798d6ea15496a6e4870b75e014d1af514b1b71fa33134f57814"},
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
"opentelemetry_api": {:hex, :opentelemetry_api, "1.3.0", "03e2177f28dd8d11aaa88e8522c81c2f6a788170fe52f7a65262340961e663f9", [:mix, :rebar3], [{:opentelemetry_semantic_conventions, "~> 0.2", [hex: :opentelemetry_semantic_conventions, repo: "hexpm", optional: false]}], "hexpm", "b9e5ff775fd064fa098dba3c398490b77649a352b40b0b730a6b7dc0bdd68858"},
"opentelemetry_api": {:hex, :opentelemetry_api, "1.4.0", "63ca1742f92f00059298f478048dfb826f4b20d49534493d6919a0db39b6db04", [:mix, :rebar3], [], "hexpm", "3dfbbfaa2c2ed3121c5c483162836c4f9027def469c41578af5ef32589fcfc58"},
"opentelemetry_semantic_conventions": {:hex, :opentelemetry_semantic_conventions, "0.2.0", "b67fe459c2938fcab341cb0951c44860c62347c005ace1b50f8402576f241435", [:mix, :rebar3], [], "hexpm", "d61fa1f5639ee8668d74b527e6806e0503efc55a42db7b5f39939d84c07d6895"},
}
2 changes: 1 addition & 1 deletion apps/opentelemetry_api_experimental/rebar.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{erl_opts, [debug_info]}.
{deps, [{opentelemetry_api, "~> 1.3"}]}.
{deps, [{opentelemetry_api, "~> 1.4"}]}.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_api_experimental,
[{description, "API for unstable OpenTelemetry signals"},
{vsn, "0.5.1"},
{vsn, "0.5.2"},
{registered, []},
{applications,
[kernel,
Expand Down
6 changes: 3 additions & 3 deletions apps/opentelemetry_experimental/rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{deps, [{opentelemetry, "~> 1.4"},
{opentelemetry_api, "~> 1.3"},
{opentelemetry_api_experimental, "~> 0.5.1"}]}.
{deps, [{opentelemetry, "~> 1.5"},
{opentelemetry_api, "~> 1.4"},
{opentelemetry_api_experimental, "~> 0.5.2"}]}.

{shell, [
% {config, "config/sys.config"},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_experimental,
[{description, "Implementation of unstable OpenTelemetry signals"},
{vsn, "0.5.1"},
{vsn, "0.6.0"},
tsloughter marked this conversation as resolved.
Show resolved Hide resolved
{registered, []},
{mod, {opentelemetry_experimental_app, []}},
{applications,
Expand Down
4 changes: 2 additions & 2 deletions docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ rebar3 compile
rebar3 edoc
sdk_version=1.5.0
api_version=1.4.0
exp_sdk_version=0.5.1
exp_api_version=0.5.1
exp_sdk_version=0.6.0
exp_api_version=0.5.2
otlp_version=1.8.0
zipkin_version=1.1.0
semconv_version=0.2.0
Expand Down
10 changes: 2 additions & 8 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,9 @@
{project_plugins, [covertool,
%% TODO: figure out why grpcbox_plugin fails to build in elixir github action
%% it isn't needed often so fine to just leave it commented out for now
grpcbox_plugin,
grpcbox_plugin,
{gradualizer, {git, "https://github.com/josefs/Gradualizer.git",
{branch, "master"}}},
{eqwalizer_rebar3,
{git_subdir,
"https://github.com/whatsapp/eqwalizer.git",
{branch, "main"},
"eqwalizer_rebar3"}}
]}.
{branch, "master"}}}]}.

{gradualizer_opts, [{exclude_modules, [opentelemetry_trace_service,
opentelemetry_metrics_service,
Expand Down
12 changes: 6 additions & 6 deletions rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
{<<"gproc">>,{pkg,<<"gproc">>,<<"0.9.1">>},1},
{<<"grpcbox">>,{pkg,<<"grpcbox">>,<<"0.17.1">>},0},
{<<"hpack">>,{pkg,<<"hpack_erl">>,<<"0.3.0">>},2},
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.6">>},1},
{<<"ssl_verify_fun">>,{pkg,<<"ssl_verify_fun">>,<<"1.1.7">>},1},
{<<"tls_certificate_check">>,
{pkg,<<"tls_certificate_check">>,<<"1.19.0">>},
{pkg,<<"tls_certificate_check">>,<<"1.24.0">>},
0}]}.
[
{pkg_hash,[
Expand All @@ -22,15 +22,15 @@
{<<"gproc">>, <<"F1DF0364423539CF0B80E8201C8B1839E229E5F9B3CCB944C5834626998F5B8C">>},
{<<"grpcbox">>, <<"6E040AB3EF16FE699FFB513B0EF8E2E896DA7B18931A1EF817143037C454BCCE">>},
{<<"hpack">>, <<"2461899CC4AB6A0EF8E970C1661C5FC6A52D3C25580BC6DD204F84CE94669926">>},
{<<"ssl_verify_fun">>, <<"CF344F5692C82D2CD7554F5EC8FD961548D4FD09E7D22F5B62482E5AEAEBD4B0">>},
{<<"tls_certificate_check">>, <<"C76C4C5D79EE79A2B11C84F910C825D6F024A78427C854F515748E9BD025E987">>}]},
{<<"ssl_verify_fun">>, <<"354C321CF377240C7B8716899E182CE4890C5938111A1296ADD3EC74CF1715DF">>},
{<<"tls_certificate_check">>, <<"D00E2887551FF8CDAE4D0340D90D9FCBC4943C7B5F49D32ED4BC23AFF4DB9A44">>}]},
{pkg_hash_ext,[
{<<"acceptor_pool">>, <<"0CBCD83FDC8B9AD2EEE2067EF8B91A14858A5883CB7CD800E6FCD5803E158788">>},
{<<"chatterbox">>, <<"4F75B91451338BC0DA5F52F3480FA6EF6E3A2AEECFC33686D6B3D0A0948F31AA">>},
{<<"ctx">>, <<"A14ED2D1B67723DBEBBE423B28D7615EB0BDCBA6FF28F2D1F1B0A7E1D4AA5FC2">>},
{<<"gproc">>, <<"905088E32E72127ED9466F0BAC0D8E65704CA5E73EE5A62CB073C3117916D507">>},
{<<"grpcbox">>, <<"4A3B5D7111DAABC569DC9CBD9B202A3237D81C80BF97212FBC676832CB0CEB17">>},
{<<"hpack">>, <<"D6137D7079169D8C485C6962DFE261AF5B9EF60FBC557344511C1E65E3D95FB0">>},
{<<"ssl_verify_fun">>, <<"BDB0D2471F453C88FF3908E7686F86F9BE327D065CC1EC16FA4540197EA04680">>},
{<<"tls_certificate_check">>, <<"4083B4A298ADD534C96125337CB01161C358BB32DD870D5A893AAE685FD91D70">>}]}
{<<"ssl_verify_fun">>, <<"FE4C190E8F37401D30167C8C405EDA19469F34577987C76DDE613E838BBC67F8">>},
{<<"tls_certificate_check">>, <<"90B25A58EE433D91C17F036D4D354BF8859A089BFDA60E68A86F8EECAE45EF1B">>}]}
].
Loading