GitHub
06/05/2023, 6:43 AMGitHub
06/05/2023, 7:12 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/d2cdf401b85fca7a07f94a6cff5bcf669b964e7d|d2cdf401>
- fix: alerts page threshold only number is allowed (#2816)
SigNoz/signozGitHub
06/05/2023, 7:12 AMGitHub
06/05/2023, 7:20 AMGitHub
06/05/2023, 7:48 AMimage▾
image▾
GitHub
06/05/2023, 8:33 AMhttp.status_code
is only added for the signoz_calls
metrics but not for the external call metrics. For some users who rely on third-party APIs, it is also important to have the ability to filter by http.status_code
instead of the span status.code
. The reason is span status.code
is an ERROR for 4XX from HTTP Client (OK for server) (read more here https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#status), but this might not be the case for the user. By adding this dimension/attribute, we allow them to define what the error is for them.
SigNoz/signoz-otel-collector
✅ All checks have passed
3/3 successful checksGitHub
06/05/2023, 8:49 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by prashant-shahi
<https://github.com/SigNoz/signoz/commit/e73432df83be879e5ce5282748742c03ef1532ae|e73432df>
- fix: org name is fixed (#2810)
SigNoz/signozGitHub
06/05/2023, 8:49 AMGitHub
06/05/2023, 8:50 AMGitHub
06/05/2023, 10:29 AMGitHub
06/05/2023, 11:08 AMGitHub
06/05/2023, 11:39 AMimage (16)▾
image (17)▾
GitHub
06/05/2023, 11:39 AMGitHub
06/05/2023, 11:42 AMGitHub
06/05/2023, 11:50 AMGitHub
06/05/2023, 1:05 PM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by srikanthccv
<https://github.com/SigNoz/signoz-otel-collector/commit/fff2a1ae8572cc3d560d92f31fa9a71a865722dd|fff2a1ae>
- Add http.status_code to default external call dimensions (#138)
SigNoz/signoz-otel-collectorGitHub
06/05/2023, 1:49 PMGitHub
06/05/2023, 2:18 PMGitHub
06/05/2023, 11:14 PMGitHub
06/05/2023, 11:40 PMGitHub
06/06/2023, 12:35 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/a3c917cca0b1c54e0f52cc1fc1440bc721c4e611|a3c917cc>
- fix: add legend property to Queries (#2821)
SigNoz/signozGitHub
06/06/2023, 12:35 AMGitHub
06/06/2023, 12:36 AMGitHub
06/06/2023, 6:37 AMGitHub
06/06/2023, 7:13 AMGitHub
06/06/2023, 11:55 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/a52c104562b8c0988e28544949db5c6b71327d17|a52c1045>
- fix: remove the top 10 limit on key operations table (#2824)
SigNoz/signozGitHub
06/06/2023, 11:56 AMGitHub
06/06/2023, 12:08 PMGitHub
06/06/2023, 12:14 PMGitHub
06/06/2023, 12:40 PMExceptions
tab only shows the exceptions from the span events. As an end user, I would expect the errors/exceptions from the logs to also appear in the Exceptions
tab listing and be able to search/filter. This might be easier to do if the logs come from the logs SDK since the attributes on the log record and span event are the same for an exception. We might have to use multi-line parsing for the logs collected via traditional means such as files.
SigNoz/signoz