-
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
Release/v0.62.x #6625
Release/v0.62.x #6625
Conversation
…core.yaml (#6564) Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* fix: fix partition check for topic throughput
* fix: update default alert ch queries for traces and logs * fix: use service.name instead of peer.service * fix: add link to docs * fix: add alias for service name
* fix: migration for ingestion dashboard * fix: remove redundant uuid * Update pkg/query-service/app/dashboards/model.go Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com> --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
* fix: fix count aggregate attribute column name * fix: add test for column as well * fix: use new schema in threshold rule enrichment
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
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 a9440c0 in 28 seconds
More details
- Looked at
184
lines of code in6
files - Skipped
0
files when reviewing. - Skipped posting
1
drafted comments based on config settings.
1. go.mod:11
- Draft comment:
Ensure that the version update forsignoz-otel-collector
is consistent across all files. The docker-compose files use${OTELCOL_TAG:-0.111.15}
whilego.mod
usesv0.111.15
. Consider aligning these to avoid potential issues. - Reason this comment was not posted:
Confidence changes required:50%
The PR updates the image versions in multiple docker-compose files. However, the version update forsignoz-otel-collector
ingo.mod
andgo.sum
files is inconsistent with the docker-compose files. The docker-compose files use${OTELCOL_TAG:-0.111.15}
whilego.mod
andgo.sum
usev0.111.15
. This inconsistency might lead to confusion or errors if the environment variableOTELCOL_TAG
is not set.
Workflow ID: wflow_bgtkn3GEd80u11NV
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
…1.15 Signed-off-by: Prashant Shahi <prashant@signoz.io>
Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id> |
Summary
Important
Update SigNoz to v0.62.0 and SigNoz OtelCollector to v0.111.15 across Docker Compose and Go module files.
query-service
image to0.62.0
indocker-compose.yaml
,docker-compose-core.yaml
,docker-compose-minimal.yaml
, anddocker-compose.testing.yaml
.frontend
image to0.62.0
indocker-compose.yaml
,docker-compose-core.yaml
,docker-compose-minimal.yaml
, anddocker-compose.testing.yaml
.signoz-otel-collector
image to0.111.15
indocker-compose.yaml
,docker-compose-core.yaml
,docker-compose-minimal.yaml
, anddocker-compose.testing.yaml
.signoz-schema-migrator
image to0.111.15
indocker-compose.yaml
,docker-compose-core.yaml
,docker-compose-minimal.yaml
, anddocker-compose.testing.yaml
.github.com/SigNoz/signoz-otel-collector
tov0.111.15
ingo.mod
andgo.sum
.This description was created by for a9440c0. It will automatically update as commits are pushed.