v0.7.0
- FEATURE: Single-node VictoriaTraces and VictoriaTraces cluster: add duration and error metrics for service graph background tasks. Thank @chenlujjj for the pull request #100.
- FEATURE: Single-node VictoriaTraces and VictoriaTraces cluster: add accurate start time and end time to the trace ID index. This should help with the trace lookup by ID, and will free user from configuring
-search.traceMaxDurationWindowto avoid missing the spans. See the pull request #81.