Skip to content

Commit 8870b94

Browse files
authored
Merge pull request #663 from vasireddy99/changepath
Modify path for creds in adot collector image
2 parents 05f7c04 + fe15826 commit 8870b94

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/docs/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- AWS_SECRET_ACCESS_KEY=<to_be_added>
1414
- AWS_REGION=<to_be_added>
1515
volumes:
16-
- ~/.aws:/root/.aws
16+
- ~/.aws:/home/aoc/.aws
1717
ports:
1818
- "1777:1777" # pprof extension
1919
- "55679:55679" # zpages extension

src/docs/getting-started/lambda.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Here is a sample configuration file of collector.yaml in the root directory:
4949

5050
```yaml
5151
#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'
5353

5454
receivers:
5555
otlp:

src/docs/setup/docker-images.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ environment:
4545
- AWS_REGION=<to_be_added>
4646
volumes:
4747
- ../config.yaml:/etc/otel-agent-config.yaml // use default config
48-
- ~/.aws:/root/.aws
48+
- ~/.aws:/home/aoc/.aws
4949
ports:
5050
- "1777:1777" # pprof extension
5151
- "55679:55679" # zpages extension

0 commit comments

Comments
 (0)