GitHub
02/23/2023, 7:00 AM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by srikanthccv
<https://github.com/SigNoz/signoz-otel-collector/commit/e0bd5cc4f9877f6d9cdd635a0aefc377576ad017|e0bd5cc4>
- fix: on cluster command added to migration (#104)
SigNoz/signoz-otel-collectorGitHub
02/23/2023, 7:22 AMScreenshot 2023-02-23 at 1 16 26 PM▾
GitHub
02/23/2023, 7:40 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/06a55ccdd64364f61a887220578c32d8edc6f3b6|06a55ccd>
- chore: linebreak style is updated (#2277)
SigNoz/signozGitHub
02/23/2023, 7:40 AMGitHub
02/23/2023, 7:48 AMGitHub
02/23/2023, 7:58 AMhelm --namespace platform install my-release signoz/signoz
returns an error
Error: template: signoz/charts/k8s-infra/templates/otel-deployment/deployment.yaml:64:24: executing "signoz/charts/k8s-infra/templates/otel-deployment/deployment.yaml" at <include "otel.endpoint" .>: error calling include: template: signoz/charts/k8s-infra/templates/_helpers.tpl:249:22: executing "otel.endpoint" at <.Chart.IsRoot>: can't evaluate field IsRoot in type interface {}
SigNoz/signozGitHub
02/23/2023, 10:16 AMGitHub
02/23/2023, 10:19 AMGitHub
02/23/2023, 11:29 AMGitHub
02/23/2023, 11:37 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/174fc107c22fc60969222771bda9cf0e4c58d026|174fc107>
- fix: scrollbar issue on widget (#2359)
SigNoz/signozGitHub
02/23/2023, 11:37 AMGitHub
02/23/2023, 12:44 PMGitHub
02/23/2023, 5:12 PMpost-upgrade hooks failed: unable to build kubernetes object for post-upgrade hook signoz/templates/cert-issuer.yaml: error validating "": error validating data: ValidationError(ClusterIssuer.spec.acme.solvers[0]): unknown field "ingress" in io.cert-manager.v1.ClusterIssuer.spec.acme.solvers
Is this a compatibility issue? Is there any workaround? I've tried multiple combinations of override-values.yaml configuration to no avail.
Some details about my setup:
A fresh and pretty standard Google GKE Kubernetes cluster version 1.24.9-gke.2000 (I switched back to a standard cluster because Helm install on a GKE autopilot cluster didn't work, I guess I'm waiting for #175 )
SigNoz/chartsGitHub
02/23/2023, 6:12 PMGitHub
02/23/2023, 6:24 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by makeavish
<https://github.com/SigNoz/signoz/commit/1f44f089e02733d14b5dba3ed413e3a58cbed002|1f44f089>
- feat: multiple values can be selected (#2365)
SigNoz/signozGitHub
02/23/2023, 6:25 PMGitHub
02/23/2023, 7:16 PMGitHub
02/24/2023, 5:21 AMGitHub
02/24/2023, 5:25 AMGitHub
02/24/2023, 5:28 AMGitHub
02/24/2023, 5:30 AMGitHub
02/24/2023, 5:31 AMSUM
on the bytes
of the logs data source and group by clause selected with k8s_cluster_name
, service_name
. In this scenario, the expected list of order by items
• SUM(bytes) asc
• SUM(bytes) desc
• k8s_cluster_name asc
• k8s_cluster_name desc
• service_name asc
• service_name desc
Where there is no aggregation performed, the order can be on any attribute.
• http_url asc
• http_url desc
• http_status_code asc
• http_status_code desc
• http_mehod asc
• http_method desc
SigNoz/signozGitHub
02/24/2023, 7:35 AMHaving
clause will only contain the data when aggregation is involved. For example, having SUM(bytes)
> 100 etc.. The key part will be constant for each, which the the aggregationOp(aggregateAttribute)
. There can be multiple having items in the request payload i.e SUM(bytes)
> 10 and SUM(bytes)
< 100.
SigNoz/signozGitHub
02/24/2023, 7:36 AMGitHub
02/24/2023, 7:37 AMqueryName
is the same as the Expression
, it is a direct query; otherwise, it is a formula.
SigNoz/signozGitHub
02/24/2023, 7:39 AMGitHub
02/24/2023, 9:20 AMGitHub
02/24/2023, 9:27 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/ab514cc0f2baf47eb88890e3a11e5674acfc887d|ab514cc0>
- fix: changed ask admin message (#2215)
SigNoz/signozGitHub
02/24/2023, 9:27 AMGitHub
02/24/2023, 9:39 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/9d1305f174618f1fb25d08c453b292b68c9c854e|9d1305f1>
- fix: resolves alert charts issue with 1 hr timerame (#2377)
SigNoz/signoz