Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 390 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 390 Bytes

Steps:

  1. Start the opentelemetry-collector container (gRPC server) with the following command:
docker run -p 4317:4317 -p 4318:4318 --rm -v <full path to collector-config.yaml>:/etc/otelcol/config.yaml otel/opentelemetry-collector
  1. Initialize a virtual environment and install dependencies from requirements.txt.

  2. Run the gRPC client script:

python grpc_client.py