Skip to content

Commit

Permalink
Sync Otel components to v0.84.0 (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl authored Sep 28, 2023
1 parent d6d1e22 commit bb61f9a
Show file tree
Hide file tree
Showing 13 changed files with 172 additions and 151 deletions.
111 changes: 55 additions & 56 deletions go.mod

Large diffs are not rendered by default.

189 changes: 94 additions & 95 deletions go.sum

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down Expand Up @@ -155,9 +156,12 @@ receivers:
cors: null
endpoint: 0.0.0.0:2222
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
response_headers: {}
tls: null
traces_url_path: /v1/traces
telegraf_cpu:
collection_interval: 10s
initial_delay: "1s"
Expand Down
4 changes: 4 additions & 0 deletions translator/tocwconfig/sampleConfig/complete_linux_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down Expand Up @@ -158,9 +159,12 @@ receivers:
cors: null
endpoint: 0.0.0.0:2222
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
response_headers: {}
tls: null
traces_url_path: /v1/traces
telegraf_cpu:
collection_interval: 10s
initial_delay: "1s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,12 @@ receivers:
cors: null
endpoint: 0.0.0.0:2222
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
response_headers: {}
tls: null
traces_url_path: /v1/traces
telegraf_nvidia_smi:
collection_interval: 1m0s
initial_delay: "1s"
Expand Down
1 change: 1 addition & 0 deletions translator/tocwconfig/sampleConfig/delta_config_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ processors:
match_type: ""
metrics: []
regexp: null
initial_value: 0
max_staleness: 0s
ec2tagger:
ec2_instance_tag_keys:
Expand Down
3 changes: 3 additions & 0 deletions translator/tocwconfig/sampleConfig/trace_config_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ receivers:
cors: null
endpoint: 127.0.0.1:4318
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
response_headers: {}
tls: null
traces_url_path: /v1/traces
service:
extensions: []
pipelines:
Expand Down
3 changes: 3 additions & 0 deletions translator/tocwconfig/sampleConfig/trace_config_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,12 @@ receivers:
cors: null
endpoint: 127.0.0.1:4318
include_metadata: false
logs_url_path: /v1/logs
max_request_body_size: 0
metrics_url_path: /v1/metrics
response_headers: {}
tls: null
traces_url_path: /v1/traces
service:
extensions: []
pipelines:
Expand Down

0 comments on commit bb61f9a

Please sign in to comment.