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
This directory contains integration tests for `opentelemetry-otlp`. It uses
3
+
[testcontainers](https://testcontainers.com/) to start an instance of the OTEL collector using [otel-collector-config.yaml](otel-collector-config.yaml), which then uses a file exporter per signal to write the output it receives back to the host machine.
4
+
5
+
The tests connect directly to the collector on `localhost:4317` and `localhost:4318`, push data through, and then check that what they expect
6
+
has popped back out into the files output by the collector.
7
+
8
+
For this to work, you need a couple of things:
9
+
* Docker, for the test container
10
+
* TCP/4317 and TCP/4318 free on your local machine. If you are running another collector, you'll need to stop it for the tests to run
0 commit comments