WIP: Draft: Feat: CPU monitoring #28

Closed
martinr92 wants to merge 5 commits from feature/monitoring into develop
martinr92 commented 2023-01-24 18:34:35 +00:00 (Migrated from gitlab.com)

Implements #16

Implements #16
martinr92 commented 2023-01-24 18:34:35 +00:00 (Migrated from gitlab.com)

assigned to @martinr92

assigned to @martinr92
martinr92 commented 2023-01-24 18:42:01 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
martinr92 commented 2023-01-28 17:35:46 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>453e008c - fixed windows build</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/4/diffs?diff_id=589098821&start_sha=69ef26057cc68b31626d063ecd30afcda577e3cd)
martinr92 commented 2023-01-28 18:37:16 +00:00 (Migrated from gitlab.com)

added 2 commits

Compare with previous version

added 2 commits <ul><li>5e2108a6 - new CPU usage API endpoint</li><li>2766cb6f - enhanced CPU usage calculation</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/4/diffs?diff_id=589104972&start_sha=453e008cba4fe2865991221da7f705f88f13c26a)
martinr92 commented 2023-04-04 16:41:38 +00:00 (Migrated from gitlab.com)

added 1 commit

Compare with previous version

added 1 commit <ul><li>9dc0e339 - removed windows support</li></ul> [Compare with previous version](/marty-media/server/-/merge_requests/4/diffs?diff_id=647364525&start_sha=2766cb6fa219edc66edfd5ca0b3e487128b9ccfe)
martinr92 commented 2023-04-04 16:44:53 +00:00 (Migrated from gitlab.com)

SonarCloud Code Analysis

Quality Gate passed

Quality Gate passed

Additional information

The following metrics might not affect the Quality Gate status but improving
them will improve your project code quality.

4 Issues

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

Coverage and Duplications

0.0% 0.0% Coverage (49.5% Estimated after merge)
0.0% 0.0% Duplication (0.0% Estimated after merge)

## SonarCloud Code Analysis ## Quality Gate passed [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed.svg 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=marty-media_server&pullRequest=4) ## Additional information *The following metrics might not affect the Quality Gate status but improving* *them will improve your project code quality.* ### 4 Issues [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug.svg 'Bug')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A.svg 'A')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=BUG) [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability.svg 'Vulnerability')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A.svg 'A')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=VULNERABILITY) [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot.svg 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=4&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A.svg 'A')](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=4&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=marty-media_server&pullRequest=4&resolved=false&types=SECURITY_HOTSPOT) [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell.svg 'Code Smell')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A.svg 'A')](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=CODE_SMELL) [4 Code Smells](https://sonarcloud.io/project/issues?id=marty-media_server&pullRequest=4&resolved=false&types=CODE_SMELL) ### Coverage and Duplications [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/0.svg '0.0%')](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=4&metric=new_coverage&view=list) [0.0% Coverage](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=4&metric=new_coverage&view=list) (49.5% Estimated after merge) [![0.0%](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/3.svg '0.0%')](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=4&metric=new_duplicated_lines_density&view=list) [0.0% Duplication](https://sonarcloud.io/component_measures?id=marty-media_server&pullRequest=4&metric=new_duplicated_lines_density&view=list) (0.0% Estimated after merge)
martinr92 commented 2023-10-02 18:35:38 +00:00 (Migrated from gitlab.com)

changed title from Draft: CPU monitoring to Draft: {+Feat: +}CPU monitoring

changed title from **Draft: CPU monitoring** to **Draft: {+Feat: +}CPU monitoring**
martinr92 commented 2025-02-03 19:37:59 +00:00 (Migrated from gitlab.com)

Only deployments based on docker are supported. No need to implement some custom monitoring for CPU.

Only deployments based on docker are supported. No need to implement some custom monitoring for CPU.
martinr92 (Migrated from gitlab.com) closed this pull request 2025-02-03 19:38:00 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.