Skip to content

Commit 91e4399

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 37fd9fe commit 91e4399

File tree

2 files changed

+2
-2
lines changed
  • exporter/opentelemetry-exporter-prometheus-remote-write/example
  • instrumentation/opentelemetry-instrumentation-logging/src/opentelemetry/instrumentation/logging

2 files changed

+2
-2
lines changed

exporter/opentelemetry-exporter-prometheus-remote-write/example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data
1414
*Users do not need to install Python as the app will be run in the Docker Container*
1515

1616
## Instructions
17-
1. Run `docker-compose up -d` in the the `example/` directory
17+
1. Run `docker-compose up -d` in the `example/` directory
1818

1919
The `-d` flag causes all services to run in detached mode and frees up your
2020
terminal session. This also causes no logs to show up. Users can attach themselves to the service's logs manually using `docker logs ${CONTAINER_ID} --follow`

instrumentation/opentelemetry-instrumentation-logging/src/opentelemetry/instrumentation/logging/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
_MODULE_DOC = """
1919
The OpenTelemetry ``logging`` integration automatically injects tracing context into log statements.
2020
21-
The integration registers a custom log record factory with the the standard library logging module that automatically inject
21+
The integration registers a custom log record factory with the standard library logging module that automatically inject
2222
tracing context into log record objects. Optionally, the integration can also call ``logging.basicConfig()`` to set a logging
2323
format with placeholders for span ID, trace ID and service name.
2424

0 commit comments

Comments
 (0)