-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
update service.instance.id #6665
update service.instance.id #6665
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me! Reviewed everything up to d054bd2 in 11 seconds
More details
- Looked at
22
lines of code in1
files - Skipped
0
files when reviewing. - Skipped posting
2
drafted comments based on config settings.
1. pkg/query-service/app/integrations/messagingQueues/kafka/sql.go:332
- Draft comment:
Ensure that 'resources_string' is the correct source for 'service.instance.id'. This change should be consistent across the codebase. - Reason this comment was not posted:
Comment did not seem useful.
2. pkg/query-service/app/integrations/messagingQueues/kafka/sql.go:332
- Draft comment:
Ensure consistency by using 'resources_string' for 'service.instance.id' as done in other parts of the code. - Reason this comment was not posted:
Confidence changes required:0%
The code changes in the PR are correct and consistent with the existing codebase. The changes involve updating the SQL queries to use 'resources_string' instead of 'attributes_string' for 'service.instance.id'. This is consistent with the rest of the code where 'resources_string' is used for similar fields.
Workflow ID: wflow_SnST1H8A7ycERG0Z
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
We would appreciate it if you could provide us with more info about this issue/pr! |
Can you add the bucketing changes as well as @srikanthccv mentioned in #6663 (comment). . Here is how you add it https://signoz.io/docs/userguide/writing-clickhouse-traces-query/#timestamp-bucketing , https://signoz.io/docs/userguide/writing-clickhouse-traces-query/#examples |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create the other pr with bucket changes
creating another PR for bucketing |
Important
Update SQL queries to use
resources_string
forservice.instance.id
insql.go
.attributes_string['service.instance.id']
toresources_string['service.instance.id']
ingenerateNetworkLatencyThroughputSQL
andonboardConsumerSQL
functions insql.go
.This description was created by for d054bd2. It will automatically update as commits are pushed.