Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 585 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 585 Bytes

OTLP-Python

Run

docker run --name otlp-python -p 5002:5002 --add-host signoz:host-gateway -e OTLP_ENDPOINT="signoz:4317" -e INSECURE="true" signoz/otlp-python

Build

docker build -t otlp-python .

docker run --name otlp-python -p 5002:5002 --add-host signoz:host-gateway -e OTLP_ENDPOINT="signoz:4317" -e INSECURE="true" otlp-python

Generate Data

curl http://127.0.0.1:5002/?user=alice

Screenshots

Traces page:

traces page

Logs page:

logs page