@collabland/open-telemetry
v0.10.4
Published
CollabLand OpenTelemetry Integration
Downloads
39
Readme
@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