Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

[Feature Request] forEachBaggageItems on SpanContext #131

@meteorlxy

Description

@meteorlxy

Implementations of many other languages have something like forEachBaggageItems on SpanContext:

However, js does not:

export class SpanContext {
// The SpanContext is entirely implementation dependent
/**
* Returns a string representation of the implementation internal trace ID.
*
* @returns {string}
*/
toTraceId(): string {
return '';
}
/**
* Returns a string representation of the implementation internal span ID.
*
* @returns {string}
*/
toSpanId(): string {
return '';
}
}
export default SpanContext;

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