-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
https://baselime.io/docs/sending-data/languages/node.js/#configuration
const sdk = new BaselimeSDK({
instrumentations: [getNodeAutoInstrumentations()],
namespace: 'discord',
service: 'app',
});
sdk.start();
node-opentelemetry/src/baselime.ts
Line 61 in 1a9b793
| new ServiceDetector({ serviceName: this.options.service, attributes: this.options.resourceAttributes }) |
node-opentelemetry/src/resources/service.ts
Lines 25 to 26 in 1a9b793
| 'service.name': this.serviceName, | |
| 'service.namespace': this.serviceName, |
The service name and namespace are assigned the same variable (this.serviceName), is this correct?
Metadata
Metadata
Assignees
Labels
No labels