You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ For more information about the approver role, see the [community repository](htt
158
158
159
159
For more information about the emeritus role, see the [community repository](https://github.com/open-telemetry/community/blob/main/guides/contributor/membership.md#emeritus-maintainerapprovertriager).
Copy file name to clipboardExpand all lines: docs/contributing/running-tests.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,14 @@ old containers, images and volumes using `docker system prune --volumes`.
100
100
For some container environments, such as rootless Podman or a remotely hosted Docker,
101
101
testcontainers may need additional configuration to successfully run the tests.
102
102
The following environment variables can be used for configuration:
103
+
103
104
-`TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE` - The location of the Docker socket on the host. Default is `/var/run/docker.sock`
104
105
-`TESTCONTAINERS_HOST_OVERRIDE` - The hostname used for container-to-container communication. Default Docker is `localhost`, but rootless Podman uses `host.containers.internal`
105
106
106
-
# Troubleshooting CI Test Failures
107
+
##Troubleshooting CI Test Failures
107
108
108
109
See [Troubleshooting CI Test Failures](../../CONTRIBUTING.md#troubleshooting-pr-build-failures) for common issues and solutions.
109
110
110
-
# Debugging
111
+
##Debugging
111
112
112
113
For information on debugging tests or instrumentation, see [Debugging](debugging.md).
Copy file name to clipboardExpand all lines: docs/contributing/writing-instrumentation-module.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,6 +407,7 @@ In order to preserve compatibility with both instrumentation strategies, we have
407
407
from the advice method annotations.
408
408
409
409
We have three sets of instrumentation modules:
410
+
410
411
- "inlined only": only compatible with "inlined", `isIndyModule` returns `false`.
411
412
- "indy compatible": compatible with both "indy" and "inlined", do not override `isIndyModule`, advices are modified with `AdviceTransformer` to be made "indy native" or "inlined" at runtime.
412
413
- "indy native": only compatible with "indy" `isIndyModule` returns `true`.
0 commit comments