Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPIC] Trace Performance Improvements #5713

Open
12 tasks
ankitnayan opened this issue Aug 18, 2024 · 1 comment
Open
12 tasks

[EPIC] Trace Performance Improvements #5713

ankitnayan opened this issue Aug 18, 2024 · 1 comment
Assignees

Comments

@ankitnayan
Copy link
Collaborator

ankitnayan commented Aug 18, 2024

nityanandagohain added a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 10, 2024
The schema migration for trace v3. ( not integrated)

Part of SigNoz/signoz#5713
nityanandagohain added a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 13, 2024
Follow up of #447
(please go through this first)

Part of SigNoz/signoz#5713

* Here we are writing to signoz_index_v3 , trace_v3_resource, error span
table and the tag attributes table.
* The billing calculation is done using the JSON representation of
spanV3.
* It is not integrated i.e it won't run after getting merged
* We are not storing the static fields like `statusCode` in tag
attributes as the query service will take care of it ( more details in
later pr's of query service.



The reason I am calling this V3 is because of the table name
signoz_index_v3
nityanandagohain added a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 20, 2024
nityanandagohain added a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 20, 2024
Add support for settings in drop table


FOR SigNoz/signoz#5713
nityanandagohain added a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 22, 2024
Changes include 
* drop durationsort materialized view. ( please review
#459 first) , no
down operations for this as we don't want this MV anyway
* added the flag `use_new_schema`, when enabled will only use the new
exporters, and usage will be from the new schema.
* Add resources to usage collection by uncommenting the json tag in the
struct


FOR SigNoz/signoz#5713

---------

Co-authored-by: Srikanth Chekuri <[email protected]>
srikanthccv pushed a commit to SigNoz/signoz-otel-collector that referenced this issue Nov 22, 2024
Fixes SigNoz/signoz#6511
Fixes SigNoz/signoz#6512

Part of SigNoz/signoz#5713

* Updating the materialized views to use signoz_index_v3
* deleteing the old dependency graph tables
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants