Skip to content

No namespace is passed. #8

@CatsMiaow

Description

@CatsMiaow

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions