This repository was archived by the owner on Feb 26, 2026. It is now read-only.
NOISSUE - Add Monitoring Docs#18
Merged
dborovcanin merged 6 commits intoabsmach:mainfrom Jan 30, 2026
Merged
Conversation
dbb6119 to
d6e890e
Compare
JeffMboya
approved these changes
Dec 17, 2025
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
JeffMboya
suggested changes
Jan 27, 2026
JeffMboya
suggested changes
Jan 27, 2026
JeffMboya
suggested changes
Jan 27, 2026
JeffMboya
suggested changes
Jan 27, 2026
74c6829 to
5082b10
Compare
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
5082b10 to
d80ff27
Compare
JeffMboya
suggested changes
Jan 27, 2026
docs/reference.md
Outdated
|
|
||
| Comprehensive OS-level process monitoring has been implemented for: | ||
|
|
||
| - Go Proplet - Using `gopsutil/v3` for cross-platform metrics |
Contributor
There was a problem hiding this comment.
Suggested change
| - Go Proplet - Using `gopsutil/v3` for cross-platform metrics |
docs/reference.md
Outdated
|
|
||
| ## References | ||
|
|
||
| - Go Implementation: `proplet/monitoring/` |
Contributor
There was a problem hiding this comment.
Suggested change
| - Go Implementation: `proplet/monitoring/` |
JeffMboya
suggested changes
Jan 27, 2026
docs/reference.md
Outdated
| - Rust Implementation: `proplet-rs/src/monitoring/` | ||
| - Examples: `examples/monitoring-example.md` | ||
| - Rust Docs: `proplet-rs/MONITORING.md` | ||
| - Go Docs: `proplet/monitoring/README.md` |
Contributor
There was a problem hiding this comment.
Suggested change
| - Go Docs: `proplet/monitoring/README.md` |
Contributor
|
@rodneyosodo please address review comments. |
dborovcanin
approved these changes
Jan 30, 2026
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
JeffMboya
pushed a commit
to JeffMboya/propeller-docs
that referenced
this pull request
Feb 24, 2026
* docs(proplet): document monitoring * fix(ci): markdown linter errors * docs: Add comprehensive monitoring documentation Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs: add monitoring image Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs: update reference.md Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs(reference): remove Go implementation references Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> --------- Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
This is a documentation update because it adds comprehensive monitoring documentation for Propeller.
What does this do?
Adds complete monitoring documentation covering:
Which issue(s) does this PR fix/relate to?
Have you included tests for your changes?
No tests required - this is documentation only.
Did you document any new/modified features?
Notes