-
SECURITY: upgrade Go builder from Go1.26.0 to Go1.26.2. See the list of issues addressed in Go1.26.1 and Go1.26.2.
-
FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster: allow generating service graph relation by database client span. The client span contains
db.system.nameattribute will generate aservice.name:db.system.name(example:account_service:mysql) relation. It can be disabled by setting-servicegraph.databaseTaskLimit=0. Thank @wsx864321 for the pull request #117. -
FEATURE: dashboards/single-node, dashboards/cluster: add clickable source code links to the
Logging ratepanel inOverview. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See #106. -
FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: support positive regex matching in the Jaeger query API when filtering traces by tags. See the pull request #116 for examples. Thank @emamihe for the pull request.