Search before asking
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.
attributes["http.method"] exist
attributes["http.method"] not exist
attributes["http.method"] = "get"
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?
Code of Conduct
Search before asking
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
attributesis defined.attributes["http.method"] existattributes["http.method"] not existattributes["http.method"] = "get"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?
Code of Conduct