Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update config for ec2
  • Loading branch information
huyan0 committed Aug 27, 2020
commit c05942d8f8b287fa1cc9b8eb8d4adc67fbace643
14 changes: 7 additions & 7 deletions test/otel-collector-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
receivers:
otlp:
protocols:
grpc:
otlp:
protocols:
grpc:
exporters:
prometheusremotewrite:
endpoint: "https://aps-workspaces-beta.us-west-2.amazonaws.com/workspaces/yang-yu-intern-test-ws/remote_write"
endpoint: "http://aps-workspaces-beta.us-west-2.amazonaws.com/workspaces/yang-yu-intern-test-ws/remote_write"
namespace: otel-collector
auth:
region: "us-west-2"
service: "stealfire"
service: "aps"
timeout: 10s
logging:
loglevel: debug
Expand All @@ -22,8 +22,8 @@ extensions:
endpoint: :55679

service:
extensions:
extensions: [pprof, zpages, health_check]
pipelines:
metrics:
receivers: [otlp]
exporters: [logging,prometheusremotewrite]
exporters: [logging,prometheusremotewrite]