GitHub
09/21/2023, 5:11 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/8bfb0b5088e1a8c9fe8108ef7e2a30f66d92a70d|8bfb0b50>
- QueryBuilder filters for log pipelines (#3587)
SigNoz/signozGitHub
09/21/2023, 5:12 AMGitHub
09/21/2023, 5:48 AMGitHub
09/21/2023, 5:48 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/02eb7dc4ecea92bad42121e346b87d2729ffe2b0|02eb7dc4>
- Release/signoz 0.25.3 (#293)
SigNoz/chartsGitHub
09/21/2023, 5:49 AMGitHub
09/21/2023, 5:50 AMGitHub
09/21/2023, 7:33 AMScreenshot 2023-09-21 at 1 02 55 PM▾
GitHub
09/21/2023, 8:27 AMWe should use a clickable chip with color codes for different `severity_text`. Clicking a chip should add the filter automatically.
Originally posted by @Ankit Nayan in #3303 (comment)
SigNoz/signozGitHub
09/21/2023, 10:28 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/31b898b2c60d740e8ac39822cee35ed6249d9737|31b898b2>
- fix: active menu logic is updated (#3602)
SigNoz/signozGitHub
09/21/2023, 10:28 AMGitHub
09/21/2023, 10:28 AMGitHub
09/21/2023, 11:14 AMGitHub
09/21/2023, 12:51 PMpeer.service
attribute instead of db.system
?
IMHO dest
should be changed to be
• peer.service
if set
• db.system
otherwise (fallback)
Tested changes working:
-- in dependency_graph_minutes_db_calls_mv_v2
coalesce(tagMap['peer.service'], tagMap['db.system']) as dest,
-- in dependency_graph_minutes_messaging_calls_mv_v2
coalesce(tagMap['peer.service'], tagMap['messaging.system']) as dest,
What is your opinion?
PS: I tried the above code change and matching migrations added. I did a brute force replacement of the materialized view, maybe there is a more subtle way by updating....
SigNoz/signoz-otel-collectorGitHub
09/21/2023, 2:19 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/5c437dd8f99a87661253c3a2d7366c888ab29567|5c437dd8>
- fix: the scroll issue and name issue in save view (#3604)
SigNoz/signozGitHub
09/21/2023, 2:19 PMGitHub
09/21/2023, 2:20 PMGitHub
09/21/2023, 2:37 PMGitHub
09/21/2023, 2:46 PMmetricsTimeDurations
key from local storage to test this PR if any
SigNoz/signoz
GitHub Actions: Deploy PR branch to testing
GitHub Actions: e2e-k3s
✅ 9 other checks have passed
9/11 successful checksGitHub
09/21/2023, 2:53 PMdata
field in dashboards when exporting, such that when the exported file is used for automatic provisioning in pkg/query-service/app/dashboards/provision.go
the "uuid" is present, prohibiting issue with [interface is nil](panic: interface conversion: interface {} is nil, not string)
when using the raw exported json during provisioning, as the missing "uuid" field will be present.
SigNoz/signoz
✅ All checks have passed
1/1 successful checksGitHub
09/21/2023, 3:07 PM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/d0eca18dd32dd2ae668126b163d4120d9ed543f9|d0eca18d>
- FIX: Alertmanager - Add arg cluster.advertise-address at all times (#285)
SigNoz/chartsGitHub
09/21/2023, 3:08 PMGitHub
09/21/2023, 3:09 PMGitHub
09/22/2023, 8:40 AM2023-09-22T13:55:50+05:30 | <http://go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP|go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*Handler).ServeHTTP>
2023-09-22T13:55:50+05:30 | /home/runner/go/pkg/mod/github.com/prometheus/client_golang@v1.15.1/prometheus/promhttp/http.go:187
2023-09-22T13:55:50+05:30 | <http://github.com/prometheus/client_golang/prometheus/promhttp.HandlerForTransactional.func1.2|github.com/prometheus/client_golang/prometheus/promhttp.HandlerForTransactional.func1.2>
2023-09-22T13:55:50+05:30 | /home/runner/go/pkg/mod/github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter@v0.79.0/log.go:23
2023-09-22T13:55:50+05:30 | <http://github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter.(*promLogger).Println|github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter.(*promLogger).Println>
2023-09-22T13:55:50+05:30 | {"kind": "exporter", "data_type": "metrics", "name": "prometheus"}
2023-09-22T13:55:50+05:30 | 2023-09-22T08:25:49.996Z error prometheusexporter@v0.79.0/log.go:23 error encoding and sending metric family: write tcp -> : write: broken pipe
SigNoz/signoz-otel-collectorGitHub
09/22/2023, 10:13 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/043e5ca880a9a16e8461ab12f00bcafba98263c6|043e5ca8>
- fix: skip first record only for rate metrics (#3609)
SigNoz/signozGitHub
09/22/2023, 10:00 AM!r.shouldSkipFirstRecord()
then the first sample is directly added to resultMap
.
SigNoz/signoz
GitHub Actions: Ensure Pull Request has a linked issue.
✅ 8 other checks have passed
8/9 successful checksGitHub
09/22/2023, 10:13 AMGitHub
09/22/2023, 1:06 PMGitHub
09/22/2023, 1:13 PMSELECT
interval,
COUNT(*) as countValue
FROM (
SELECT
toStartOfInterval(timestamp, toIntervalMinute(1)) AS interval,
t1.tagMap['service.instance.id'] as instance,
t1.tagMap['service.version'] AS version
FROM signoz_traces.signoz_index_v2 t1
WHERE t1.serviceName == 'myservice'
AND t1.name == 'mytrace'
AND t1.hasError == true
AND t1.timestamp BETWEEN {{.start_datetime}} AND {{.end_datetime}}
) AS subquery
GROUP BY
interval
ORDER BY interval ASC
I like to have a Value-Widget which sums all the values in the timeframe via ClickHouse Query:
However I do not find any docs what query the Value-Widget expects:
I tried following:
SELECT SUM(countValue) as value
FROM (
SELECT
interval,
COUNT(*) as countValue
FROM (
SELECT
toStartOfInterval(timestamp, toIntervalMinute(1)) AS interval,
t1.tagMap['service.instance.id'] as instance,
t1.tagMap['service.version'] AS version
FROM signoz_traces.signoz_index_v2 t1
WHERE t1.serviceName == 'myservice'
AND t1.name == 'mytrace'
AND t1.hasError == true
AND t1.timestamp BETWEEN {{.start_datetime}} AND {{.end_datetime}}
) AS subquery
GROUP BY
interval
ORDER BY interval ASC
)
However its always "0" :(
SigNoz/signozGitHub
09/22/2023, 4:49 PMGitHub
09/23/2023, 11:56 AM