Prashant Shahi
5fa8686fcf
Merge pull request #6075 from SigNoz/release/v0.55.x
...
Release/v0.55.x
2024-09-25 22:25:37 +05:30
Prashant Shahi
dc2db524c7
chore(signoz): 📌 pin versions: SigNoz 0.55.0, SigNoz OtelCollector 0.102.10
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2024-09-25 21:46:12 +05:30
Prashant Shahi
b3545b767a
Merge branch 'main' into release/v0.55.x
2024-09-25 21:43:48 +05:30
Vikrant Gupta
55f653d92e
fix: added support for body contains X
tag on pressing enter after selecting attribute key ( #6059 )
...
* fix: added empty operator in the top to support body contains
* fix: address review comments
2024-09-25 20:31:06 +05:30
SagarRajput-7
35f8e133a9
fix: dashboard variable - ux and usability fixes ( #6038 )
...
* fix: dashboard variable - ux and usability fixes
* fix: separarted all option, fixed tooltip handling, added clear option etc
2024-09-25 11:32:19 +05:30
SagarRajput-7
58d6487f77
fix: fixed extra space at bottom for list and table panel ( #6049 )
2024-09-25 11:32:06 +05:30
rahulkeswani101
6685482ea6
Merge branch 'develop' into SIG-5729
2024-09-25 11:04:10 +05:30
Raj Kamal Singh
708158f50f
chore: move clickhousereader filter suggestion methods to dedicated file ( #6061 )
2024-09-25 09:51:16 +05:30
Kobe Cai
0feab5aa93
fix: check alert rule queries are all disabled if at least one query is set ( #5966 )
2024-09-24 11:20:45 +05:30
Srikanth Chekuri
b49ed913c7
chore: handle error before using task ( #6055 )
2024-09-24 10:56:49 +05:30
Srikanth Chekuri
419d2da363
feat: add anomaly rule ( #5973 )
2024-09-24 10:22:52 +05:30
Vikrant Gupta
df2844ea74
fix: the tag key flickering when moving from traces to logs ( #6054 )
2024-09-24 09:08:24 +05:30
Nityananda Gohain
5e5f0f167f
TTL API for logs V2 ( #5926 )
...
* feat: ttl api for logs
* fix: add comments
* fix: add materialize_ttl_after_modify
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2024-09-23 20:12:38 +05:30
Vikrant Gupta
a6b05f0a3d
fix: light mode design for qb v2 ( #6052 )
v0.55.0-cloud.10
2024-09-23 15:50:46 +05:30
Nityananda Gohain
f69aaa2cfb
fix: telemetry nil pointer error fix ( #6051 )
v0.55.0-cloud.9
2024-09-23 13:15:21 +05:30
Nityananda Gohain
3866f89d3e
feat: support for case insensitive for contains and like queries ( #6045 )
...
* feat: support for case insensitive for contains and like queries
* fix: make index filter lowercase for like and not like
2024-09-23 12:27:14 +05:30
Vikrant Gupta
f9ac41b865
feat: enable the search v2 for logs explorer page and remove FF ( #5952 )
2024-09-23 09:34:59 +05:30
rahulkeswani101
c5b5bfe540
feat: added new tab for infra metrics in logs detailed page ( #5771 )
...
* feat: added new tab for infra metrics in logs detailed page
* feat: added yaxis unit for the charts
* chore: cleanup query_range params
* fix: clusterName, podName variables not working
* feat: added skeleton for each charts in infra metrics tab
* change card height to 300px
* fix: updated the test cases
* feat: added new sub-tabs node and pod for infra metrics tab
* feat: added new components for node and pod metrics
* feat: added card titles for host metrics and handled empty state
* fix: updated the constant for host name
* feat: added vertical dotted line to all panels and updated y axis units for all panels
* feat: removed other panel types other than graph from host metrics query payload
* fix: updated the query payload for node metrics
* feat: moved the label of vertical dotted line to top
* feat: added console statement to check query payload
* fix: added pod name instead of node name in pod query payload
* fix: added key as pod name instead of node name in file system usage
* fix: updated query payload for file system usage in pod metrics and removed label from dotted line
* fix: updated the y axis units for network io
* fix: custom date time issue while plotting the graph
* feat: compare end time and current time update the end time accordingly
* feat: added the start and end time in query payloads
* refactor: removed the comments and unused variables
* chore: added a todo to make common component for sub-tabs
* fix: addressed review comments
---------
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2024-09-20 23:56:34 +05:30
Vikrant Gupta
f3c01a5155
fix: export as csv for logs and traces table panel type ( #6047 )
...
* fix: export as csv for logs and traces panel type
* chore: remove console logs
2024-09-20 23:37:15 +05:30
Srikanth Chekuri
033b64a62a
chore: add support for caching multiple time ranges for cache key ( #6008 )
2024-09-20 19:23:01 +05:30
Vikrant Gupta
4aabfe7cf5
fix: invalidate the cache for the alerts rules post update call ( #6046 )
2024-09-20 18:13:55 +05:30
Vikrant Gupta
0218f701b2
fix: alerts links are broken when there is a space in value ( #6043 )
...
* fix: space between values being converted as + sign in alerts generated links
* fix: added inline comment
* fix: added inline comment
2024-09-20 18:12:16 +05:30
Nityananda Gohain
f6d3f95768
fix: tlemetry for dashboard/alerts/views using contains on attributes ( #6034 )
...
* fix: tlemetry for dashboard/alerts/views using contains on attributes
* fix: update how telemetry is collected for logs
* fix: revert constands
* fix: check assertion for operator
v0.55.0-cloud.8
2024-09-20 18:02:33 +05:30
SagarRajput-7
cb1cd3555b
feat: added global search on table panel ( #5893 )
...
* feat: added global search on table panel
* feat: added global search on table panel
* feat: added global search conditionally and with new design
* feat: removed state from datasource
* feat: added global search in full view
* feat: added lightMode styles
* feat: added test cases for querytable and widgetHeader - global search
2024-09-20 16:36:35 +05:30
Vishal Sharma
ced72f86a4
doc: add info on request dashboard to contributing md ( #6040 )
2024-09-20 13:27:18 +05:30
SagarRajput-7
54d5666b92
fix: fixed dashboard header and list title alignment ( #6035 )
...
* fix: fixed dashboard header and list title alignment
* fix: fixed dashboard header and list title alignment
* fix: fixed existing styles
2024-09-20 11:39:10 +05:30
Srikanth Chekuri
4edc6dbeae
feat: add last option to alert condition match type ( #5929 )
2024-09-19 23:21:31 +05:30
Vikrant Gupta
e203276678
chore: improve colors for the log line indicators ( #6032 )
2024-09-19 23:02:32 +05:30
Nityananda Gohain
8eb2cf144e
fix: issues with like and ilike fixed in v4 qb ( #6018 )
v0.55.0-cloud.7
2024-09-19 21:20:57 +05:30
Vikrant Gupta
2f7d208eb5
fix: added time range key for query and local storage handling ( #6009 )
...
* fix: added time range key for query and local storage handling
* chore: fix jest test cases
* fix: send single element array for only variable option as well
* fix: intermediate stale data should not be shown
2024-09-19 19:23:12 +05:30
SagarRajput-7
70fb5af19f
chore: removed empty signoz-core-ui folder ( #6030 )
2024-09-19 18:18:37 +04:30
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