File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ services:
13
13
- AWS_SECRET_ACCESS_KEY=<to_be_added>
14
14
- AWS_REGION=<to_be_added>
15
15
volumes :
16
- - ~/.aws:/root /.aws
16
+ - ~/.aws:/home/aoc /.aws
17
17
ports :
18
18
- " 1777:1777" # pprof extension
19
19
- " 55679:55679" # zpages extension
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ Here is a sample configuration file of collector.yaml in the root directory:
49
49
50
50
``` yaml
51
51
# collector.yaml in the root directory
52
- # Set an environemnt variable 'OPENTELEMETRY_COLLECTOR_CONFIG_FILE' to '/var/task/collector.yaml'
52
+ # Set an environment variable 'OPENTELEMETRY_COLLECTOR_CONFIG_FILE' to '/var/task/collector.yaml'
53
53
54
54
receivers :
55
55
otlp :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ environment:
45
45
- AWS_REGION=<to_be_added>
46
46
volumes :
47
47
- ../config.yaml:/etc/otel-agent-config.yaml // use default config
48
- - ~/.aws:/root /.aws
48
+ - ~/.aws:/home/aoc /.aws
49
49
ports :
50
50
- " 1777:1777" # pprof extension
51
51
- " 55679:55679" # zpages extension
You can’t perform that action at this time.
0 commit comments