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

[Feature Request] forEachBaggageItems on SpanContext #131

Open
meteorlxy opened this issue Sep 11, 2019 · 0 comments
Open

[Feature Request] forEachBaggageItems on SpanContext #131

meteorlxy opened this issue Sep 11, 2019 · 0 comments

Comments

@meteorlxy
Copy link

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;

@meteorlxy meteorlxy changed the title forEachBaggageItems on SpanContext [Feature Request] forEachBaggageItems on SpanContext Sep 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant