Skip to content

Commit

Permalink
Update expected configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dricross committed Dec 30, 2024
1 parent ae08afc commit 7e0a63c
Show file tree
Hide file tree
Showing 61 changed files with 224 additions and 68 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
7 changes: 6 additions & 1 deletion translator/tocwconfig/sampleConfig/amp_config_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ exporters:
enabled: false
http2_ping_timeout: 0s
http2_read_idle_timeout: 0s
idle_conn_timeout: 1m30s
max_batch_size_bytes: 3000000
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
namespace: ""
proxy_url: ""
read_buffer_size: 0
Expand Down Expand Up @@ -165,4 +169,5 @@ service:
metrics:
address: ""
level: None
traces: { }
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ extensions:
dialer:
timeout: 0s
certificate_file_path: ''
endpoint: '0.0.0.0:2000'
endpoint: 'localhost:2000'
imds_retries: 1
local_mode: false
profile: ''
Expand Down Expand Up @@ -415,7 +415,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ''
resource_attributes:
Expand Down Expand Up @@ -1084,10 +1086,13 @@ receivers:
write_buffer_size: 0
http:
endpoint: '0.0.0.0:4316'
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
tls:
ca_file: ''
cert_file: path/to/cert.crt
Expand All @@ -1099,6 +1104,7 @@ receivers:
min_version: ''
reload_interval: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1137,4 +1143,5 @@ service:
metrics:
address: ''
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ extensions:
certificate_file_path: ""
dialer:
timeout: 0s
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: false
profile: ""
Expand Down Expand Up @@ -543,7 +543,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1228,10 +1230,13 @@ receivers:
write_buffer_size: 0
http:
endpoint: 0.0.0.0:4316
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
tls:
ca_file: ""
cert_file: path/to/cert.crt
Expand All @@ -1243,6 +1248,7 @@ receivers:
min_version: ""
reload_interval: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1291,4 +1297,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ extensions:
certificate_file_path: ""
dialer:
timeout: 0s
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: false
profile: ""
Expand Down Expand Up @@ -544,7 +544,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1219,11 +1221,15 @@ receivers:
write_buffer_size: 0
http:
endpoint: 0.0.0.0:4316
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1272,4 +1278,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ extensions:
certificate_file_path: ""
dialer:
timeout: "0s"
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: false
profile: ""
Expand Down Expand Up @@ -543,7 +543,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1229,9 +1231,12 @@ receivers:
http:
endpoint: 0.0.0.0:4316
include_metadata: false
idle_timeout: 0s
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
tls:
ca_file: ""
cert_file: path/to/cert.crt
Expand All @@ -1243,6 +1248,7 @@ receivers:
reload_interval: 0s
include_system_ca_certs_pool: false
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1291,4 +1297,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ extensions:
dialer:
timeout: "0s"
certificate_file_path: ""
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: false
profile: ""
Expand Down Expand Up @@ -543,7 +543,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1228,10 +1230,13 @@ receivers:
write_buffer_size: 0
http:
endpoint: 0.0.0.0:4316
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
tls:
ca_file: ""
cert_file: path/to/cert.crt
Expand All @@ -1243,6 +1248,7 @@ receivers:
min_version: ""
reload_interval: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1291,4 +1297,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
12 changes: 10 additions & 2 deletions translator/tocwconfig/sampleConfig/base_appsignals_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ exporters:
sampling_initial: 2
sampling_thereafter: 500
verbosity: Detailed
use_internal_logger: true
extensions:
agenthealth/logs:
is_usage_data_enabled: true
Expand All @@ -185,7 +186,7 @@ extensions:
certificate_file_path: ""
dialer:
timeout: 0s
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: true
profile: AmazonCloudWatchAgent
Expand Down Expand Up @@ -424,7 +425,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1071,11 +1074,15 @@ receivers:
write_buffer_size: 0
http:
endpoint: 0.0.0.0:4316
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1119,4 +1126,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ extensions:
dialer:
timeout: "0s"
certificate_file_path: ""
endpoint: 0.0.0.0:2000
endpoint: localhost:2000
imds_retries: 1
local_mode: true
profile: AmazonCloudWatchAgent
Expand Down Expand Up @@ -420,7 +420,9 @@ processors:
enabled: true
faas.version:
enabled: true
max_conns_per_host: 0
max_idle_conns: 100
max_idle_conns_per_host: 0
openshift:
address: ""
resource_attributes:
Expand Down Expand Up @@ -1067,11 +1069,15 @@ receivers:
write_buffer_size: 0
http:
endpoint: 0.0.0.0:4316
idle_timeout: 0s
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
read_header_timeout: 0s
read_timeout: 0s
traces_url_path: /v1/traces
write_timeout: 0s
service:
extensions:
- awsproxy/application_signals
Expand Down Expand Up @@ -1113,4 +1119,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
3 changes: 2 additions & 1 deletion translator/tocwconfig/sampleConfig/basic_config_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
3 changes: 2 additions & 1 deletion translator/tocwconfig/sampleConfig/basic_config_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
3 changes: 2 additions & 1 deletion translator/tocwconfig/sampleConfig/compass_linux_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ service:
metrics:
address: ""
level: None
traces: {}
traces:
level: Basic
Loading

0 comments on commit 7e0a63c

Please sign in to comment.