-
Notifications
You must be signed in to change notification settings - Fork 22
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
support for pino.js logger #118
Comments
@vitoladev we will using OpenTelemetry in Application Insights SDKs, pino is currently supported in OpenTelemetry more info here, we have a beta version of Application Insights using OpenTelemetry that you could start using along with pino instrumentation, more info about beta here |
@hectorhdzg I've had a look into using pino.js with the instrumentation you've linked above, and I think there's a bit of a misunderstanding of what the pino instrumentation is doing. From reading through the source, I've understood now that the instrumentation is only adding some additional fields into the log record ( |
@dmunch yes currently only extra tracing properties are added to the logs, Logs SDK was recently added in OpenTelemetry JS, that is why auto generation of logs for this kind of libraries is still not available, this kind of functionality would be added soon. |
It would be awesome to support pino.js Logger, it currently has 3M weekly downloads on npm, great project.
The text was updated successfully, but these errors were encountered: