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

Fixes #1669: restore router memory statistics #1671

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

kgiusti
Copy link
Contributor

@kgiusti kgiusti commented Nov 18, 2024

No description provided.

@kgiusti kgiusti requested a review from ganeshmurthy November 18, 2024 20:39
@kgiusti kgiusti linked an issue Nov 18, 2024 that may be closed by this pull request
@kgiusti kgiusti added this to the 3.1.0 milestone Nov 18, 2024
@@ -744,13 +744,14 @@ class BusManager:

# attempt to get the qdrouterd process memory usage
# this may not be present on all platforms
router = self.query('io.skupper.router.router')[0]
router_metrics = self.query('io.skupper.router.routerMetrics')[0]
Copy link
Contributor

@ganeshmurthy ganeshmurthy Nov 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Darn ! It looks like I introduced this bug !! Sorry, thanks for fixing it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

np - the real bug was in the CI test I wrote that didn't verify these metrics were present. Had I done that correctly we would've caught this in development.

@kgiusti kgiusti merged commit 77ecd45 into skupperproject:main Nov 19, 2024
40 of 43 checks passed
@kgiusti kgiusti deleted the ISSUE-1669 branch November 19, 2024 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

skstat no longer reports router memory usage
2 participants