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

No namespace is passed. #8

Open
CatsMiaow opened this issue Aug 16, 2024 · 0 comments
Open

No namespace is passed. #8

CatsMiaow opened this issue Aug 16, 2024 · 0 comments

Comments

@CatsMiaow
Copy link

https://baselime.io/docs/sending-data/languages/node.js/#configuration

const sdk = new BaselimeSDK({
  instrumentations: [getNodeAutoInstrumentations()],
  namespace: 'discord',
  service: 'app',
});

sdk.start();
image

new ServiceDetector({ serviceName: this.options.service, attributes: this.options.resourceAttributes })

'service.name': this.serviceName,
'service.namespace': this.serviceName,

The service name and namespace are assigned the same variable (this.serviceName), is this correct?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant