0.10.0 • Published 2 months ago

@collabland/open-telemetry v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@collabland/open-telemetry

OpenTelemetry integration

Try with Signoz

Install and run Signoz

git clone -b main https://github.com/SigNoz/signoz.git
cd signoz/deploy/
docker-compose -f docker/clickhouse-setup/docker-compose.yaml up -d

See more details at https://signoz.io/docs/install/docker/.

Run servers with opentelemetry

cd collabland-monorepo
OPENTELEMETRY_EXPORTER_URL=http://localhost:4318/v1/traces node -r ./packages/open-telemetry/dist/index.js .

Open Signoz dashboard

http://localhost:3301

Shutdown Signoz

docker-compose -f docker/clickhouse-setup/docker-compose.yaml down

Tests

npm test