Add JMX Metrics
Add Auth Information To JMX
Add Default JMX Targets`
Add opentelemetry-jmx-metrics.jar To Deb, Darwin Zip, Windows, Zip
Description of the issue
CloudWatch agent does not support jmx
Description of changes
Add support for jmx
License
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Tests
https://github.com/aws/amazon-cloudwatch-agent-test/pull/385
Requirements
Before commit the code, please do the following steps.
- Run
make fmtandmake fmt-sh - Run
make lint
Codecov Report
Attention: 42 lines in your changes are missing coverage. Please review.
Comparison is base (
96d4763) 57.58% compared to head (108db0f) 63.34%. Report is 480 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| cfg/aws/credentials.go | 0.00% | 22 Missing :warning: |
| cfg/aws/shared_config.go | 62.50% | 15 Missing :warning: |
| cfg/envconfig/envconfig.go | 50.00% | 5 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #1024 +/- ##
==========================================
+ Coverage 57.58% 63.34% +5.76%
==========================================
Files 370 366 -4
Lines 17548 18919 +1371
==========================================
+ Hits 10105 11985 +1880
+ Misses 6848 6313 -535
- Partials 595 621 +26
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR was marked stale due to lack of activity.