Vishal Goel
10/05/2022, 11:48 AMSrikanth Chekuri
10/05/2022, 3:01 PMrate(signoz_latency_sum{operation="SQL SELECT"}[5m]) / rate(signoz_latency_count{operation="SQL SELECT"}[5m])
and in the alerts page you would configure if the value is > 300ms at least once trigger alert.Vishal Goel
10/06/2022, 7:44 AMVishal Goel
10/06/2022, 8:15 AMDouglas Diaz
10/11/2022, 4:38 PMŁukasz Herman
10/14/2022, 7:42 AMSlackbot
10/14/2022, 9:54 AMChris Pinola
10/14/2022, 4:16 PMAnkit Nayan
v0.11.2
• Fix for query-service OOMing when using promQL - loading all timeseries in memory to match labels has been moved to use ClickHouse to do the matching and load only the relevant timeseries for a query. This will remove a lot of memory pressure on the query-service. The relevant PR https://github.com/SigNoz/prometheus/pull/6 is released with the new release. However this does not affect queries built using QueryBuilder in the dashboards as much of the work is already taken care by ClickHouse.
• JsonObject cast issues in otel-collector is fixed with PR https://github.com/SigNoz/signoz-otel-collector/pull/17. Issue reported such as https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1663325630092669 should be fixed now
Users are requested to file more issues to be picked up for the next release. We are always eager to serve you better 🙂Ashu
Jericho Siahaya
10/21/2022, 4:11 AMApoorva
10/22/2022, 8:43 PMajay beniwal
10/23/2022, 9:33 AMAlejandro Decchi
10/24/2022, 1:14 PMsignoz-otel-collector-metrics
? I have many alerts that the collector is using near 2.5 GB ram that it is the limits.Brooks Townsend
10/24/2022, 8:02 PMAbhinav Ramana
10/25/2022, 4:09 AMAlejandro Decchi
10/26/2022, 2:08 PMmax(sum(rate(signoz_calls_total{service_name = "my-service", status_code="STATUS_CODE_ERROR"}[5m]) OR rate(signoz_calls_total{service_name="my-service", http_status_code =~"5.." }[5m]))*100/sum(rate(signoz_calls_total{service_name="my-service"}[5m]))) < 1000 OR vector(0)
I do not understand why the metrics use:
• or
with different status_code
in place of and
to summarise both, in case of both status_code
means different things
• what is the difference between status_code="STATUS_CODE_ERROR"
and http_status_code =~"5..,4..,3.."
• why it says < 1000 OR vector(0)
• what the operation
filter exclude, that signoz add each path.
I hope someone can give some lightsGeorge
10/26/2022, 7:37 PMGeorge
10/26/2022, 7:37 PM高军
10/27/2022, 8:26 AM高军
10/27/2022, 8:26 AM高军
10/27/2022, 8:27 AM高军
10/27/2022, 8:27 AM高军
10/27/2022, 8:38 AMSrikanth Chekuri
10/27/2022, 8:51 AMaddEvent
and you can already view span event in SigNoz. However, if the logs collected by traditional means included span context information they could be connected.高军
10/27/2022, 8:59 AMPaul Stoner
10/28/2022, 9:23 PMWejdan
10/30/2022, 12:08 PMAlexandre Campelo
10/31/2022, 4:41 PMhashfyre
11/01/2022, 7:24 AM