Pranshu Chittora
c43dabdb0b
fix: dashboard variable getting deleted on edit instances ( #1561 )
2022-09-12 23:24:45 +05:30
Vishal Sharma
eaadc3bb95
feat: introduce search trace ID component ( #1551 )
...
* feat: searchTraceID checkpoint
* feat: filter spans using TraceID from trace filter page
Co-authored-by: palashgdev <palashgdev@gmail.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-09-12 19:35:31 +05:30
Pranshu Chittora
1ec9248975
feat: getting started page ( #1560 )
...
Co-authored-by: palashgdev <palashgdev@gmail.com>
2022-09-12 16:26:01 +05:30
Pranshu Chittora
461a15d52d
feat: dashboard variables ( #1552 )
...
* feat: dashboard variables
* fix: variable wipe on few instances
* feat: error handling states
* feat: eslint and tsc fixes
2022-09-09 17:43:25 +05:30
Pranshu Chittora
7081e4ffce
fix: recursive url reloading ( #1535 )
2022-08-24 17:46:31 +05:30
Srikanth Chekuri
9cd1be6553
Allow search by service name in services list page ( #1520 )
...
* feat: add search by service name
* chore: allow clear
* chore: table search icon and review comments
* chore: fix lint
* chore: address review comments
* chore: fix types
* chore: tweak user experience
* chore: antd color enum
2022-08-23 13:05:19 +05:30
Pranshu Chittora
5e0eb05a9c
feat: support for legend in query builderformulas ( #1530 )
2022-08-23 11:17:49 +05:30
Pranshu Chittora
f48a884f90
fix: eslint and tsc fixes for logs ( #1527 )
...
* fix: eslint and tsc fixes for logs
* chore: remove package-lock file
2022-08-19 17:16:04 +05:30
Pranshu Chittora
166e5612eb
feat: restrict timestamp from adding it to query ( #1517 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-08-16 18:53:34 +05:30
Pranshu Chittora
7a4750a882
Logs UI ( #1436 )
...
* feat: logs routing
* feat: add redux for logs
* feat: logs filter ui
* feat: logsql parser integration
* feat: logs table initial version
* feat: logs aggregated view
* feat: add log detail
* feat: log live tail
* feat: Logs TTL UI
2022-08-11 11:45:28 +05:30
Srikanth Chekuri
6e899175a0
fix: escape and encode operations regex for overview details ( #1502 )
...
* fix: escape and encode operations regex for overview details
* chore: use back tick with escaping
2022-08-11 11:41:32 +05:30
Srikanth Chekuri
dda82474ae
feat: add more options in service map time dropdown ( #1501 )
2022-08-10 21:09:02 +05:30
Amol Umbark
8bdc41bef0
fix: resolves issue for migrated promql ( #1481 )
2022-08-06 13:40:41 +05:30
Srikanth Chekuri
3968f11b3d
feat: improve service map ( #1467 )
...
* feat: improve service map
2022-08-04 12:38:53 +05:30
Srikanth Chekuri
5bfc2af51b
feat: show messaging/cron/browser services in listing page ( #1455 )
...
* feat: show messaging/cron/browser services in listing page
* chore: issue maximum of ten queries to clickhouse
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-08-04 11:57:05 +05:30
Amol Umbark
5dc6d28f2e
feat: disable alerts feature (UI) ( #1445 )
...
* feat: added enable disable feature for rules
* fix: resolved type issue in getTriggered
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-08-04 11:55:09 +05:30
Amol Umbark
a6ed6c03c1
Alerts/607 test notifications UI ( #1469 )
...
* feat: added test alert feature
* fix: solved the lint issues
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-08-03 19:40:20 +05:30
Amol Umbark
7881aee350
feat: added user preferred channel filters in alerts ( #1458 )
...
* feat: added user preferred channel filters in alerts
* fix: resolved minor translation issue
2022-08-02 09:54:24 +05:30
Amol Umbark
56a2047560
fix: remove 'default channel' note from channels page ( #1446 )
2022-07-31 09:54:58 +05:30
Amol Umbark
475c44a000
fix: increased debounce to 1000 (from 500). also reduced networkcalls in getquery range ( #1423 )
2022-07-19 11:30:56 +05:30
Amol Umbark
1b6597b974
fix: resolved issue with promql rule creation ( #1422 )
2022-07-19 11:29:32 +05:30
Amol Umbark
d92aad38df
fix: removed background color from sections in alert ui ( #1413 )
2022-07-16 12:08:17 +05:30
Amol Umbark
b5fe3d7fa1
fix: changed translation file for rules ( #1405 )
2022-07-15 21:33:30 +05:30
Amol Umbark
7c14a75c68
feat: Right side panel in create/edit alert UI ( #1404 )
...
* feat: metrics builder
* feat: tag key selection
* feat: metrics builder
* poc version
* added more changes to query builder
* added types for composite queries
* (feat): added edit rules and create rules forms
* added label key value input item
* (chore): added hidden labels for labelinput
* (chore): resolved some merge conflicts from develop
* (chore): added translations
* (chore): removed some old files in metric builder
* (chore): restored some of the files from develop branch
* (chore): restored env.ts
* (fix): solved empty builder queries errors
* (fix): changed queryIndex and formulaIndex type to string|number from number
* (feat): added chart preview for alert metric ui
* (feat): added threshold in chart, translations in alert form and a few fixes
* (fix): restoring env.ts
* (fix): placed threshold on horizontal line
* fix: resolved review comments
* fix: resolved label remove issue
* fix: removed console log
* fix: resolved issue with edit rule - old state values shown after update of threshold
* fix: resolved issue with match condition dropdown in alert ui
* fix: increased size of timeframe drop down
* fix: fixed label key value field and chart auto update when eval window changes
* feat: added a link for alert name in list alerts page and source for each rule update
* fix: resolved review coments in querysection of alerts ui
* feat: adding panel user guide in alerting form
* feat: added user guide panel in the alert form
* feat: added more help icon in user guide and fixed the sizing issue
Co-authored-by: Pranshu Chittora <pranshu@signoz.io>
2022-07-15 17:48:16 +05:30
Prashant Shahi
e4883495c3
fix(exceptions-page): 🚑 unix nanoseconds operations ( #1403 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-07-15 16:40:45 +05:30
Palash
b9d63d6b8f
feat: text is now ellipsed ( #1392 )
...
* feat: text is now ellipsed
2022-07-15 14:17:29 +05:30
Palash
b6a6833a64
test: utils unit case is updated ( #1396 )
2022-07-15 12:46:57 +05:30
Vishal Sharma
c90e9ffa34
fix: remove requirement of exceptionType and serviceName from errorDetail page URL ( #1400 )
...
* fix: remove requirement of exceptionType and serviceName from errorDetail page URL
* chore: id is updated
* chore: commented code is removed
* chore: eslint error is fixed
Co-authored-by: Palash <palashgdev@gmail.com>
2022-07-15 12:35:15 +05:30
Srikanth Chekuri
c5c7fb238f
fix: update the error rate percentage text and scale ( #1399 )
2022-07-15 09:55:43 +05:30
Amol Umbark
a2e1c41343
fix: edit form shows incorrect eval window when 24hours is saved ( #1393 )
...
* fix: edit form shows incorrect eval window when 24hours is saved
* fix: edit form shows incorrect eval window when 24hours is saved
* feat: added 4 hour window to alert ui
Co-authored-by: Palash <palashgdev@gmail.com>
2022-07-14 18:23:02 +05:30
Amol Umbark
11c352741d
Merge branch 'develop' into amol/alert-0-10-0-fix3
2022-07-14 17:34:50 +05:30
Amol
a63267cf90
feat: remove global time selection on alerts pages
2022-07-14 17:28:30 +05:30
Palash
3200248e98
fix: error page is updated ( #1394 )
2022-07-14 17:14:13 +05:30
Amol Umbark
a8c7237bbb
Alert UI with metrics builder ( #1359 )
...
* added more changes to query builder
* added types for composite queries
* (feat): added edit rules and create rules forms
* (feat): added chart preview for alert metric ui
* (feat): added threshold in chart, translations in alert form and a few fixes
* feat: added a link for alert name in list alerts page and source for each rule update
Co-authored-by: Pranshu Chittora <pranshu@signoz.io>
2022-07-14 13:23:15 +05:30
Srikanth Chekuri
c3d665e119
feat: make SigNoz rpc aware ( #1366 )
...
* feat: make SigNoz rpc aware
* chore: update the code/method logic
2022-07-14 10:24:03 +05:30
Palash
5554cce379
feat: exception page is updated ( #1376 )
...
* chore: all error utils is added
* chore: error page list is added with total page and other handlings
* test: unit test case for order is added
2022-07-13 19:49:27 +05:30
Pranshu Chittora
0b08c80038
chore: tests for span to trace tree with missing spans support ( #1368 )
...
* chore: tests for span to trace tree with missing spans support
2022-07-13 15:59:22 +05:30
Pranshu Chittora
a09a4c264e
feat: change interval of PromQL queries ( #1385 )
2022-07-13 15:44:28 +05:30
Pranshu Chittora
4ee92b7c55
fix: query builder update legend on empty values ( #1367 )
2022-07-11 19:03:16 +05:30
Pranshu Chittora
80c80b2180
feat: missing spans handling by returning a forest of trees ( #1365 )
...
* feat: spanToTree 2.0
* feat: spanToTree EPIFI data
* feat: missing spans multiple trees
* chore: migrated to popoverss
Co-authored-by: Palash <palashgdev@gmail.com>
2022-07-08 16:18:08 +05:30
Palash
475723a03a
Merge branch 'develop' into 513-dashboard
2022-06-29 22:52:57 +05:30
Palash
ba35b3e442
fix: dashboard data is flushed from redux while creating the dashboard from import dashboard json
2022-06-29 12:35:45 +05:30
Palash
73c2137cd7
chore: css for light is updated
2022-06-29 09:14:27 +05:30
Pranshu Chittora
ba7427f280
feat: Metrics Builder Enhancements and Code Cleanup ( #1325 )
...
* feat: improved ts typings
* chore: remove uncommented code
2022-06-28 17:32:02 +05:30
Pranshu Chittora
eeae71163c
fix: dashboard save layout ( #1320 )
...
Co-authored-by: Palash <palashgdev@gmail.com>
2022-06-28 16:19:46 +05:30
Palash
d0e272b679
fix: text is updated in the light and dark mode ( #1318 )
2022-06-28 16:18:16 +05:30
Pranshu Chittora
9d3fc493a3
feat: Metrics Query Builder ( #1166 )
...
* feat: metrics builder metrics name suggestion UX changes
* feat: metrics builder metric name and single value selection
* feat: code cleanup
* feat: improved ts typings
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2022-06-24 15:00:21 +05:30
Palash
ecb2ed8ac8
Merge branch 'develop' into trace-filter-toolip
2022-06-24 11:47:12 +05:30
Palash
31848c488d
Merge branch 'develop' into trace-filter-toolip
2022-06-24 11:33:05 +05:30
Palash
3ebded66ea
Merge branch 'develop' into 490-dashboard
2022-06-24 00:28:55 +05:30