Skip to content

Connectum API Reference / @connectum/otel / provider / ResourceAttributeInputs

Interface: ResourceAttributeInputs

Defined in: packages/otel/src/provider.ts:82

Inputs for buildResourceAttributes.

Properties

env?

optional env?: object

Defined in: packages/otel/src/provider.ts:88

Environment source (defaults to process.env).

OTEL_RESOURCE_ATTRIBUTES?

optional OTEL_RESOURCE_ATTRIBUTES?: string

OTEL_SERVICE_INSTANCE_ID?

optional OTEL_SERVICE_INSTANCE_ID?: string


instanceId?

optional instanceId?: string

Defined in: packages/otel/src/provider.ts:85


resourceAttributes?

optional resourceAttributes?: Record<string, string | number | boolean>

Defined in: packages/otel/src/provider.ts:86


serviceName

serviceName: string

Defined in: packages/otel/src/provider.ts:83


serviceVersion

serviceVersion: string

Defined in: packages/otel/src/provider.ts:84