Vikrant Gupta
2163e1ce41
chore(lint): enable godot and staticcheck ( #10775 )
...
* chore(lint): enable godot and staticcheck
* chore(lint): merge main and fix new lint issues in main
2026-03-31 09:11:49 +00:00
Tushar Vats
c95523c747
feat: export traces ( #9991 )
...
build-staging / prepare (push) Has been cancelled
build-staging / js-build (push) Has been cancelled
build-staging / go-build (push) Has been cancelled
build-staging / staging (push) Has been cancelled
Release Drafter / update_release_draft (push) Has been cancelled
* feat: added trace export
feat: added types for export
feat: added support for complex queries
fix: added correct open api spec
fix: updated unit tests
fix: type handling logic
fix: improve order by
feat: added integration tests
fix: address comments
* fix: address comments
* fix: removed nits
* fix: go fmt
* fix: rebased main and ran generate cmd
* fix: renamed method
* fix: address comments
* fix: lint error
* fix: lint error
* fix: ran yarn generate:api
* fix: address comments
* fix: address comments
* fix: typo
* fix: better names for functions
* fix: added unit tests, renamed file, added validation
* fix: update integration test
* fix: removed get method for export
* fix: yarn generate:api
* chore: yarn generate:api
* fix: rename file
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-03-23 21:46:56 +00:00
Nityananda Gohain
3a82085eb4
chore: enrich clickhouse log_comment ( #10446 )
...
* chore: enchance clickhouse log_comment
* chore: enrich all clickhouse queries
* fix: remove is_meatadata
* fix: use the new func
* fix: use semconv keys
* fix: add more details
* fix: minor changes
* fix: address comments
* fix: address cursor comments
* fix: minor changes
* fix: addressed comments
* fix: address comments and move to module functions where possible
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2026-03-06 12:57:15 +00:00
Tushar Vats
6c7275d355
Feat: API for exporting raw data ( #8936 )
...
This introduces a new Raw Data Export module to the codebase, enabling users to export raw log data via a dedicated API endpoint. The changes include the implementation of the module and handler, integration with existing infrastructure, configuration updates, and adjustments to tests and module wiring.
2025-09-09 17:04:40 +05:30