GitHub
04/17/2023, 2:26 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/9aff047da4746e7109de58f875115b0f70ec1b8b|9aff047d>
- chore: 🔧 remove resource requests/limits from sample apps (#2288)
SigNoz/signozGitHub
04/17/2023, 2:26 PMNAME CPU(cores) MEMORY(bytes)
hotrod-5cd54cc8cf-bd596 58m 7Mi
locust-master-576777b878-59lkl 2m 29Mi
locust-slave-7f897fb6c6-vsnld 10m 29Mi
Signed-off-by: Prashant Shahi prashant@signoz.io
SigNoz/signoz
GitHub Actions: playwright
GitHub Actions: lint-commits
GitHub Actions: Ensure Pull Request has a linked issue.
✅ 8 other checks have passed
8/11 successful checksGitHub
04/17/2023, 2:26 PMGitHub
04/17/2023, 2:27 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/041d347d50e5e56753dea0f4a7e8c1eca8debcc5|041d347d>
- chore: 🔧 update install and troubleshooting guide url (#2451)
SigNoz/signozGitHub
04/17/2023, 2:27 PMGitHub
04/17/2023, 2:28 PMGitHub
04/18/2023, 5:49 AMGitHub
04/18/2023, 5:58 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/502b8b1ba8e9387ba2a1b86585370a40afd9b7ed|502b8b1b>
- fix: tag filters query missing on page reload (#2580)
SigNoz/signozGitHub
04/18/2023, 5:58 AMGitHub
04/18/2023, 5:59 AMGitHub
04/18/2023, 6:14 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/51f1d0fd05a057cd347b049f5d39b8b836f491a3|51f1d0fd>
- feat: added aggregate every filter (#2581)
SigNoz/signozGitHub
04/18/2023, 6:14 AMScreenshot 2023-02-22 at 12 10 31 PMâ–¾
GitHub
04/18/2023, 6:14 AMGitHub
04/18/2023, 6:17 AM<https://github.com/SigNoz/signoz-otel-collector/tree/main|main>
by srikanthccv
<https://github.com/SigNoz/signoz-otel-collector/commit/d90bdcbc48cb448661aa9db85b7d6cf043134817|d90bdcbc>
- introduce span attributes keys table (#126)
SigNoz/signoz-otel-collectorGitHub
04/18/2023, 10:45 AMGitHub
04/18/2023, 11:08 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by srikanthccv
<https://github.com/SigNoz/signoz/commit/60b78e94d84b8e0c837002448b1ca031869ddeaf|60b78e94>
- fix: add support for count aggregate attribute (#2584)
SigNoz/signozGitHub
04/18/2023, 11:09 AMGitHub
04/18/2023, 11:24 AMGitHub
04/18/2023, 11:35 AMGitHub
04/18/2023, 11:47 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/63570c847a5fdbea5792c3eaa94c5e3cf93cc9bb|63570c84>
- feat: added Order By filter (#2551)
SigNoz/signozGitHub
04/18/2023, 11:47 AMScreenshot 2023-02-22 at 9 25 09 AMâ–¾
SUM
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 options for the user will be
• 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, so the client needs to fetch keys from the backend as the user type in the text for the key, and the options will follow for user selection.
Say the user enters the text http_
and the backend (attribute keys suggestion API i.e api/v3/autocomplete/attribute_keys
) responds with the option [http_url
, http_status_code
, http_method
], and the client needs to show
• http_url asc
• http_url desc
• http_status_code asc
• http_status_code desc
• http_mehod asc
• http_method desc
SigNoz/signozGitHub
04/18/2023, 11:47 AMGitHub
04/19/2023, 3:45 AMGitHub
04/19/2023, 4:25 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/dd25ad95c77df8089aeaa9025dafc54b30eea3a0|dd25ad95>
- feat(builder): add having filter (#2567)
SigNoz/signozGitHub
04/19/2023, 4:25 AMScreenshot 2023-02-22 at 9 26 28 AMâ–¾
MAX
(selected aggregate operation of the query) of span.credit_limit
(selected aggregate attribute of the query); then we need to show all the options for this i.e
MAX(span.credit_limit)
< (the user will enter this input. there is no API call involved here)
MAX(span.credit_limit)
> (...)
MAX(span.credit_limit)
= (...)
MAX(span.credit_limit)
!= (...)
...
This is not a signal-specific component functionality. This can be done once and used everywhere.
SigNoz/signozGitHub
04/19/2023, 4:25 AMGitHub
04/19/2023, 4:46 AMGitHub
04/19/2023, 4:57 AMGitHub
04/19/2023, 5:28 AMGitHub
04/19/2023, 9:03 AM