Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump otel deps + remove hdx node logger #102

Merged
merged 3 commits into from
May 3, 2024

Conversation

wrn14897
Copy link
Contributor

@wrn14897 wrn14897 commented May 3, 2024

No description provided.

Copy link

changeset-bot bot commented May 3, 2024

🦋 Changeset detected

Latest commit: 08c91f2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@hyperdx/node-opentelemetry Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@wrn14897 wrn14897 force-pushed the warren/bump-otel-deps-n-remove-node-logger branch from 47f9c17 to 1edaa24 Compare May 3, 2024 06:43
@@ -0,0 +1,172 @@
import stringifySafe from 'json-stringify-safe';
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copied from node-logger

Copy link

@colehpage colehpage left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay so if I'm understanding correctly we are:

  1. depreciating node-logger and moving its functionality inside @node-opentelemetry
  2. also moving the winston and pino transports accordingly
  3. removing support for nest

This all looks good to me - are we no longer looking to also separate out the winston/pino transports into separate packages or just holding off? Doesn't seem necessary but I know you were mulling it over.

Briefly looking through I don't think this changes the README at all - but you can confirm 👍

@wrn14897
Copy link
Contributor Author

wrn14897 commented May 3, 2024

Okay so if I'm understanding correctly we are:

  1. depreciating node-logger and moving its functionality inside @node-opentelemetry
  2. also moving the winston and pino transports accordingly
  3. removing support for nest

This all looks good to me - are we no longer looking to also separate out the winston/pino transports into separate packages or just holding off? Doesn't seem necessary but I know you were mulling it over.

Briefly looking through I don't think this changes the README at all - but you can confirm 👍

Correct, we are going to have transport within the the same pkg for now and reevaluate if we want to migrate to official opentelemetry transport sdks. We are no longer to maintain the node-logger in the next release

@kodiakhq kodiakhq bot merged commit 26396ee into main May 3, 2024
3 checks passed
@kodiakhq kodiakhq bot deleted the warren/bump-otel-deps-n-remove-node-logger branch May 3, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants