Vishal Sharma
fc7a94fa66
chore: update dashboard contributing doc and issue template ( #6029 )
...
* chore: update dashboard contributing doc and issue template
* chore: update issue template
2024-09-19 18:48:37 +05:30
Vishal Sharma
0077714cb0
chore: add note on data refresh in billing ( #5938 )
...
* chore: add note on data refresh in billing
* chore: add a class name and move these inline styles to the scss file
* chore: add light mode
2024-09-18 19:06:03 +05:30
Vishal Sharma
723c31f6c5
chore: hide usage explorer and update over 100rps warning ( #5937 )
2024-09-18 18:11:41 +05:30
Vikrant Gupta
1024483e58
fix: added safety check for query filter items ( #6004 )
...
* fix: added safety check for query filter items
* fix: added a bunch of missing safety nets
2024-09-18 18:02:17 +05:30
Vishal Sharma
cbcef2c880
chore: update calendly link ( #5954 )
2024-09-18 18:00:45 +05:30
Nityananda Gohain
0711c8855e
fix: exists/nexists support for top level columns ( #5990 )
2024-09-18 11:51:13 +05:30
Nityananda Gohain
72cbc1a9e7
fix: add back temlemetry for dashboard with logs queries ( #5997 )
v0.55.0-cloud.6
2024-09-18 10:29:00 +05:30
Vishal Sharma
a9841755a7
chore: add request dashboard issue template ( #5991 )
2024-09-17 22:44:14 +05:30
Nityananda Gohain
03e6c33f82
fix: use new table for default alerts ( #5992 )
2024-09-17 21:06:52 +05:30
Shaheer Kochai
3c5aa86ee2
feat: make the label value clickable if it's a link ( #5927 )
2024-09-17 19:05:51 +05:30
Srikanth Chekuri
06a89b21da
chore: use mean of past, past2 and past3 seasons for growth ( #5974 )
2024-09-17 16:12:17 +05:30
Raj Kamal Singh
8c891f0e87
Fix: cheaper query for fetching log attribute values for filter suggestions ( #5989 )
...
* chore: change query for fetching multiple log attribs to make sure it is always cheap
* chore: get filter suggestions tests passing
2024-09-17 15:49:14 +05:30
Srikanth Chekuri
49dd5f2ef7
chore: add enrichment in threshold rule ( #5925 )
2024-09-17 15:33:17 +05:30
Raj Kamal Singh
83d01e7a0d
fix: dont request query progress reporting if reporting query start failed ( #5958 )
2024-09-17 12:38:53 +05:30
Srikanth Chekuri
f8e97c9c5c
chore: move channel management from CH reader to rule DB ( #5934 )
2024-09-17 11:41:46 +05:30
Nityananda Gohain
b78ade2cf2
fix: add limits to suggestion query ( #5984 )
2024-09-16 23:04:39 +05:30
Nityananda Gohain
1b59719891
Fix/iscolumn ( #5983 )
...
* fix: fix isColumn method to rely on column instead of index
* fix: add the space for explicit check
v0.55.0-cloud.4
2024-09-16 16:35:47 +05:30
rahulkeswani101
540a2c6712
feat: added all values for severity text when we are navigating from error panel to logs
2024-09-16 15:49:55 +05:30
Nityananda Gohain
481c4e1271
fix: use proper tableName ( #5982 )
...
* fix: use proper tableName
* fix: remove duplicate code
v0.55.0-cloud.3
2024-09-16 14:30:31 +05:30
Vikrant Gupta
fe0d2a967f
chore: remove the jest-playwright-test unused package causing axios vunlerability ( #5972 )
2024-09-16 10:42:16 +05:30
Vikrant Gupta
e77a6f4d7a
feat: send last log line time stamp for timestamp order-by desc ( #5968 )
...
* feat: send last log line time stamp for timestamp orderby desc
* chore: little cleanup
v0.55.0-cloud.2
2024-09-16 10:06:09 +05:30
Srikanth Chekuri
a023a7514e
chore: move analytics related methods from CH reader to their own mod… ( #5935 )
v0.55.0-cloud.1
2024-09-14 13:23:49 +05:30
Vikrant Gupta
3573c0863c
feat: add support to configure units for pie chart values ( #5960 )
...
* feat: add units for pie chart
* chore: set the default to none in case no unit present
* chore: rename the y axis unit to unit
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-09-14 13:11:04 +05:30
Srikanth Chekuri
b444c1e6b1
fix: do not use removed column in traces clickhouse query ( #5953 )
2024-09-13 18:20:37 +05:30
Srikanth Chekuri
5698628839
chore: move some structs out of v3 ( #5932 )
2024-09-13 18:10:49 +05:30
Srikanth Chekuri
3596f73fb1
chore: add anomaly provider interface ( #5856 )
2024-09-13 18:06:20 +05:30
Srikanth Chekuri
5b22490d6d
chore: improve error message readability ( #5628 )
2024-09-13 18:01:37 +05:30
Srikanth Chekuri
39f9fc6900
fix: missing related logs or traces links in alert notification ( #5946 )
2024-09-13 17:30:02 +05:30
Nityananda Gohain
f854cdd9d3
feat: collect telemetry for ch log queries in alerts and dashboards ( #5967 )
...
* feat: collect telemtry for ch log queries in alerts and dashboards
* feat: consider local table as well
* fix: address pr comments
2024-09-13 17:15:03 +05:30
Nityananda Gohain
011b2167ba
Integrate V4 QB ( #5914 )
...
* feat: logsV4 initial refactoring
* feat: filter_query builder with tests added
* feat: all functions of v4 refactored
* fix: tests fixed
* feat: logs list API, logic update for better perf
* feat: integrate v4 qb
* fix: pass flag
* fix: update select for table panel
* fix: tests updated with better examples of limit and group by
* fix: resource filter support in live tail
* fix: v4 livetail api
* fix: changes for casting pointer value
* fix: reader options updated
* feat: cleanup and use flag
* feat: restrict new list api to single query
* fix: move getTsRanges to utils
* fix: address pr comments
2024-09-13 17:04:22 +05:30
Srikanth Chekuri
a5f3a189f8
chore: move traces builder query attributes enrichment before query prep ( #5917 )
2024-09-13 16:43:56 +05:30
Vikrant Gupta
3fdfb51e02
chore: deprecate clarity from frontend ( #5962 )
2024-09-13 13:55:45 +05:30
Vikrant Gupta
43577c7ead
feat: group by severity logs explorer page by default ( #5772 )
...
* feat: initial setup for group by severity logs explorer page
* chore: reduce the height of the histogram
* chore: pr cleanup
* chore: minor color update
* chore: clean the PR
* chore: clean the PR
* chore: better base handling
* fix: append query names to the legends in case of multiple queries
* feat: make the changes only for list view and add back legends
2024-09-13 13:47:08 +05:30
Vikrant Gupta
6661aa7686
chore: update the filter in / filter out operators ( #5923 )
...
* chore: update the filter in / filter out operators
* fix: handle cases for old logs explorer
2024-09-13 13:43:40 +05:30
Vikrant Gupta
8d54e3b766
fix: dashboard list page showing older data ( #5961 )
2024-09-13 13:41:55 +05:30
Sudeep MP
6c446226eb
refactor(ListAlert): update styles and button layout ( #5931 )
2024-09-13 01:03:22 +05:30
Nityananda Gohain
90b5f88413
feat: logs list API, logic update for better perf ( #5912 )
...
* feat: logsV4 initial refactoring
* feat: filter_query builder with tests added
* feat: all functions of v4 refactored
* fix: tests fixed
* feat: logs list API, logic update for better perf
* fix: update select for table panel
* fix: tests updated with better examples of limit and group by
* fix: resource filter support in live tail
* feat: cleanup and use flag
* feat: restrict new list api to single query
* fix: move getTsRanges to utils
2024-09-12 21:34:27 +05:30
Srikanth Chekuri
381a4de88a
chore: use json formatting for ClickHouse logs ( #5241 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2024-09-12 12:48:50 +05:30
Nityananda Gohain
10ebd0cad6
feat: use new schema flag ( #5930 )
2024-09-12 10:58:07 +05:30
Nityananda Gohain
6e7f04b492
logs v4 qb refactor ( #5908 )
...
* feat: logsV4 initial refactoring
* feat: filter_query builder with tests added
* feat: all functions of v4 refactored
* fix: tests fixed
* fix: update select for table panel
* fix: tests updated with better examples of limit and group by
* fix: resource filter support in live tail
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-09-12 09:48:09 +05:30
Srikanth Chekuri
20ac75e3d2
chore: json logs for collector ( #5240 )
2024-09-12 00:57:48 +05:30
Shaheer Kochai
d6b75d76ca
fix: add support for long texts in alert history page ( #5895 )
2024-09-11 19:02:17 +04:30
Shaheer Kochai
41d3342a42
feat: alert history feedback changes ( #5903 )
...
* fix: make the default offset 0
* chore: add beta tag to alert history
* fix: don't add 5 minutes earlier to the timeline graph data
2024-09-11 18:16:41 +04:30
Shaheer Kochai
f3cb3b9840
fix: loading and no-data states showing in loading state of alert edit/overview ( #5887 )
2024-09-11 18:14:22 +04:30
Prashant Shahi
08f3b089f4
Merge pull request #5922 from SigNoz/release/v0.54.x
...
Release/v0.54.x
2024-09-11 15:33:09 +05:30
Prashant Shahi
1d8e5b6c0f
chore(signoz): 📌 pin versions: SigNoz 0.54.0, SigNoz OtelCollector 0.102.8
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.54.0
2024-09-11 13:47:02 +05:30
Prashant Shahi
0dcded59e5
Merge branch 'main' into release/v0.54.x
2024-09-11 13:45:00 +05:30
Srikanth Chekuri
4799d3147b
fix: label assignment issue in promql rules ( #5920 )
2024-09-11 11:49:25 +05:30
Vikrant Gupta
b60b26189f
fix: use just keys to check the filters rather than the whole objects ( #5918 )
2024-09-11 09:58:17 +05:30
Srikanth Chekuri
c79520c874
chore: add base rule and consolidate common logic ( #5849 )
2024-09-11 09:56:59 +05:30