feat: bake product version from Spec and expose build in health.

Resolve MAJOR.MINOR via EventHubSpec/VERSION; CI run_number as EVENTHUB_BUILD; health returns version/build/git_sha/built_at.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-17 21:48:24 +03:00
parent 2b65a804d3
commit cd61aaff20
7 changed files with 72 additions and 4 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ trails() ->
properties => #{
status => #{type => string},
service => #{type => string},
version => #{type => string},
version => #{type => string, description => <<"MAJOR.MINOR from EventHubSpec/VERSION">>},
build => #{type => integer, description => <<"CI run_number (per-repo)">>},
git_sha => #{type => string},
built_at => #{type => string}
}