Skip to content

Instantly share code, notes, and snippets.

@ShelbyZ
Created November 2, 2022 00:19
Show Gist options
  • Save ShelbyZ/677efbd91c310a67c686a465f166b0cc to your computer and use it in GitHub Desktop.
Save ShelbyZ/677efbd91c310a67c686a465f166b0cc to your computer and use it in GitHub Desktop.
firelens-datajet for fb-hang
{
"component": "wrap",
"definitions": {
"cloudwatch_group_name": "2x-debug-10-27-"
},
"config": {
"wrapper": {
"name": "fluent-bit-executor",
"config": {
"fluentConfigFile": "./data/data-public/fluent-config/fluent-bit.conf",
"codeSource": {
"base": {
"name": "2.0.2",
"repository": "https://github.com/fluent/fluent-bit.git",
"branch": "master",
"commit": "81c84b75e8fe671d57736b9341e1f6be7eac2f13"
}
},
"grace": 60
}
}
},
"child": {
"component": "synchronizer",
"config": {
"repeat": 100,
"waitBefore": 5,
"waitAfter": 10,
"waitBetween": 0,
"isAsync": true
},
"children": [
{
"generator": {
"name": "basic",
"config": {
"contentLength": 200,
"batchSize": 2000,
"key": "log"
}
},
"datajet": {
"name": "tcp",
"config": {
"host": "0.0.0.0",
"port": 5270
}
},
"stage": {
"batchRate": 1,
"maxBatches": 1000000
}
},
{
"generator": {
"name": "basic",
"config": {
"contentLength": 200,
"batchSize": 2000,
"key": "log"
}
},
"datajet": {
"name": "tcp",
"config": {
"host": "0.0.0.0",
"port": 5271,
"key": "log"
}
},
"stage": {
"batchRate": 1,
"maxBatches": 1000000
}
},
{
"generator": {
"name": "basic",
"config": {
"contentLength": 200,
"batchSize": 2000,
"key": "log"
}
},
"datajet": {
"name": "tcp",
"config": {
"host": "0.0.0.0",
"port": 5272
}
},
"stage": {
"batchRate": 1,
"maxBatches": 1000000
}
},
{
"generator": {
"name": "basic",
"config": {
"contentLength": 200,
"batchSize": 2000,
"key": "log"
}
},
"datajet": {
"name": "tcp",
"config": {
"host": "0.0.0.0",
"port": 5273
}
},
"stage": {
"batchRate": 1,
"maxBatches": 1000000
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment