Fix some typos (#2789)

Co-authored-by: Phillip Carter <pcarter@fastmail.com>
This commit is contained in:
James Cheng 2023-05-25 09:30:37 -07:00 committed by GitHub
parent d40581e619
commit 6efa259c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -123,11 +123,11 @@ service:
#### Map your Custom Configuration File using Environment Variables
Once your collector configuration is set through a confmap providers. Create an
Once your collector configuration is set through a confmap provider, create an
environment variable on your Lambda function
`OPENTELEMETRY_COLLECTOR_CONFIG_FILE` and set the path of configuration w.r.t to
the confmap provider as its value. for e.g, if you are using a file configmap
provider, set its value to `/var/task/*<path>/<to>/<filename>\_`. This will tell
provider, set its value to `/var/task/<path>/<to>/<filename>`. This will tell
the extension where to find the collector configuration.
##### Custom Collector Configuration Using the CLI