Backend Changes
β Breaking Changes
- [query] drop support for shared grpc/http query server ports (@mahadzaryab1 in #6695)
π Bug fixes, Minor Improvements
- [es] refactor the es spanwriter to make it reusable for v2 apis (@Manik2708 in #6796)
- [refactor] move internal
tracesdata
type to packagejptrace
(@mahadzaryab1 in #6809) - Use empty slices instead of nil (@zhengkezhou1 in #6799)
- [refactor] refactor
jptrace/attributes_tests.go
for readability (@mahadzaryab1 in #6786) - [refactor] converge v2 api with v2 remote storage api (@mahadzaryab1 in #6784)
- Feat: enable configuration of hostnames for hotrod services (@w-h-a in #6782)
- [refactor] change
tracequeryparams
to accept typed attributes (@mahadzaryab1 in #6780) - [refactor] decouple
tracequeryparams
fromquery
in integration tests (@mahadzaryab1 in #6779) - [refactor] inline proto definiton of
keyvalue
from otel (@mahadzaryab1 in #6775) - [refactor] return start and end timestamps from findtraceids in v2 remote storage api (@mahadzaryab1 in #6772)
- [refactor] return start and end timestamps from
findtraceids
in v2 api (@mahadzaryab1 in #6770) - Revert "add 'features' command to print available feature gates" (@yurishkuro in #6771)
- [remote-storage][v2] add complete idl for trace storage (@mahadzaryab1 in #6737)
- [remote-storage][v2] add idl for dependency storage (@mahadzaryab1 in #6738)
- [remote-storage][v2] add proto definition for
getservices
andgetoperations
rpc (@mahadzaryab1 in #6736) - Fix /qualitymetrics to return data in expected format (@yurishkuro in #6733)
- [remote-storage][v2] add proto definition for
gettraces
rpc (@mahadzaryab1 in #6730) - [bug][storage] make es-rollover idempotent by checking if the index or alias already exist (@Manik2708 in #6638)
- [refactor] use plain loops with iterators (@yurishkuro in #6722)
- Use stdlib iterators (@yurishkuro in #6714)
- Create a /quality-metrics endpoint (@ADI-ROXX in #6608)
- Move pkg/cache to internal (@won-js in #6720)
- [storage] change storage extension to hold v2 factories (@mahadzaryab1 in #6699)