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