Skip to content

Commit

Permalink
Edit config
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Oct 23, 2024
1 parent 9af311d commit 4386939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
PRIVATE_KEY: ${{ secrets.AWS_PRIVATE_KEY }}
CWA_GITHUB_TEST_REPO_NAME: "aws/amazon-cloudwatch-agent-test"
CWA_GITHUB_TEST_REPO_URL: "https://github.com/aws/amazon-cloudwatch-agent-test.git"
CWA_GITHUB_TEST_REPO_BRANCH: "fix-JMX-tests"
CWA_GITHUB_TEST_REPO_BRANCH: "main"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion translator/tocwconfig/sampleConfig/jmx_config_linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"metrics_collected": {
"jmx": {
"endpoint": "localhost:2030",
"endpoint": "localhost:8090",
"jvm": {
"measurement": [
"jvm.memory.heap.init",
Expand Down

0 comments on commit 4386939

Please sign in to comment.