Skip to main content
Home
This release is 46 versions behind 0.3.104 — the latest version of @paimaexample/collector. Jump to latest
It is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
58%
Published
2 months ago (0.3.50)
Package root>src>grpc-server.ts
// this file is based on https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/ // TODO: maybe this should run on a different port and then forward to 4317 const PORT = 4317; // default port for OTLP gRPC traces // TODO