-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Verified this locally. I suspect the resource attributes was fixed (
hyperdx-js/packages/node-opentelemetry/src/otel-logger/index.ts
Lines 103 to 112 in 7831007
| this.provider = new LoggerProvider({ | |
| resource: detectedResource.merge( | |
| new Resource({ | |
| // TODO: should use otel semantic conventions | |
| 'hyperdx.distro.version': PKG_VERSION, | |
| [SEMRESATTRS_SERVICE_NAME]: service ?? _serviceName, | |
| ...resourceAttributes, | |
| }), | |
| ), | |
| }); |
Ref: https://discord.com/channels/1149498480893640706/1149500035403350036/1390973497638916096
fro-profesional
Metadata
Metadata
Assignees
Labels
No labels