-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add network latency (traces-metrics) correlation for kafka #5652
Add network latency (traces-metrics) correlation for kafka #5652
Conversation
6e49f9b
to
f73c288
Compare
@shivanshuraj1333 When PR is ready, please explicitly request reviews (from those most familiar with the changes) here or on Slack, so we know it's time to look. |
pkg/query-service/app/integrations/messagingQueues/kafka/sql.go
Outdated
Show resolved
Hide resolved
pkg/query-service/app/integrations/messagingQueues/kafka/sql.go
Outdated
Show resolved
Hide resolved
2a4c7c1
to
c16970e
Compare
c2d6b12
to
f508ee7
Compare
Overall this query may be slower as compared to other APIs, as there's cascade b/w trace and metrics, metrics query is faster, trace query is bit slow for data over 3 days cc: @ankitnayan |
please share scanning speed (rows/s and bytes/s ) with settings |
|
pkg/query-service/app/integrations/messagingQueues/kafka/translator.go
Outdated
Show resolved
Hide resolved
pkg/query-service/app/integrations/messagingQueues/kafka/translator.go
Outdated
Show resolved
Hide resolved
pkg/query-service/app/integrations/messagingQueues/kafka/translator.go
Outdated
Show resolved
Hide resolved
the query is not going to work for users sending >1K spans/s. No index being used apart from timestamp. This PR might help in secondary indexes SigNoz/signoz-otel-collector#366 OR we will need to use columns. We shall revisit perf later |
Related to https://github.com/SigNoz/engineering-pod/issues/1588
Epic: https://github.com/SigNoz/engineering-pod/issues/1584
Adds, traces attributes to metrics filtering for Kafka, and completes the Network Latency feature mentioned here https://www.notion.so/signoz/Engineering-Design-Doc-for-Kafka-d9db4d601519404c9e93d5f509efd037?pvs=4#d8edbda58f234e01a6f74b96ec69367d