Verified this locally. I suspect the resource attributes was fixed (
|
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
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
Ref: https://discord.com/channels/1149498480893640706/1149500035403350036/1390973497638916096