Skip to content

[Feature][BanyanDB] Support KeyValuePair as native formart #13564

@wu-sheng

Description

@wu-sheng

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Key=Value pair is popular in observability data structure. BanyanDB needs to consider it as a native format to support query.
Query criticals could be as following if a column named attributes is defined.

  1. attributes["http.method"] exist
  2. attributes["http.method"] not exist
  3. attributes["http.method"] = "get"
  4. attributes["http.method"] != "get"

Use case

Tag/Attr existing and value equal are popular cases in logs and traces query.

Related issues

OTEL trace and Zipkin trace could leverage this.

#13563

As skywalking's native traces and logs could be enhanced by this.

Are you willing to submit a pull request to implement this on your own?

  • Yes I am willing to submit a pull request on my own!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions