palashgdev
2624ce4007
feat(FE): span Kind is added in the trace filter page ( #2281 )
2023-02-20 19:12:54 +05:30
Vishal Sharma
8ebb76bd0c
fix: resource attribute tag key type is updated ( #2231 )
...
* fix: resource attribute tag key type is updated
from array to string
* chore: convert tag key from array to string
2023-02-14 10:48:47 +05:30
Vishal Sharma
02ef1744b4
feat: add autocomplete to groupBy filters ( #2156 )
...
* feat: add autocomplete to groupBy filters
* chore: handle none groupby in frontend
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-02-07 11:41:09 +05:30
Vishal Sharma
05ce03e67d
feat: tag filtering frontend changes ( #2116 )
...
feat: tag filtering frontend changes
2023-01-25 15:20:27 +05:30
Srikanth Chekuri
ca53136cbf
feat(ui): dashboard variable chaining ( #2037 )
...
* feat: dashboard variable chaining
* feat(ui): dashboard variable chaining
* chore: update vars loading
* chore: fix lint
* chore: better dependent vars
* chore: multi dependent variables
* chore: add more user friendly error
* chore: review comments
* chore: address review comments
* chore: remove string assertion
* chore: fix build by updating types
* chore: fix the variable data auto loading
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-01-25 13:22:57 +05:30
Palash Gupta
13a6d7f7c6
fix: live tail time out is updated ( #1899 )
...
* fix: live tail time out is updated
* Update livetail.ts
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-27 13:36:37 +05:30
Amol Umbark
0abae1c09c
feat: show release note in alerts dashboards and services pages ( #1840 )
...
* feat: show release note in alerts dashboards and services pages
* fix: made code changes as per review and changed message in release note
* fix: solved build pipeline issue
* fix: solved lint issue
Co-authored-by: mindhash <mindhash@mindhashs-MacBook-Pro.local>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2022-12-09 20:16:09 +05:30
Vishal Sharma
983ca1ec6a
feat: introduce getSubTreeSpans function in clickhouse query builder & introduce smart trace detail algorithm ( #1648 )
...
* perf: introduce smart trace detail algorithm
* fix: remove hardcoded levels and handle null levels
* feat: add support for broken trees
* feat: use spanLimit env variable
* fix: handle missing root span
* add root spanId and root name
* use permanent table
* add kind, events and tagmap support
* fix query formation
* increase context timeout to 600s
* perf improvement
* handle error
* return tableName as response to query
* support multiple queries tableName
* perf: improve memory and latency
* feat: add getSubTree custom func and smart trace detail algo to ee
* fix: create new functions for ee
* chore: refactor codebase
* chore: refactor frontend code
Co-authored-by: Ankit Nayan <ankit@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-11-24 18:18:19 +05:30
Vishal Sharma
a50d7f227c
Feat: dynamic tooltip ( #1705 )
...
* feat: integrate config service with query service
* feat: add tooltip checkpoint
* feat: add support for dark and light mode icons
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2022-11-14 14:29:13 +05:30
Srikanth Chekuri
9735a6e5ce
feat: add ability to import Grafana dashboards ( #1700 )
...
* feat: add ability to import Grafana dashboards
* chore: remove unnecessary file
* chore: more 9XX support
* chore: some more hacks
* chore: update deps
* chore: arrange equal spaced widgets instead of inheriting from grafana
2022-11-10 16:49:54 +05:30
Amol Umbark
106033c296
Feature: SSO Login and Feature gating in UI ( #1605 )
...
* feat: added usefeatureflags hook and relevant code
* chore: resolved lint issues
* chore: applied translations
* feat: added signup for sso
2022-10-04 13:43:58 +05:30
Palash Gupta
9372f763c8
feat: SAML settings is updated ( #1556 )
...
* chore: getFeatureFlag is implemented
* feat: authDomain are added
2022-10-03 21:27:42 +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
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
74f947a028
fix: live tail sse prod issue
2022-08-16 12:59:07 +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
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
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
Palash
64e638fd58
test: signup page and login page test are updated ( #1351 )
...
* test: sign-up test are updated
* test: fail test of version api is added
* test: more test case over signup page is added
* test: coverage is added
* chore: auth json is updated
* test: auth token and refresh token test is updated
2022-07-13 20:43:36 +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
Srikanth Chekuri
669dc05eec
fix: add request/response interceptors for ApiV2Instance
2022-07-01 00:56:15 +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
Prashant Shahi
642c6c5920
chore: TTL and S3 config related changes ( #1201 )
...
* fix: 🐛 convert TTL APIs to async
* chore: add archive support
* chore: update TTL async APIs according to new design
* chore: 🔥 clean removeTTL API
* fix: metrics s3 config
* feat: ttl async with polling (#1195 )
* feat: ttl state message change and time unit language changes (#1197 )
* test: ✅ update tests for async TTL api
* feat: ttl message info icon (#1202 )
* feat: ttl pr review changes
* chore: refractoring
Co-authored-by: makeavish <makeavish786@gmail.com>
Co-authored-by: Pranshu Chittora <pranshu@signoz.io>
Co-authored-by: palash-signoz <palash@signoz.io>
Co-authored-by: Pranay Prateek <pranay@signoz.io>
2022-05-25 18:19:44 +05:30
Palash gupta
bbed3fda22
fix: set retention query is fixed
2022-05-20 13:39:23 +05:30
Palash gupta
429e3bbd0d
fix: logout is fixed
2022-05-19 13:43:54 +05:30
palash-signoz
084d8ecccd
chore: logout is updated ( #1100 )
2022-05-05 21:21:39 +05:30
palash-signoz
4067aa5025
chore: handled the null case ( #1096 )
2022-05-05 16:16:13 +05:30
Palash gupta
039201acae
chore: interceptor is updated
2022-05-04 12:31:37 +05:30
palash-signoz
22454abc4a
chore: api is updated ( #1053 )
2022-05-04 12:02:14 +05:30
palash-signoz
5f529e1c10
feat: refresh token is fixed ( #1049 )
2022-05-04 01:05:38 +05:30
palash-signoz
9f5241e82c
chore: error message is updated ( #1037 )
2022-05-03 21:21:10 +05:30
palash-signoz
e903277143
feat: sorting duration is added ( #1032 )
...
* feat: sorting duration is added in trace filter page
2022-05-03 21:14:40 +05:30
Pranshu Chittora
7948bca710
feat: resource attributes based filter for metrics ( #1022 )
...
* feat: resource attributes based filtering enabled
2022-05-03 15:41:40 +05:30
palash-signoz
9351fd09c2
bug: exclude param is added in the getTagFilters ( #1025 )
2022-05-03 15:29:54 +05:30
palash-signoz
59f32884d2
Feat(UI): Auth ( #1018 )
...
* auth and rbac frontend changes
2022-05-03 15:27:09 +05:30
Amol Umbark
3ef9d96678
Pagerduty - Create, Edit and Test Features ( #1016 )
...
* enabled sending alerts to pagerduty
2022-05-03 11:28:00 +05:30
palash-signoz
b335d440cf
Feat: import export dashboard ( #980 )
...
* feat: added import & export functionality in dashboards
2022-04-25 22:41:46 +05:30
palash-signoz
5424c7714f
feat: Error exception ( #979 )
...
* feat: error expection page is made
2022-04-22 20:03:08 +05:30
Amol Umbark
2b5b79e34a
(feature): UI for Test alert channels ( #994 )
...
* (feature): Implemented test channel function for webhook and slack
2022-04-22 16:56:18 +05:30
palash-signoz
2a348e916c
feat: version page is added ( #924 )
...
* feat👔 : getLatestVersion api is added
* chore: VERSION page is added
* feat: ✨ version page is added
* chore: all string is grabbed from locale
* chore: warning is removed
* chore: translation json is added
* chore: feedback about version is added
* chore: made two different functions
* unused import is removed
* feat: version changes are updated
* chore: if current version is present then it is displayed
2022-04-05 18:21:25 +05:30
Pranshu Chittora
3b3fd2b3a9
chore: update type
2022-04-05 16:09:04 +05:30
Pranshu Chittora
24d6a1e7b2
feat: s3 ttl validation
2022-04-04 19:38:23 +05:30
Pranshu Chittora
5be1eb58b2
feat: ttl api integration
2022-04-04 15:26:29 +05:30
Pranshu Chittora
8367c106bc
Merge branch 'develop' of github.com:SigNoz/signoz into pranshuchittora/feat/ttl-s3
2022-04-04 15:06:33 +05:30
Pranshu Chittora
8064ae1f37
feat: ttl api integration
2022-04-04 15:06:06 +05:30
Palash gupta
eb0d3374d5
Merge branch 'develop' into tag-value-suggestion
2022-04-04 12:35:50 +05:30
Pranshu Chittora
20e924b116
feat: S3 TTL support
2022-04-01 15:12:30 +05:30
Amol Umbark
3dc94c8da7
(fix): Duplicate alerts in triggered alerts ( #932 )
...
* (fix): Duplicate alerts in triggered alerts fixed by changing source api from /alert/groups to /alerts
* (fix): added comments for removed lines of group api call
* (fix): restored all getGroup
2022-03-29 19:59:40 +05:30