Coder Social home page Coder Social logo

yuuki-sakura / nestjs-open-telemetry Goto Github PK

View Code? Open in Web Editor NEW

This project forked from metinseylan/nestjs-opentelemetry

9.0 9.0 0.0 1.4 MB

๐Ÿ”ญ Deeply Integrated and Auto Instrumented OpenTelemetry module NestJS

JavaScript 0.64% TypeScript 99.36%

nestjs-open-telemetry's People

Contributors

asaphaaning avatar aybukecaliskan avatar dependabot[bot] avatar leosuncin avatar metinseylan avatar peternewnham avatar queicherius avatar renovate[bot] avatar yuuki-sakura avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nestjs-open-telemetry's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @nestjs/schedule to v3.0.4
  • chore(deps): update dependency @types/supertest to v2.0.16
  • chore(deps): update dependency rimraf to v5.0.5
  • chore(deps): update dependency sqlite3 to v5.1.7
  • chore(deps): update dependency supertest to v6.3.4
  • chore(deps): update dependency ts-jest to v29.1.2
  • chore(deps): update dependency ts-node to v10.9.2
  • chore(deps): update dependency typeorm to v0.3.20
  • chore(deps): update jest monorepo (@types/jest, jest)
  • chore(deps): update dependency @nestjs/cli to v10.3.0
  • chore(deps): update dependency @types/node to v20.11.16
  • chore(deps): update dependency ts-loader to v9.5.1
  • chore(deps): update dependency typescript to v5.3.3
  • chore(deps): update nest monorepo (@nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/schematics, @nestjs/testing)
  • chore(deps): update dependency @types/supertest to v6
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v3
  • pnpm/action-setup v2
  • actions/setup-node v3
npm
package.json
  • @antfu/eslint-config ^0.41.0
  • @nestjs/cli ^10.1.16
  • @nestjs/common ^10.2.2
  • @nestjs/core ^10.2.2
  • @nestjs/platform-express ^10.2.2
  • @nestjs/schedule ^3.0.3
  • @nestjs/schematics ^10.0.2
  • @nestjs/testing ^10.2.2
  • @types/jest ^29.5.4
  • @types/node ^20.5.7
  • @types/supertest ^2.0.12
  • eslint 8.48.0
  • jest ^29.6.4
  • lint-staged ^14.0.1
  • reflect-metadata ^0.1.13
  • rimraf ^5.0.1
  • rxjs ^7.8.1
  • sqlite3 ^5.1.6
  • supertest ^6.3.3
  • ts-jest ^29.1.1
  • ts-loader ^9.4.4
  • ts-node ^10.9.1
  • typeorm ^0.3.17
  • typescript ^5.2.2
  • wait-for-expect ^3.0.2
  • @nestjs/common ^9.0.0 || ^10.0.0
  • @nestjs/core ^9.0.0 || ^10.0.0
  • @nestjs/schedule ^2.0.0 || ^3.0.0
  • @opentelemetry/api ^1.4.1
  • @opentelemetry/auto-instrumentations-node ^0.39.1
  • @opentelemetry/context-async-hooks ^1.15.2
  • @opentelemetry/core ^1.15.2
  • @opentelemetry/resource-detector-container ^0.3.1
  • @opentelemetry/resources ^1.15.2
  • @opentelemetry/sdk-node ^0.41.2
  • @opentelemetry/sdk-trace-base ^1.15.2
  • @opentelemetry/semantic-conventions ^1.15.2
  • fast-glob ^3.3.1
  • reflect-metadata ^0.1.13
  • typeorm ^0.3.0

  • Check this box to trigger a request for Renovate to run again on this repository

It gets messy debugging with open telemetry enable

I"m using VSCode and every time that I step into a method the debugger jumps to base.injector.js inside of node_modules. More over, it also mess up the source maps - the VScode shows a line that does not match with the code running.

I also tried to debug using Chrome, but it stills the same.

Any clue on how to combine Debugger and OpenTelemetry?

Seems not work for now ?

src/app.module.ts:5:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'ControllerInjector'.

5   ControllerInjector,
    ~~~~~~~~~~~~~~~~~~
src/app.module.ts:6:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'EventEmitterInjector'.

6   EventEmitterInjector,
    ~~~~~~~~~~~~~~~~~~~~
src/app.module.ts:7:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'GuardInjector'.

7   GuardInjector,
    ~~~~~~~~~~~~~
src/app.module.ts:8:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'LoggerInjector'.

8   LoggerInjector,
    ~~~~~~~~~~~~~~
src/app.module.ts:9:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'PipeInjector'.

9   PipeInjector,
    ~~~~~~~~~~~~
src/app.module.ts:10:3 - error TS2305: Module '"@easyv/nestjs-opentelemetry"' has no exported member 'ScheduleInjector'.

10   ScheduleInjector
     ~~~~~~~~~~~~~~~~
src/app.module.ts:56:7 - error TS2322: Type 'SimpleSpanProcessor' is not assignable to type 'SpanProcessor'.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.