Skip to content

Commit

Permalink
Update karapace/karapace.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Agestam <[email protected]>
  • Loading branch information
eliax1996 and aiven-anton authored Oct 23, 2023
1 parent bd48eb9 commit 7976b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karapace/karapace.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async def root_get(self) -> NoReturn:
async def health(self, _request: Request) -> aiohttp.web.Response:
resp: JsonObject = {
"process_uptime_sec": int(time.monotonic() - self._process_start_time),
"Karapace-Version": __version__,
"karapace_version": __version__,
}
for hook in self.health_hooks:
resp.update(await hook())
Expand Down

0 comments on commit 7976b0c

Please sign in to comment.