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:
@@ -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}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user