Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Oct 25, 2024
1 parent 48e73c4 commit 78d3594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
uses: nick-fields/retry@v2
with:
max_attempts: 3
timeout_minutes: 3
timeout_minutes: 30
retry_wait_seconds: 5
command: |
if [ "${{ matrix.arrays.terraform_dir }}" != "" ]; then
Expand Down
12 changes: 2 additions & 10 deletions translator/tocwconfig/sampleConfig/jmx_config_linux.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
{
"agent": {
"omit_hostname": true,
"debug": true,
"metrics_collection_interval": 10
"omit_hostname": true
},
"metrics": {
"metrics_destinations": {
"amp": {
"workspace_id": "ws-12345"
},
"cloudwatch": {}
},
"metrics_collected": {
"jmx": {
"endpoint": "localhost:8090",
"endpoint": "localhost:8080",
"jvm": {
"measurement": [
"jvm.memory.heap.init",
Expand Down

0 comments on commit 78d3594

Please sign in to comment.