GitHub
06/07/2023, 9:07 AMGitHub
06/07/2023, 9:11 AMGitHub
06/07/2023, 9:18 AMGitHub
06/07/2023, 10:02 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/97207f8e6dc94dcc6f2f30dfe5d3f1dacc01b78d|97207f8e>
- feat: added option to download logs in csv & excel format (#2841)
SigNoz/signozGitHub
06/07/2023, 10:02 AMGitHub
06/07/2023, 10:19 AMGitHub
06/07/2023, 10:58 AMGitHub
06/07/2023, 11:20 AM<https://github.com/SigNoz/charts/tree/main|main>
by ankitnayan
<https://github.com/SigNoz/charts/commit/fe65eabbacc3798c18e0c2b2a63d0dede0c5dd9f|fe65eabb>
- chore: pin versions: SigNoz 0.20.0
<https://github.com/SigNoz/charts/commit/f4d3cb14fba15e1d44a931d1f6f9ebed5cd7b8dc|f4d3cb14>
- chore(release): bump up signoz to 0.16.0
<https://github.com/SigNoz/charts/commit/6fc8e66bfc00b771024d4634dd5b393cbe92d795|6fc8e66b>
- Merge pull request #235 from srikanthccv/release/signoz-0.16.0
SigNoz/chartsGitHub
06/07/2023, 11:21 AMGitHub
06/07/2023, 11:22 AMGitHub
06/07/2023, 11:27 AMGitHub
06/07/2023, 11:30 AMGitHub
06/07/2023, 11:34 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by ankitnayan
<https://github.com/SigNoz/signoz/commit/b62b3591afd6846322a7cca6d206eb8ed757aa5d|b62b3591>
- chore: pin SigNoz version to 0.20.0
<https://github.com/SigNoz/signoz/commit/ef1bc0beecfaa0b89ea23fc6d3b349703cd68a8a|ef1bc0be>
- Merge pull request #2856 from SigNoz/release/v0.20.0
SigNoz/signozGitHub
06/07/2023, 11:34 AMGitHub
06/07/2023, 12:27 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/1770e6a15788b8f39a4cbfdcfc9e85708e75dcf7|1770e6a1>
- refactor: query data field for widgets (#2839)
SigNoz/signozGitHub
06/07/2023, 12:27 PMGitHub
06/08/2023, 2:41 AMImportError
. The expression will be `ImportError`; upon adding a new service filter service_name=frontend, the new expression will be ImportError AND service_name IN ('frontend')
, which is not accepted.
Many do not read the docs. We should make this intuitive, functional and avoid confusion. We will turn the free text ImportError
into either body contains 'ImportError'
or fulltext contains 'ImportError'
, which will make the detail upfront.
New query builder (logs specific)
We will allow the same experience in the new Where filter. In the new builder, Pressing Enter after inputting text will become a chip where key
and op
is fixed to body
and CONTAINS
with text as value.
SigNoz/signozGitHub
06/08/2023, 4:17 AMGitHub
06/08/2023, 4:23 AMGitHub
06/08/2023, 4:24 AMquery_range
API. See #2842 for more details.
SigNoz/signozGitHub
06/08/2023, 4:24 AMGitHub
06/08/2023, 4:25 AMSELECT
toStartOfInterval(toDateTime(intDiv(timestamp_ms, 1000)), toIntervalSecond(30)) AS ts,
toString(value) AS mode,
count() AS result
FROM signoz_metrics.distributed_samples_v2
GLOBAL INNER JOIN
(
SELECT
labels,
fingerprint
FROM signoz_metrics.distributed_time_series_v2
WHERE metric_name = 'asterisk_endpoints_state'
) AS filtered_time_series USING (fingerprint)
WHERE (metric_name = 'asterisk_endpoints_state')
AND (timestamp_ms between {{.SIGNOZ_START_TIME}} AND {{.SIGNOZ_END_TIME}})
AND (JSONExtractString(labels, 'host_name') IN {{.hostname}})
GROUP BY
ts,
mode
ORDER BY ts ASC
SigNoz/signozGitHub
06/08/2023, 4:29 AMGitHub
06/08/2023, 5:35 AMGitHub
06/08/2023, 6:40 AMGitHub
06/08/2023, 6:57 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by nityanandagohain
<https://github.com/SigNoz/signoz/commit/a67d064418b8ba1470d5d1c17bed9a4f1ab86cf0|a67d0644>
- fix: if condition corrected in aggreagte attribute static fields (#2866)
SigNoz/signozGitHub
06/08/2023, 6:57 AMGitHub
06/08/2023, 7:34 AMGitHub
06/08/2023, 7:49 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/540568d29f3292e8ef9f22a4d112abccb4f5fd05|540568d2>
- feat: update the SideNav component (#2858)
SigNoz/signozGitHub
06/08/2023, 7:49 AM