Skip to content

Commit 9c87910

Browse files
jefchienTravisStark
authored andcommitted
Add default log publishing concurrency (#1770)
1 parent 338eca1 commit 9c87910

27 files changed

+567
-33
lines changed

translator/tocwconfig/sampleConfig/compass_linux_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"deployment.environment": "agent-level-environment"
1616
},
1717
"logs": {
18+
"concurrency": 1,
1819
"metrics_collected": {
1920
"otlp": {
2021
"service.name": "otlp-level-service",

translator/tocwconfig/sampleConfig/complete_darwin_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
"endpoint_override": "https://monitoring-fips.us-west-2.amazonaws.com"
144144
},
145145
"logs": {
146+
"concurrency": 1,
146147
"metrics_collected": {
147148
"emf": {
148149
"service_address": "udp://127.0.0.1:25888"

translator/tocwconfig/sampleConfig/complete_linux_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@
246246
"endpoint_override": "https://monitoring-fips.us-west-2.amazonaws.com"
247247
},
248248
"logs": {
249+
"concurrency": 1,
249250
"metrics_collected": {
250251
"emf": {
251252
"service_address": "udp://127.0.0.1:25888"

translator/tocwconfig/sampleConfig/complete_windows_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@
150150
"endpoint_override": "https://monitoring-fips.us-west-2.amazonaws.com"
151151
},
152152
"logs": {
153+
"concurrency": 1,
153154
"metrics_collected": {
154155
"emf": {
155156
"service_address": "udp://127.0.0.1:25888"

translator/tocwconfig/sampleConfig/config_with_env.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"region": "${ENV_REGION}"
44
},
55
"logs": {
6+
"concurrency": 1,
67
"credentials": {
78
"role_arn": "${ENV_CREDENTIALS_ROLE_ARN}"
89
},

translator/tocwconfig/sampleConfig/log_filter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"region": "us-east-1"
44
},
55
"logs": {
6+
"concurrency": 10,
67
"logs_collected": {
78
"files": {
89
"collect_list": [
@@ -31,7 +32,6 @@
3132
]
3233
}
3334
},
34-
"concurrency": 10,
3535
"log_stream_name": "LOG_STREAM_NAME"
3636
}
3737
}

translator/tocwconfig/sampleConfig/log_only_config_windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"logs": {
3+
"concurrency": 10,
34
"logs_collected": {
45
"files": {
56
"collect_list": [
@@ -36,7 +37,6 @@
3637
]
3738
}
3839
},
39-
"concurrency": 10,
4040
"log_stream_name": "LOG_STREAM_NAME"
4141
}
4242
}

translator/tocwconfig/sampleConfig/logs_and_kubernetes_config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"region": "us-east-1"
44
},
55
"logs": {
6+
"concurrency": 1,
67
"metrics_collected": {
78
"emf": {
89
},

translator/tocwconfig/sampleConfig/no_skip_log_timestamp.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"logs": {
3+
"concurrency": 1,
34
"logs_collected": {
45
"files": {
56
"collect_list": [

translator/tocwconfig/sampleConfig/no_skip_log_timestamp_windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
32
"logs": {
3+
"concurrency": 1,
44
"logs_collected": {
55
"files": {
66
"collect_list": [

0 commit comments

Comments
 (0)