Released at 2026-05-20
- FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: (experimental) extend Tempo API support for Grafana Traces Drilldown. Thank @vshulakov-sh for the pull request #132.
- FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: add ability to hide the given span attributes on a per-query basis. This may be useful for restricting access to span attributes with sensitive information, by specifying the list of the fields to hide via
hidden_fields_filtersquery arg. See these docs for details.