Skip to content

Feature request: Support regex/wildcard in Jaeger API tag search #115

@manideep-qlub

Description

@manideep-qlub

Is your feature request related to a problem? Please describe

Summary

We use Victoria Traces with Jaeger UI (proxying to vtselect's /select/jaeger/api). After migrating from Jaeger with Elasticsearch backend, tag searches using regex/wildcards no longer work.

Current behavior

  • Exact match: tag_name=exact_value — works (when applicable)
  • Regex/wildcard: tag_name=prefix.* — returns no results

Expected behavior

Regex and wildcard patterns in tag values should be supported in the Jaeger API tag search, similar to Jaeger's Elasticsearch backend.

Context

  • Use case: Filter traces by tag values matching a pattern (e.g. all values starting with a given prefix)
  • Setup: OTel collector → Victoria Traces vtinsert; Jaeger UI → vtselect /select/jaeger/api
  • Victoria Traces version: 0.7.0 (from helm chart)

Workaround

None currently. Users must use exact tag values or query via TraceQL/Grafana if supported.

References

Describe the solution you'd like

Summary

We use Victoria Traces with Jaeger UI (proxying to vtselect's /select/jaeger/api). After migrating from Jaeger with Elasticsearch backend, tag searches using regex/wildcards no longer work.

Current behavior

  • Exact match: tag_name=exact_value — works (when applicable)
  • Regex/wildcard: tag_name=prefix.* — returns no results

Expected behavior

Regex and wildcard patterns in tag values should be supported in the Jaeger API tag search, similar to Jaeger's Elasticsearch backend.

Context

  • Use case: Filter traces by tag values matching a pattern (e.g. all values starting with a given prefix)
  • Setup: OTel collector → Victoria Traces vtinsert; Jaeger UI → vtselect /select/jaeger/api
  • Victoria Traces version: 0.7.0 (from helm chart)

Workaround

None currently. Users must use exact tag values or query via TraceQL/Grafana if supported.

References

Describe alternatives you've considered

No response

Additional information

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions