Skip to content

Commit 562f735

Browse files
authored
Revert "Add default log publishing concurrency (#1770)" (#1819)
1 parent d7f29b7 commit 562f735

27 files changed

+33
-567
lines changed

translator/tocwconfig/sampleConfig/compass_linux_config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"deployment.environment": "agent-level-environment"
1616
},
1717
"logs": {
18-
"concurrency": 1,
1918
"metrics_collected": {
2019
"otlp": {
2120
"service.name": "otlp-level-service",

translator/tocwconfig/sampleConfig/complete_darwin_config.json

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

translator/tocwconfig/sampleConfig/complete_linux_config.json

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

translator/tocwconfig/sampleConfig/complete_windows_config.json

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

translator/tocwconfig/sampleConfig/config_with_env.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"region": "${ENV_REGION}"
44
},
55
"logs": {
6-
"concurrency": 1,
76
"credentials": {
87
"role_arn": "${ENV_CREDENTIALS_ROLE_ARN}"
98
},

translator/tocwconfig/sampleConfig/log_filter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"region": "us-east-1"
44
},
55
"logs": {
6-
"concurrency": 10,
76
"logs_collected": {
87
"files": {
98
"collect_list": [
@@ -32,6 +31,7 @@
3231
]
3332
}
3433
},
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,6 +1,5 @@
11
{
22
"logs": {
3-
"concurrency": 10,
43
"logs_collected": {
54
"files": {
65
"collect_list": [
@@ -37,6 +36,7 @@
3736
]
3837
}
3938
},
39+
"concurrency": 10,
4040
"log_stream_name": "LOG_STREAM_NAME"
4141
}
4242
}

translator/tocwconfig/sampleConfig/logs_and_kubernetes_config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"region": "us-east-1"
44
},
55
"logs": {
6-
"concurrency": 1,
76
"metrics_collected": {
87
"emf": {
98
},

translator/tocwconfig/sampleConfig/no_skip_log_timestamp.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"logs": {
3-
"concurrency": 1,
43
"logs_collected": {
54
"files": {
65
"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+
23
"logs": {
3-
"concurrency": 1,
44
"logs_collected": {
55
"files": {
66
"collect_list": [

0 commit comments

Comments
 (0)