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

Span tag values should be strings, booleans or numbers #168

Open
chpio opened this issue Sep 1, 2021 · 2 comments
Open

Span tag values should be strings, booleans or numbers #168

chpio opened this issue Sep 1, 2021 · 2 comments

Comments

@chpio
Copy link

chpio commented Sep 1, 2021

Hi,

A set of zero or more key:value Span Tags. The keys must be strings. The values may be strings, bools, or numeric types.

-- https://github.com/opentracing/specification/blob/master/specification.md

Expected

Span tag values should have a string | boolean | number type.

Actual

Span tag values have the any type.

setTag(key: string, value: any): this {


Or does "The values may be [...]" imply any type, although string | boolean | number should be used in most cases?

@2022H1030042G
Copy link

Hi, I would like to work on this issue, is it available?

@yurishkuro
Copy link
Member

This library is deprecated

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

3 participants