Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-telemetry/opentelemetry-dotnet-contrib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd97408942daec4e550c67ddda0e179efd614549
Choose a base ref
..
head repository: open-telemetry/opentelemetry-dotnet-contrib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a81b49b2b1e3cb9a4145e4df618ed8eb6f7d6416
Choose a head ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Create a container for running the OpenTelemetry Redis integration tests.
# Create a container for running the OpenTelemetry ConfluentKafka integration tests.
# This should be run from the root of the repo:
# docker build --file test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/Dockerfile .

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Start a kafka container and then run OpenTelemetry redis integration tests.
# Start a kafka container and then run OpenTelemetry ConfluentKafka integration tests.
# This should be run from the root of the repo:
# opentelemetry>docker-compose --file=test/OpenTelemetry.Instrumentation.ConfluentKafka.Tests/docker-compose.yml --project-directory=. up --exit-code-from=tests --build
version: '3.7'