Yunus M
1308f0f15f
feat: move chat support behind paywall ( #5673 )
...
* feat: move chat support behind paywall
* feat: wire up chat support paywall
* feat: move chat support code from app layout to separate component
* feat: add log events
2024-08-14 20:50:35 +05:30
Raj Kamal Singh
6c634b99d0
Feat: QS: query range progress api ( #5671 )
...
* feat: get query progress tracker started
* feat: flesh out query progress test some more and get first few assertions passing
* chore: flesh out query tracker tests and impl some more
* feat: add impl for QueryTracker.Subscribe
* feat: send latest update if available on subscription
* feat: broadcast query progress to all subscribers on update
* feat: finish plumbing query tracker happy path
* feat: finish with v0 impl for query progress tracker
* chore: some cleanup of query progress tracker
* feat: hook up query progress tracking for queryRangeV3
* feat: impl for query progress websocket API handler
* feat: implement Hijacker iface for loggingResponseWriter for websocket upgrades
* chore: some cleanup to query progress websocket API handler
* chore: some cleanup
* chore: move query progress impl into its own subpackage
* chore: separate in-memory tracker impl from interface
* chore: some more cleanup of in memory tracker
* chore: some more cleanup of query progress tracker
* chore: some final cleanups
2024-08-14 19:53:36 +05:30
Yunus M
9856335840
fix: hide beta icon in sidebar collapsed view ( #5693 )
2024-08-14 18:01:29 +05:30
Yunus M
e85b405396
fix: dashboards listing and details page css fixes ( #5672 )
...
* fix: dashboards listing and details page css fixes
* chore: remove commented code
2024-08-14 12:22:15 +05:30
Vishal Sharma
e2e965bc7f
chore: zeus features ( #5686 )
...
* chore: zeus features
* chore: add tests and improve logging
2024-08-14 10:10:33 +05:30
Srikanth Chekuri
7811fdd17a
fix: nil pointer dereference for empty payload ( #5680 )
2024-08-12 21:43:38 +05:30
Yunus M
0dca1237b9
feat: add beta tag for service map and light mode ( #5674 )
...
* feat: add beta tag for service map and light mode
* chore: update test case
2024-08-12 16:41:47 +05:30
Vikrant Gupta
f3d73f6d44
feat: use selected columns as pinned attributes ( #5601 )
...
* feat: use selected columns as pinned attributes
* chore: handle nested json structs
* chore: refactor and fix build issues
* feat: handle changes for dashboard list panel
* chore: remove console logs
2024-08-12 16:34:43 +05:30
Vikrant Gupta
187927403a
fix: clean out the panel type change attribute dependency ( #5648 )
...
* fix: clean out the panel type change attribute dependency
* fix: clean out the updater function as well
* fix: issue with rendering list panel as first and then moving around
2024-08-11 16:46:18 +05:30
Srikanth Chekuri
0157b47424
chore: add empty labels to response ( #5668 )
2024-08-09 18:19:15 +05:30
Srikanth Chekuri
156905afc7
fix: send alert default annotations for missing data alert ( #5315 )
2024-08-09 15:31:39 +05:30
CheetoDa
a4878f6430
chore: updated k8s instructions ( #5665 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-08-09 14:47:31 +05:30
Srikanth Chekuri
4489df6f39
feat: add runningDiff function ( #5667 )
2024-08-09 14:04:29 +05:30
Srikanth Chekuri
06c075466b
chore: add eval tests for threshold rule ( #5398 )
2024-08-09 12:34:40 +05:30
Srikanth Chekuri
62be3e7c13
chore: enable caching for all panel types in metrics v4 ( #5651 )
2024-08-09 12:32:11 +05:30
Srikanth Chekuri
bb84960442
chore: add alerts state history query service impl ( #5255 )
2024-08-09 12:11:05 +05:30
Kobe Cai
52199361d5
chore: fix error message typo on update log field api ( #5660 )
2024-08-09 10:08:40 +05:30
Srikanth Chekuri
f031845300
chore: make eval delay configurable ( #5649 )
2024-08-08 17:34:25 +05:30
Shaheer Kochai
6f73bb6eca
feat: login flow tests ( #5540 )
2024-08-08 09:18:23 +04:30
Shaheer Kochai
fe398bcc49
feat: my settings page tests ( #5499 )
...
* feat: my settings page tests
* chore: improve mysettings test names
* chore: remove commented code and console.log
* chore: add missing parentheses
2024-08-08 09:17:38 +04:30
Shaheer Kochai
6781c29082
feat: tests for alert channels settings ( #5563 )
...
* feat: tests for alert channels settings
* chore: overall improvements to alert channel settings tests
* chore: improve alerts dummy data
2024-08-08 08:52:15 +04:30
Raj Kamal Singh
eb146491f2
Feat: QS: query builder suggestions api v0 ( #5634 )
...
* chore: stash initial work with API signature
* chore: put together setup for integration testing filter suggestions
* feat: filter suggestions: suggest attribs using existing autocomplete logic
* chore: filter suggestions test: add expectation for example queries
* feat: filter suggestions: default suggestions when data yet to be received
* feat: finish plumbing basic example queries
* chore: add test for filter suggestions with an existing query
* feat: filter suggestions: don't suggest attribs already included in existing filter
* chore: generate example queries by including existing filter first
* chore: upgrade ClickHouse-go-mock
* chore: some cleanup of reader.GetQBFilterSuggestionsForLogs
* chore: some cleanup of filter suggestion tests
* chore: some cleanup to http handler and request parsing logic for filter suggestions
* chore: remove expectation that attrib suggestions won't contain attribs already used in filter
2024-08-08 09:27:41 +05:30
Vishal Sharma
ae325ec1ca
chore: handle traceID search 404 performance issue ( #5654 )
...
By setting max and min timestamp filter same as current timestamp when traceIDs are not found
2024-08-08 08:32:11 +05:30
Srikanth Chekuri
fd6f0574f5
fix: make timeshift work with cache ( #5646 )
2024-08-06 20:24:06 +05:30
rahulkeswani101
b819a90c80
feat: added links to integrations page in onboarding section ( #5606 )
...
* feat: added links to integrations page in onboarding section
* feat: removed box shadow for button
* refactor: added routes object to navigate to integrations page
* feat: added new styles for data source name
2024-08-06 19:18:48 +05:30
rahulkeswani101
a6848f6abd
fix: added card to show message for deleted alert id ( #5565 )
...
* fix: added card to show message for deleted alert id
* refactor: added new constants for handling error message when alert is deleted
* refactor: added error response to error message field
* refactor: removed console statement
* refactor: renamed the variables
2024-08-06 19:09:49 +05:30
Shivanshu Raj Shrivastava
abe65975c9
Merge pull request #5542 from shivanshuraj1333/api-kafka
...
messaging queue, consumer lag APIs
2024-08-06 17:58:01 +05:30
Shivanshu Raj Shrivastava
5cedd57aa2
Merge branch 'develop' into api-kafka
2024-08-06 16:30:30 +05:30
rahulkeswani101
80a7b9d16d
feat: added link for dashboard name ( #5544 )
...
* feat: added link for dashboard name
* refactor: added getLink function to get the link of dashboard details page
* refactor: changed the color for dashboard name
* refactor: updated the classname for dashboard name
* fix: update css tokens and light mode design
---------
Co-authored-by: vikrantgupta25 <vikrant.thomso@gmail.com >
2024-08-06 13:33:51 +05:30
Shivanshu Raj Shrivastava
9f7b2542ec
Merge branch 'develop' into api-kafka
2024-08-06 10:13:28 +05:30
Srikanth Chekuri
4a4c9f26a2
chore: add Reduce To for pie chart ( #5629 )
2024-08-05 20:53:52 +05:30
shivanshu
c957c0f757
chore: addressing review comments
2024-08-05 18:14:40 +05:30
shivanshu
3ff0aa4b4b
chore: consumer group filtering
2024-08-05 18:09:58 +05:30
shivanshu
063c9adba6
chore: pr-reviews
2024-08-05 18:09:58 +05:30
shivanshu
5c3ce146fa
chore: add queue type
2024-08-05 18:09:58 +05:30
shivanshu
481bb6e8b8
feat: add consumer and producer APIs
2024-08-05 18:09:58 +05:30
Yunus M
61e6316736
feat: add 1 month option in time range ( #5639 )
2024-08-05 16:57:24 +05:30
Vikrant Gupta
f9d1494657
feat: added support for units for formula columns in table panel type ( #5638 )
...
* feat: added support for formula columns units
* chore: add unit test cases for query and formula units
2024-08-05 16:54:45 +05:30
dependabot[bot]
0021b4d784
chore(deps): bump fast-loops from 1.1.3 to 1.1.4 in /frontend ( #5465 )
...
Bumps [fast-loops](https://github.com/robinweser/fast-loops ) from 1.1.3 to 1.1.4.
- [Commits](https://github.com/robinweser/fast-loops/commits )
---
updated-dependencies:
- dependency-name: fast-loops
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 10:51:27 +05:30
Yunus M
a5d5800871
feat: enable pagination for service listing,key operations,explorer table and dashboard table ( #5625 )
2024-08-02 21:51:09 +05:30
Srikanth Chekuri
16dc90bbd1
chore(telemetry): add telemetry for metrics query type and count prom… ( #5627 )
2024-08-02 18:45:02 +05:30
Prashant Shahi
fff61379fe
fix: mount root path in /hostfs for hostmetrics ( #5534 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-08-02 16:06:21 +05:30
Vikrant Gupta
08a415032c
chore: added service name and time params for top level operations ( #5552 )
...
* chore: added service name and time params for top level operations
* fix: build issues
* chore: update the useTopLevelOpertions to send start and end time
* chore: added extra checks to not send the param when undefined
* chore: added extra checks to not send the param when undefined
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-08-01 14:17:00 +05:30
Raj Kamal Singh
3783ffdd4c
feat: show log severity indicator based on severity number if it's available when severity text is unknown ( #4971 )
...
* feat: set log sev indicator based on severity number if severity text is unknown
* chore: some cleanup
* chore: some more cleanup
* chore: update log state indicator utils test
* chore: some more cleanup
* fix: priority to severity_number over severity_text and update tests
* fix: made the severity_text check case insensitive and added null checks
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-08-01 12:06:29 +05:30
Vikrant Gupta
a8e4359d95
fix: logs context not working because of incorrect request data ( #5595 )
2024-08-01 11:29:05 +05:30
UnCool-0x
d9e94a4067
feat: windows onboarding in cloud ( #5525 )
...
* feat: windows onboarding in cloud
* fix: missed file instructions
* feat: assigned vars
* feat: windows onboarding minor changes
---------
2024-08-01 09:27:13 +05:30
rahulkeswani101
ae19eaa76a
feat: redirect to original page after login ( #5604 )
2024-08-01 08:49:26 +05:30
SagarRajput-7
fff9954da2
Schedule maintainence release changes ( #5585 )
...
* feat: schedule maintenance feedback fixes
* feat: schedule maintenance feedback fixes
* feat: code refactor
* feat: code refactor
* feat: fixed incorrect payload values from start and endTime
* feat: sorted list by updatedAt
* feat: removed dependency on BE response prop - kind
* feat: fixed timezone switching and adding different timezones
2024-07-31 22:30:42 +05:30
Vikrant Gupta
220edd139a
fix: do not send query_range api call on every keystroke ( #5613 )
2024-07-31 21:21:02 +05:30
Raj Kamal Singh
59121bd932
chore: nginx integration: add note about adjusting regex if using custom log format ( #5615 )
2024-07-31 17:52:51 +05:30
Vishal Sharma
aef935a817
feat: faster traceID based filtering ( #5607 )
...
* feat: faster traceID based filtering
* chore: add error log
2024-07-31 16:00:57 +05:30
Srikanth Chekuri
f300518d61
chore: add telemetry for channel types ( #5602 )
2024-07-31 15:15:19 +05:30
Yunus M
18b608a1d8
feat: update logEvent to silently handle errors ( #5599 )
2024-07-30 18:24:55 +05:30
Yunus M
738d62c9cf
fix: show 0 as limit is user has set it to 0 ( #5605 )
2024-07-30 18:09:29 +05:30
Srikanth Chekuri
38e694cd36
chore: only fetch top level operation from the selected time window ( #5404 )
2024-07-30 02:02:50 +05:30
Vikrant Gupta
1281330c52
fix: disable the unlock dashboard btn for integration dashboards ( #5573 )
...
* fix: disable the unlock dashboard btn for integration dashboards
* chore: added test cases for the integration / non integration dashboards
2024-07-29 15:47:09 +05:30
Yunus M
7b7cca7db7
chore: remove commented code ( #5445 )
2024-07-29 11:45:03 +05:30
rahulkeswani101
3134e8c1cf
feat: removed top nav from new alerts landing page ( #5538 )
...
* feat: removed top nav from new alerts landing page
* feat: added new function to check new alerts landing page
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-07-29 11:42:55 +05:30
Vikrant Gupta
d00024b64a
feat: preference framework qs changes ( #5527 )
...
* feat: query service changes base setup for preferences
* feat: added handlers for user and org preferences
* chore: added base for all user and all org preferences
* feat: added handlers for all user and all org preferences
* feat: register the preference routes and initDB in pkg/query-service
* feat: code refactor
* chore: too much fun code refactor
* chore: little little missing attributes
* fix: handle range queries better
* fix: handle range queries better
* chore: address review comments
* chore: use struct inheritance for the all preferences struct
* chore: address review comments
* chore: address review comments
* chore: correct preference routes
* chore: low hanging optimisations
* chore: address review comments
* chore: address review comments
* chore: added extra validations for the check in allowed values
* fix: better handling for the jwt claims
* fix: better handling for the jwt claims
* chore: move the error to preference apis
* chore: move the error to preference apis
* fix: move the 401 logic to the auth middleware
2024-07-29 09:51:18 +05:30
Prashant Shahi
4360cd0397
fix(saml): handle invalid email domain ( #5580 )
...
### Summary
Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains.
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-07-27 09:52:53 +05:30
Vishal Sharma
a688b6c60e
Revert "fix(saml): handle invalid email domain ( #5564 )" ( #5579 )
...
This reverts commit ba7e6fcf23 .
2024-07-27 08:47:44 +05:30
Vishal Sharma
522e73b48e
chore: move facing issues button in dashboards and disable intercom ping ( #5571 )
...
* chore: move facing issues button in dashboards and disable intercom ping
* chore: review comment
2024-07-26 18:51:48 +05:30
Prashant Shahi
ba7e6fcf23
fix(saml): handle invalid email domain ( #5564 )
...
### Summary
Handle the scenario when email with domain is used for SSO Login which does not match authenticated domains.
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-07-26 18:41:39 +05:30
Vibhu Pandey
eefccafa5b
feat(gateway): remove feature flag ( #5561 )
2024-07-26 12:31:33 +05:30
Vikrant Gupta
05bd6d52f1
fix: relative time param from the url not respected ( #5545 )
...
* fix: relative time param from the url not respected
* chore: added code comments and the priorities of the params
* fix: added validity checks for the relativeTime in the url
2024-07-25 23:23:01 +05:30
Vikrant Gupta
d60daef171
fix: handle the super set query reset state when changing widgets ( #5539 )
2024-07-23 20:21:25 +05:30
Vikrant Gupta
d50530f58c
fix: retain the step interval while creating alerts from the dashboard panel ( #5455 )
...
* fix: use the same step interval as in the dashboard query while creating alerts from panel
* chore: added extra safety checks
* chore: add test cases for the mapQueryDataFromAPI utils
* chore: added functions test cases as well
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-07-23 17:20:31 +05:30
Yunus M
6957bd71ca
chore: move from trackEvent to logEvent ( #5530 )
...
* chore: move from trackEvent to logEvent
* feat: update test cases
2024-07-23 16:32:45 +05:30
Vikrant Gupta
ef8b50c19e
chore: addition of jest test cases for dashboards panels ( #5506 )
...
* chore: added value panel wrapper jest tests
* chore: added column units and legends test for table panel wrapper
2024-07-22 21:10:48 +05:30
Nityananda Gohain
1585065fff
fix: use proper indexes for full text search ( #4787 )
...
* fix: use proper indexes for full text search
* fix: tests updated
* feat: lower support only for body and not attributes
* fix: remove default tolower
* fix: add comment for json key split
* fix: remove ilike only for body searches
* fix: minor fixes
* fix: minor fixes
2024-07-22 17:46:35 +05:30
Yunus M
99c68ddbcd
feat: add learn more urls to ingestion settings page ( #5526 )
...
* feat: add learn more urls to ingestion settings page
* feat: enable multi ingestion settins for editors, add basic test cases
2024-07-22 16:29:00 +05:30
Vikrant Gupta
b08e859426
fix: do not add select columns when the datasource is logs ( #5515 )
...
* fix: do not add select columns when the datasource is logs
* chore: added data test id
2024-07-22 13:43:47 +05:30
SagarRajput-7
89fd3e4f55
chore: added trace filter test cases ( #5451 )
...
* feat: added trace filter test cases
* feat: added trace filter test cases - initial render
* feat: added test cases - query sync, filter section behaviour etc
* feat: deleted mock-data files
* feat: added test cases of undefined filters and items
* feat: deleted tsconfig
* feat: added clear and rest btn test cases for traces filters
* feat: added collapse and uncollapse test for traces filters
2024-07-22 11:05:20 +05:30
Vibhu Pandey
a2492b0135
ci(github): change to beta ( #5524 )
...
* ci(github): change to beta
* Update testing-deployment.yaml
* ci(staging): bump to beta
2024-07-19 11:59:40 +05:30
Nityananda Gohain
eb8ca5a7ca
fix: ignore offset if timestamp is selected in order by ( #5520 )
...
* fix: ignore offset if timestamp is selected in order by
* fix: tests updated
2024-07-18 18:03:39 +05:30
Pranay Prateek
80133240ca
fix: update community link ( #5516 )
...
* update community link
* Update copyright year
2024-07-18 17:25:32 +05:30
Vikrant Gupta
7d7d112f40
fix: the dashboard locked bar should be sticky at the bottom ( #5512 )
2024-07-18 13:56:18 +05:30
SagarRajput-7
add2d19614
fix: fixed logEvent breaking page due to lack of null checks ( #5511 )
...
* fix: fixed logEvent breaking page due to lack of null checks
* fix: fixed logEvent breaking page due to lack of null checks
2024-07-18 13:54:05 +05:30
Vikrant Gupta
adfe20e88a
fix: url params should not propagate across pages ( #5417 )
...
* fix: dashboards list url query params isolation
* feat: order query param old logs explorer isolation
* feat: added extra checks in place
* fix: refactor the dashboards list page for better performance
* chore: add test cases for the dashboards list page
* fix: added test cases for dashboards list page
* fix: added code comments
* fix: added empty state for dashboards and no search state
2024-07-18 12:25:31 +05:30
Vishal Sharma
d3b83f5a41
chore: update heartbeat interval logic ( #5507 )
...
* chore: update heartbeat interval logic
* chore: address review comment
2024-07-17 17:05:15 +05:30
B Kevin Anderson
77eba9a558
fix: list panel not querying selected columns ( #5452 )
...
Added log and traces columns to query for list panels
Closes #5064
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-07-17 12:19:00 +05:30
Vikrant Gupta
43e73e06fe
chore: helpers required for dashboards e2e test cases ( #5496 )
...
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
* chore: helpers required for dashboards e2e test cases
2024-07-16 18:35:59 +05:30
Vikrant Gupta
840d8b2e49
fix: 404 not found when intercepting the ingestion key calls ( #5490 )
2024-07-16 14:30:03 +05:30
Vishal Sharma
df751c7f38
chore: add activation events ( #5474 )
2024-07-16 14:18:59 +05:30
Shaheer Kochai
cd07c743b6
Implement OverlayScrollbars throughout the app for MacOS-like scrolling experience ( #5423 )
...
* feat: build overlay scrollbar component for Virtuoso elements
* feat: apply overlay scroll to Virtuoso components
* feat: build overlay scrollbar component for normal scrollable sections
* feat: apply overlay scrollbar to normal scrollable sections
* feat: add dark mode UI support to overlay scrollbars
* chore: rename OverlayScrollbar to OverlayScrollbarForTypicalChildren
* chore: move inline style to scss file
* chore: rename VirtuosoOverlayScrollbar to OverlayScrollbarForVirtuosoChildren
* chore: move OverlayScrollbarForTypicalChildren to components folder
* chore: create a common component for handling Virtuoso and Typical scroll sections
* chore: rename Virtuoso and Typical Overlay Scrollbar components
* fix: fix the overlay scrollbar initialization flickering
* fix: remove calculated height from typical overlay scrollbar + remove the explicit height: 100%
2024-07-16 14:16:13 +05:30
Shaheer Kochai
46e6c34e51
fix: block alert creation if query_range API fails ( #5441 )
2024-07-16 14:13:25 +05:30
Yunus M
42f7905b3b
feat: show status message, status code string, span kind in trace det… ( #5428 )
...
* feat: show status message, status code string, span kind in trace details
* chore: update tests
* chore: update snapshots
2024-07-16 11:00:29 +05:30
Vikrant Gupta
a6e68c6519
fix: issue with table sorting when column contains both string and numbers ( #5458 )
2024-07-15 21:15:37 +05:30
Vikrant Gupta
c7e3e6dc4e
fix: retain legends while changing panel types ( #5447 )
2024-07-15 21:04:49 +05:30
Srikanth Chekuri
9194ab08b6
fix: incorrect response for promql value type panels ( #5497 )
2024-07-15 18:06:39 +05:30
Srikanth Chekuri
3ecb2e35ef
chore: use version v4 for export panel from explorer pages ( #5438 )
2024-07-12 18:49:24 +05:30
SagarRajput-7
9844dcdfb7
fix: added logic to keep sections uncollapsed for all filtered items ( #5371 )
2024-07-10 12:43:39 +05:30
SagarRajput-7
ddf5569ce9
fix: added null check on filters obj ( #5419 )
...
* fix: added null check on filters obj
* feat: added test cases of undefined filters and items
* feat: added comments
2024-07-10 11:56:11 +05:30
Nityananda Gohain
83455e614e
fix: disable removing a selected field ( #5457 )
...
* fix: disable removing a selected field
* fix: comment updated with issue link
* fix: remove local db
2024-07-10 11:23:29 +05:30
Srikanth Chekuri
831de18464
fix: concurrent map writes to temporalityMap ( #5432 )
2024-07-10 11:00:28 +05:30
dependabot[bot]
3b2a811f7b
chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 ( #5463 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.64.0 to 1.64.1.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.64.0...v1.64.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-10 08:11:53 +05:30
Yunus M
2c7a5126fd
update project maintainers ( #5460 )
2024-07-10 00:30:25 +05:30
Shaheer Kochai
87f1597d4e
fix: prevent overwriting query expression and queryName on switching between panel types ( #5430 )
2024-07-09 08:13:35 +04:30
Shaheer Kochai
916663b4d5
fix: fix the explorer toolbar buttons padding ( #5443 )
2024-07-09 08:12:25 +04:30
Shaheer Kochai
b0e355eb64
fix: properly render \n and \t in log details + apply Geist Mono font to the logs ( #5347 )
...
* fix: properly render newline and tab in log details
* fix: change font family and add tab size to properly render \t
* feat: apply Geist Mono font to the logs
2024-07-09 08:11:46 +04:30
Shaheer Kochai
69a39531f0
Merge pull request #5440 from SigNoz/feat--add-react-query-dev-tools-in-dev-env
...
chore: add react-query devtools in development env
2024-07-08 20:01:21 +04:30
SagarRajput-7
9c9ed741b2
feat: changed name from 'Histogram' to 'Frequency chart' ( #5369 )
...
* feat: changed name from 'Histogram' to 'Frequence chart'
* feat: cdoe refactor and test case changes
* feat: added test case for frequency chart
2024-07-08 20:02:10 +05:30
SagarRajput-7
e6eaaa660a
feat: added invite team member from onboarding flow ( #5410 )
...
* feat: added invite team member from onboarding flow
* feat: removed commented code and added text to strings-translations
* feat: added en-gb strings
* feat: added more text to strings
* feat: removed commented code and app.ts changes
* feat: added test case for onboarding and invite flow
* feat: added invite team member logEvents
* feat: resovled comments
* feat: cdoe refactor and test case changes
2024-07-08 19:50:29 +05:30
Vikrant Gupta
79eef5bb91
fix: clickhouse editor cursor sync issue ( #5435 )
2024-07-08 19:27:02 +05:30
Vikrant Gupta
4d64f1dede
chore: better logging for duplicate keyboard shortcuts ( #5425 )
...
* chore: better logging for duplicate keyboard shortcuts
* chore: skip flaky test
* fix: make the shortcut error silent in prod
2024-07-08 19:25:50 +05:30
Vikrant Gupta
bf177882e6
fix: resize observer charts issue in alerts builder ( #5436 )
2024-07-08 19:24:05 +05:30
SagarRajput-7
f6b29999c9
fix: added right margin to facing issues btn on dashboad detail page ( #5365 )
...
* fix: added right padding to facing issues btn on dashboad detail page
* fix: added right margin instead of padding
2024-07-08 19:17:27 +05:30
Shaheer Kochai
75815897b0
Merge branch 'develop' into feat--add-react-query-dev-tools-in-dev-env
2024-07-08 10:53:14 +04:30
SagarRajput-7
c9309eecaa
feat: added empty states for list, trace and timeSeried view in traces ( #5290 )
...
* feat: added empty states for list, trace and timeSeried view in traces
* feat: test case skip
* feat: fixed import order
* feat: added utm parameter link
* feat: added strings
* feat: resovled comments
* feat: added common doclinks util
* feat: test case updated:
2024-07-08 11:19:07 +05:30
ahmadshaheer1
4264fc0f3a
feat: add react-query devtools in development env
2024-07-07 10:46:49 +04:30
Prashant Shahi
ef854910db
Merge pull request #5437 from SigNoz/sync/signoz-0.49.1
...
Sync/signoz 0.49.1
2024-07-05 19:56:34 +05:30
Prashant Shahi
6b8b2ae761
Merge pull request #5429 from SigNoz/release/v0.49.x
...
Release/v0.49.1
2024-07-04 22:37:04 +05:30
Prashant Shahi
a48340a2ea
Merge branch 'main' into release/v0.49.x
2024-07-04 22:27:41 +05:30
Prashant Shahi
e542d2ee09
chore(signoz): 📌 pin versions: SigNoz 0.49.1, SigNoz OtelCollector 0.102.2
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-07-04 22:24:57 +05:30
Prashant Shahi
08431131a9
Merge branch 'develop' into release/v0.49.x
2024-07-04 22:21:07 +05:30
Nityananda Gohain
1b0ec8ac43
fix: typecase support added for float to int ( #5408 )
2024-07-04 12:08:42 +05:30
Yunus M
2e0ddc7c7f
chore: remove dynamic config invocation ( #5416 )
2024-07-04 01:07:55 +05:30
Prashant Shahi
858a0cb0de
Merge pull request #5418 from SigNoz/release/v0.49.x
...
Release/v0.49.x
2024-07-03 18:54:14 +05:30
Prashant Shahi
216ad36234
chore(signoz): 📌 pin versions: SigNoz 0.49.0, SigNoz OtelCollector 0.102.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-07-03 16:53:11 +05:30
Prashant Shahi
6628abd435
Merge branch 'main' into release/v0.49.x
2024-07-03 16:51:16 +05:30
dependabot[bot]
7c81270ed9
chore(deps): bump ws from 7.5.9 to 7.5.10 in /frontend ( #5265 )
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 15:39:28 +05:30
dependabot[bot]
81c3e6fa65
chore(deps): bump braces from 3.0.2 to 3.0.3 in /frontend ( #5196 )
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-03 12:33:22 +05:30
Yunus M
d215ce09b0
fix: remove pagination from members listing in org settings page ( #5400 )
2024-07-03 10:30:41 +05:30
Raj Kamal Singh
161a69fbe9
chore: remove workaround for supporting pipeline filters using attribs with . replaced with _ ( #5405 )
2024-07-02 17:14:08 +05:30
Srikanth Chekuri
3ee51770fd
chore: remove rules dependency in CH reader ( #5396 )
2024-07-02 12:03:01 +05:30
Nityananda Gohain
932b7ddc69
fix: orderby validation and correction in logs old QB ( #5399 )
2024-07-02 11:53:30 +05:30
Vishal Sharma
6e466df89d
chore: update posthog-js ( #5382 )
2024-07-01 21:11:31 +05:30
Srikanth Chekuri
326dec21fd
fix: use the correct formatter for the description ( #5388 )
2024-07-01 18:34:02 +05:30
Srikanth Chekuri
b0b69c83db
fix: use fill gaps only for time series panel types ( #5387 )
2024-07-01 14:06:28 +05:30
Vikrant Gupta
02106277a6
fix: restructure code to handle loading state for panel type change ( #5378 )
...
* fix: restructure code to handle loading state for panel type change
* fix: add inline comments
2024-06-28 13:53:35 +05:30
Vikrant Gupta
b34509215e
fix: pie chart panels not rendering ( #5376 )
...
* fix: pie chart panels not rendering
* fix: restructure code
2024-06-28 12:10:57 +05:30
Raj Kamal Singh
fd603b8fdf
Fix: pipeline alias collisions shouldnt lead to duplicate log processors ( #5372 )
...
* chore: add test validating pipeline alias collisions dont lead to bad config recommendations
* chore: emit error log on detecting duplicate processors in generated config
* chore: ensure collector config processor names for pipelines are unique
* chore: minor cleanups
2024-06-28 09:31:21 +05:30
Vikrant Gupta
c5d23336a7
chore: move the table calculation to backend ( #5351 )
2024-06-27 22:04:14 +05:30
SagarRajput-7
53c6288025
feat: added track event in Alerts - (multiple places) ( #5354 )
...
* feat: added track event in Alerts - (multiple places)
* feat: comment resolve and code refactor
* feat: add Alert Channel: Channel list page visited event
* feat: removed testSuccess variable and used responseStatus directly
* feat: added save status in alert channel: save action
* feat: added channel detail in save and test notification event
* feat: code refactor
* feat: added status message for save and test
* feat: added status message for save channel events
* feat: code refactor
2024-06-27 21:40:11 +05:30
Nityananda Gohain
4f2c314f39
feat: add spanKind and status in span response ( #5120 )
...
* feat: add spanKind and errorMessage in span response
* fix: add statusCodeString
2024-06-27 12:34:23 +05:30
Shaheer Kochai
1ad61615c6
Merge pull request #5362 from SigNoz/fix-duplicate-severityText-in-raw-logs
...
fix: remove duplicate severityText in raw logs
2024-06-27 10:31:49 +04:30
ahmadshaheer1
7ddfadfb18
fix: remove duplicate severityText in raw logs
2024-06-27 09:18:39 +04:30
KJ
a7e02af8b0
Hot rod load command fix ( #5352 )
...
* fix: added user_count and spawn_rate options to hotRod load data command
* fix: removed locust_count and hatch_rate options
* fix: updated user_count and spawn_rate values to the default values used in other places
---------
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-06-27 00:07:34 +05:30
Vikrant Gupta
da3f6fd7fd
fix: labelsArray being returned null despite of labels being present ( #5357 )
2024-06-26 22:09:14 +05:30
Shaheer Kochai
a453471b51
Merge pull request #5316 from SigNoz/remove-pagination-for-single-page-lists-
...
feat: remove pagination for single-page lists
2024-06-26 19:54:11 +04:30
ahmadshaheer1
13df87ed69
chore: discard passing 'hideOnSinglePage' to <ResizeTable, since already overridden
2024-06-26 18:44:27 +05:30
ahmadshaheer1
f23ceea54e
chore: remove the unnecessary hideOnSinglePage prop
2024-06-26 18:44:27 +05:30
ahmadshaheer1
46b4c8a004
chore: extract pagination config
2024-06-26 18:44:27 +05:30
ahmadshaheer1
580198ca7a
feat: remove pagination for single-page lists
2024-06-26 18:44:27 +05:30
Vikrant Gupta
2fb5b16840
fix: search not working in services table ( #5353 )
2024-06-26 16:30:11 +05:30
Srikanth Chekuri
de571aa69a
chore: flaky TestTransformToTableForClickHouseQueries ( #5355 )
2024-06-26 16:19:24 +05:30
Srikanth Chekuri
daa5a05677
chore: update table response format ( #5349 )
2024-06-26 14:34:27 +05:30
CheetoDa
4f69996b9d
fix: aks collector instruction fix ( #5350 )
2024-06-26 11:43:55 +05:30
SagarRajput-7
6c402d9e46
fix: added correct query for external metric service graph ( #5318 )
2024-06-25 21:31:52 +05:30
Prashant Shahi
c6e9eeeee6
Merge pull request #5348 from SigNoz/release/v0.48.1
...
Release/v0.48.1
2024-06-25 19:54:14 +05:30
Prashant Shahi
97b66741a7
chore(signoz): 📌 pin versions: SigNoz 0.48.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-06-25 17:59:37 +05:30
Prashant Shahi
6b234da969
Merge branch 'main' into release/v0.48.1
2024-06-25 17:58:39 +05:30
Vishal Sharma
51032f6caa
chore: move posthog to segment ( #5330 )
2024-06-25 15:50:09 +05:30
Vikrant Gupta
41f91db622
fix: apdex tooltip not visible in service details page ( #5346 )
2024-06-25 14:01:49 +05:30
Srikanth Chekuri
52e0303997
fix: table order by with builder queries ( #5308 )
2024-06-25 13:42:40 +05:30
Vikrant Gupta
5df25e83d1
fix: make the license key check case insensitive ( #5331 )
...
* fix: make the license key check case insensitive
* fix: added safety checks
2024-06-25 10:56:52 +05:30
Srikanth Chekuri
873280abea
chore: read double pointer numbers from result ( #5300 )
2024-06-25 10:32:44 +05:30
Srikanth Chekuri
8ccdc71eaf
chore: remove deprecated option ( #5239 )
2024-06-25 10:10:33 +05:30
Prashant Shahi
d5f156a6e9
ci(push): include POSTHOG_KEY environment in frontend ( #5327 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-06-24 19:24:42 +05:30
Vikrant Gupta
cc7559ddee
fix: stacked series no data case ( #5328 )
2024-06-24 18:17:34 +05:30
Yunus M
415057c260
feat: go to traces should use start time and end time from trace details ( #5326 )
...
* feat: go to traces should use start time and endtime from trace details
* chore: remove console log
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2024-06-24 16:57:05 +05:30
Vishal Sharma
89b67b8880
chore: posthog js init ( #5324 )
...
* chore: posthog js init
* feat: posthog events
---------
Co-authored-by: YounixM <myounis.ar@live.com >
2024-06-24 16:48:25 +05:30
Vishal Sharma
878cb7c0a6
fix: trace detail api start and end time ( #5325 )
2024-06-24 16:07:42 +05:30
Srikanth Chekuri
0375fc47a7
chore: add start/end millis for trace details response ( #5321 )
2024-06-24 14:45:26 +05:30
Srikanth Chekuri
a7a160df76
fix: incorrect telemetry query for samples ( #5314 )
2024-06-24 09:23:18 +05:30
Yunus M
8cd60b5c60
fix: handle overflow for attribute tooltips in trace details page ( #5313 )
2024-06-22 15:41:42 +05:30
CheetoDa
8ff392bc96
feat: azure monitoring docs ( #5159 )
...
* feat: azure monitoring docs
* chore: mapped paths
* chore: fixed instructions
* fix: added central collector steps
* fix: handle default azure steps, card alignment and reload issues
* fix: removed return true
---------
Co-authored-by: YounixM <myounis.ar@live.com >
2024-06-21 15:05:37 +05:30
SagarRajput-7
b59d9c7b90
fix: handled value as string from queryParams for trace filters ( #5274 )
...
* fix: handled value as string from queryParams for trace filters
* fix: added isArray check
2024-06-21 12:55:27 +05:30
Rajat Dabade
afcee9cd02
refactor: add to query should not open log detail drawer ( #4732 )
...
Co-authored-by: Rajat-Dabade <rajat@signoz.io >
2024-06-21 11:46:04 +05:30
Prashant Shahi
9dbef080c6
Merge pull request #5288 from SigNoz/release/v0.48.x
...
Release/v0.48.x
2024-06-20 20:49:47 +05:30
Vikrant Gupta
82a079e687
fix: move date time picker to click rather than hover ( #5296 )
2024-06-20 19:19:42 +05:30
Prashant Shahi
6c192f1242
Merge branch 'develop' into release/v0.48.x
2024-06-20 18:46:14 +05:30
Yunus M
adfeaaa1f0
feat: pass fill gaps to query range api ( #5276 )
2024-06-20 18:34:05 +05:30
Srikanth Chekuri
6ee9705599
chore: bump SigNoz/signoz-otel-collector and SigNoz/prometheus ( #5294 )
2024-06-20 18:33:45 +05:30
Vikrant Gupta
67965c8e4d
fix: dependent variable panel not updating ( #5283 )
...
* fix: dependent variable panel not updating
* fix: build issues
2024-06-20 17:21:04 +05:30
Yunus M
38b1de5ccc
feat: [5038] enable list view - add to dashboard ( #5268 )
...
* feat: [5038] enable list view - add to dashboard
* feat: pass page size for list view export
2024-06-20 17:05:18 +05:30
Yunus M
64e06ab3f9
fix: update from typography link to react router dom link component to maintain global state ( #5279 )
2024-06-20 11:34:27 +05:30
Prashant Shahi
537641000d
chore(signoz): 📌 pin versions: SigNoz 0.48.0, SigNoz OtelCollector 0.102.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-06-19 21:14:45 +05:30
Prashant Shahi
4916cf5083
Merge branch 'main' into release/v0.48.x
2024-06-19 20:57:30 +05:30
Vikrant Gupta
f3c2fb0246
fix: dashboard empty state learn more link not working ( #5287 )
2024-06-19 20:31:36 +05:30
Nityananda Gohain
a4e98e565d
feat: sanitize query and remove groupBy for list panel query ( #5285 )
2024-06-19 15:40:34 +05:30
Srikanth Chekuri
faa1728b8c
chore: threshold rule panel type to graph ( #5284 )
2024-06-19 14:19:30 +05:30
SagarRajput-7
b69e97d7b0
fix: fixed flakiness in alert list actions - delete, edit, clone & toggle ( #5237 )
...
* fix: fixed flakiness in alert list actions - delete, edit, clone & toggle
* fix: added onhover dropdown open and close
2024-06-19 12:10:43 +05:30
Vikrant Gupta
c0195e9dc9
fix: added null checks for stacked bar chart with fallbacks ( #5282 )
2024-06-19 11:50:18 +05:30
Vishal Sharma
b69545a771
fix: update companyDomain in before firing every event ( #5275 )
2024-06-19 10:49:57 +05:30
Vikrant Gupta
9a6db272c1
fix: update the error boundary components with sentry error boundary components ( #5271 )
...
* fix: update the error boundary components with sentry error boundary components
* fix: update fallback components
2024-06-18 19:04:06 +05:30
SagarRajput-7
45d6430ab3
fix: fixed panelType when creating alerts from histogram dashboard ( #5251 )
...
* fix: fixed panelType when creating alerts from histogram dashboard
* fix: added PANEL_TYPES.TIME_SERIES always for all type in case of alerts
2024-06-18 13:48:28 +05:30
SagarRajput-7
cf7bf32ac2
fix: fixed lightMode style for histogram panel ( #5236 )
2024-06-18 13:38:30 +05:30
SagarRajput-7
1695b4f06d
fix: convert timestamp in new trace explorer to user browser timezone and readable format ( #5235 )
...
* fix: convert timestamp in new trace explorer to user browser timezone and readable format
* fix: code refactor
2024-06-18 13:24:54 +05:30
SagarRajput-7
a65d5095a0
feat: added checkbox selection in dashboard variables ( #5191 )
...
* feat: added checkbox selection in dashboard variables
* feat: added checkbox selection - handling with only and all
* feat: added checkbox selection - style changes
* fix: fixed deselecting all options
* feat: fixed all showing up in single select
* feat: improve styles
* feat: fixed single select getting all values and array issues
* feat: updated test case
* feat: added max tag shown logic with count length and info on hover for overflowed content
2024-06-18 13:02:15 +05:30
Vikrant Gupta
0fade428ef
fix: table row data doesn't align with the response ( #5248 )
...
* fix: wrong values getting associated with the table rows
* fix: table columns rendering
* fix: remove console logs
2024-06-18 12:25:10 +05:30
Vikrant Gupta
3b4b9e43b3
fix: trace explorer not highlighting in sidenav ( #5263 )
2024-06-18 11:58:35 +05:30
Srikanth Chekuri
c104b758ba
chore: adjust the step interval for builder queries ( #5253 )
2024-06-17 22:59:28 +05:30
Vikrant Gupta
2a4e97f8da
fix: table sorting when units are present ( #5249 )
2024-06-17 15:51:04 +05:30
Srikanth Chekuri
f1b5da9916
chore: fix elapsed time formatting ( #5238 )
2024-06-17 09:00:55 +05:30
Yunus M
fe87711b25
fix: update view options not visible ( #5232 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2024-06-15 15:53:26 +05:30
SagarRajput-7
f824aa17dc
feat: added APM to new trace filter redirection ( #5225 )
2024-06-15 13:53:56 +05:30
Yunus M
e6ee5fc9e3
fix: text wrap in log details view, remove json/raw tag ( #5231 )
2024-06-15 13:07:26 +05:30
SagarRajput-7
a788230e70
feat: added alert rule empty state and product edu ( #5185 )
...
* feat: added alert rule empty state and product edu
* feat: added lightMode styles
* chore: update docs and card links
* feat: code refactor and added loadingState for newAlert btn
* chore: update alert links
---------
Co-authored-by: makeavish <makeavish786@gmail.com >
2024-06-15 12:56:37 +05:30
Yunus M
34750aba84
feat: show warning when the top level operations count is more than 2500 ( #5193 )
2024-06-14 17:06:40 +05:30
Srikanth Chekuri
dbfa4e80bb
chore: add common resource attributes for span metrics ( #5224 )
2024-06-14 16:24:28 +05:30
Srikanth Chekuri
ded58f5392
fix: do not return zero value for non-aggregated table result ( #5217 )
2024-06-14 16:23:56 +05:30
SagarRajput-7
aa9689e025
feat: added an option to create channel when no Channels are available in alert config ( #5195 )
...
* feat: added an option to create channel when no Channels are availabel in alert config
* feat: added tooltip for the case when nochannel
* feat: opened notification channel creation in new tab
* feat: added role permission on create-notification-btn and disabled on loading
* feat: added admin permission required message in tooltip
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2024-06-14 11:23:34 +05:30
Vikrant Gupta
f391ca8bb1
fix: dashboard listing default sorting by updatedAt ( #5200 )
...
* fix: dashboard listing default sorting by createdAt
* fix: respect pagination options
* fix: make it backwards compatible
* fix: sort by default by updated at
* fix: sort by default by updated at
2024-06-14 11:22:59 +05:30
SagarRajput-7
191a2a319d
feat: added link for example alerts ( #5216 )
2024-06-13 23:50:47 +05:30
Vishal Sharma
313fa4ae23
chore: open clickhouse builder by default on creating new exception based alert ( #5214 )
2024-06-13 22:16:39 +05:30
Srikanth Chekuri
cacf4b99c2
fix: apply having and limit clause on formulas ( #5201 )
2024-06-13 20:37:44 +05:30
SagarRajput-7
1f4a8b9834
fix: fixed flaky pipelineSearchSection test case ( #5189 )
2024-06-13 10:40:49 +05:30
SagarRajput-7
a681f6f397
fix: fix colors of graphs for lightMode and darkMode ( #5192 )
...
* fix: fix colors of graphs for lightMode and darkMode
* fix: fix colors of graphs for lightMode and darkMode
2024-06-13 09:57:29 +05:30
Vikrant Gupta
dc294ff6d5
fix: enable custom aggregate interval for all data sources across application ( #5074 )
...
* fix: step interval not working for logs alerts
* fix: build issues
* fix: do not auto update the step interval when user enters some value
* feat: remove initial default 60 from step interval
* feat: revert last change
* fix: step interval mapping
* fix: remove initial default 60 from step interval
* Revert "fix: remove initial default 60 from step interval"
This reverts commit d23ce5e7e2 .
* chore: fix backend
* chore: remove backend changes
* feat: enable the aggregate every interval across product
* fix: handle full view and landing view changes
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-06-12 17:38:05 +05:30
Vikrant Gupta
af8907d4f8
fix: default alerts yaxis unit doesn't reset on page change ( #5199 )
2024-06-12 17:34:42 +05:30
Srikanth Chekuri
f01b4f2c03
chore: support custom step interval ( #5186 )
...
* chore: support custom step interval
* chore: add comments
2024-06-12 12:21:27 +05:30
dependabot[bot]
a94231c00a
chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.3.0 to 1.6.0 ( #5194 )
...
Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go ) from 1.3.0 to 1.6.0.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases )
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md )
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/sdk/azcore/v1.3.0...sdk/azcore/v1.6.0 )
---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-12 07:30:29 +05:30
Srikanth Chekuri
2f949d2738
chore: address large number of staticcheck issues ( #5176 )
...
* chore: address large number of staticcheck issues
* chore: fix tests
* chore: fix more issue
* chore: fix options
2024-06-11 20:10:38 +05:30
Srikanth Chekuri
1645523ae9
chore: add fill gaps for query range ( #5155 )
...
* chore: add fill gaps for query range
* chore: fix empty result
2024-06-11 19:58:52 +05:30
SagarRajput-7
a319d1ec53
feat: added option to download billing usage data as csv ( #5158 )
...
* feat: added option to download billing usage data as csv
* feat: rounded off values to 2 decimal places
* feat: removed state and use useRef
* feat: removed ref and added a function handler for csv
* feat: added try-catch logic for handleCsvDownload function
* feat: added successful notification
2024-06-11 19:21:33 +05:30
Vikrant Gupta
699f79d6ba
fix: respect the sorting params present in the URL for dashboards list page ( #5183 )
...
* fix: respect the sorting params present in the URL for dashboards list page
* fix: move the list order params to context
2024-06-10 18:13:51 +05:30
Vikrant Gupta
a3e36cbac9
fix: unsaved changes popping up for newly created dashboard in settings ( #5182 )
...
* fix: unsaved changes popping up for newly created dashboard in settings
* fix: width changing of right bar when adding new queries
* fix: address review comments
2024-06-10 18:12:20 +05:30
Vikrant Gupta
f2aba5035a
feat: added support for bar chart stacking ( #5138 )
...
* feat: stacked bars uplot poc
* feat: stacked bars uplot poc
* feat: reverse the legend order
* fix: tooltip
* feat: added bands
* feat: added bands calculation function
* feat: code cleanup and added toggle for stacked and unstacked bars
* feat: minor fixes and better naming
* feat: fix jest test cases
* feat: fix data on view mode of bar chart stacked
* feat: make transulecent colors
* fix: build issues
* fix: legend issues in bar chart edit mode
* feat: added implementation details and refactored code in tooltip plugin
* fix: added missing return statement
* fix: eslint prettier issues
* fix: legend visibility issues on view mode
* fix: legend visibility issues on view mode
* feat: added info text
* fix: add info text only in full view mode
* fix: issue with zero index
2024-06-10 17:15:30 +05:30
Vikrant Gupta
6af5aa0253
fix: clickhouse and promQL queries table column headers not handled ( #5164 )
...
* fix: clickhouse and promQL queries table column headers not handled
* fix: handling of per query units for clickhouse and promQL queries as well
2024-06-10 12:43:03 +05:30
Srikanth Chekuri
8a9c8031f5
fix: use correct column name for v4 tables ( #5177 )
2024-06-10 11:29:31 +05:30
Yunus M
cf54b5f9ec
chore: track from which page user visited to support page ( #5168 )
...
* chore: track from which page user visited to support page
* chore: add safety check
* fix: remove the merged_queries label from histogram
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-06-07 14:49:34 +05:30
Vikrant Gupta
a17928df88
fix: clone panel randomly jumping around in the middle causing layout issues ( #5161 )
2024-06-06 17:16:14 +05:30
Vikrant Gupta
c53e6de689
fix: theme analytics not getting reported as user is being fetched delayed ( #5162 )
2024-06-06 17:04:00 +05:30
SagarRajput-7
35c054835a
fix: fixed broken header style in dashboard detail page ( #5154 )
2024-06-05 22:17:28 +05:30
Prashant Shahi
b57a24a177
Merge pull request #5151 from SigNoz/release/v0.47.x
...
Release/v0.47.x
2024-06-05 19:51:47 +05:30
Prashant Shahi
a6e005e3a2
Merge branch 'develop' into release/v0.47.x
2024-06-05 19:43:32 +05:30
Srikanth Chekuri
e5f96ac896
fix: do not mutate the rule condition ( #5141 )
...
* fix: do not mutate the rule condition
* chore: add unit
* chore: add test
2024-06-05 19:35:48 +05:30
SagarRajput-7
694f2562bf
feat: integration: added copy test tracking, facing issue btn and request more integration section ( #5130 )
...
* feat: integration: added copy test tracking, facing issue btn and request more integration section
* feat: removed copy btn tracking from onboarding markdown
* feat: removed copy btn tracking from onboarding markdown
* feat: added track event on Configure option clicks
* feat: code cleanup
* feat: code cleanup
* feat: changed trackEvent to logEvent
* feat: changed text in integration facing issue button
* feat: sliced copied text
* feat: code cleanup
2024-06-05 19:35:03 +05:30
Srikanth Chekuri
6a829489a8
fix: remove the need for unnecessary dummy time column ( #5108 )
...
* fix: remove the need for unnecessary dummy time column
* chore: allow no timestamp
* chore: remove grouping sets
2024-06-05 19:33:45 +05:30
Srikanth Chekuri
d1c075983f
fix: formula evaluation with non-participating queries ( #5143 )
2024-06-05 19:25:45 +05:30
SagarRajput-7
4c7f90dad8
feat: added facing issues and requestIntegration section in integration pages ( #5147 )
...
* feat: added facing issues and requestIntegration section in integration pages
* feat: changed text in integration facing issue button
* feat: fixed facing-issue tooltip styles
* feat: code cleanup
* feat: added margin bottom to request more component
2024-06-05 19:18:34 +05:30
Prashant Shahi
4d375e7cc3
chore(signoz): 📌 pin versions: SigNoz 0.47.0, SigNoz OtelCollector 0.88.26
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-06-05 19:12:50 +05:30
Yunus M
bc8a235915
fix: incorrect order by label in query builder ( #5148 )
2024-06-05 18:28:58 +05:30
SagarRajput-7
c703f5290a
feat: trace-filter style and light mode fixes ( #5142 )
...
* feat: trace-filter style and light mode fixes
* fix: removed duration option passed as undefined
* feat: fixed the debounced function on attribute values API call
2024-06-05 17:51:59 +05:30
Yunus M
309ed3d1de
chore: update phin version in resolutions ( #5149 )
2024-06-05 12:42:13 +05:30
Vikrant Gupta
2a3622130f
fix: alerts builder light theme plot tag issue ( #5146 )
...
* fix: alerts builder light theme plot tag issue
* fix: remove console logs
2024-06-05 12:11:11 +05:30
Rajat Dabade
7e9bf2d48d
feat: add histogram visualisation support ( #4858 )
...
* refactor: added panel type histogram and basic setup done
* feat: histogram for one query
* refactor: multiple query support histogram
* chore: typecorrection
* refactor: done with legend part
* refactor: legend change fix
* refactor: fix the tooltip value for histogram
* refactor: disable drag for histogram
* fix: tsc
* refactor: handled panel type change in edit mode
* refactor: full view done (#4881 )
Co-authored-by: Rajat-Dabade <rajat@signoz.io >
* [Feat]: Full view histogram (#4867 )
* refactor: added panel type histogram and basic setup done
* feat: histogram for one query
* refactor: multiple query support histogram
* chore: typecorrection
* refactor: done with legend part
* refactor: legend change fix
* refactor: fix the tooltip value for histogram
* refactor: disable drag for histogram
* fix: tsc
* refactor: handled panel type change in edit mode
* refactor: full view done
---------
Co-authored-by: Rajat-Dabade <rajat@signoz.io >
Co-authored-by: Yunus M <myounis.ar@live.com >
* feat: histogram customisations (#5133 )
* feat: added bucket size and bucket width enhancements for histogram
* fix: added handling for bucket size bucket count and combine into one series
* fix: added bidirectional sync
* fix: remove extra props from interfaces
* fix: hide legends when merging all queries
* fix: minor legend fixes
* fix: build issues
---------
Co-authored-by: Rajat-Dabade <rajat@signoz.io >
Co-authored-by: Yunus M <myounis.ar@live.com >
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-06-05 07:07:49 +05:30
Yunus M
b39f703919
feat: support multi ingestion keys ( #5105 )
...
* feat: support multi ingestion keys
* fix: remove unwanted changes
* feat: limits ui
* feat: handle limit updates from component
* feat: handle limit updates per signal
* feat: integrate multiple ingestion key api
* feat: handle crud for limits
* fix: lint errors
* feat: support query search for ingestion name
* feat: show utilized size in limits
* feat: show multiple ingestions ui only if gateway is enabled
* feat: handle decimal values for ingestion size
* feat: enable multiple ingestion keys for all users with gateway enabled
* chore: remove yarn.lock
---------
Co-authored-by: Yunus A M <younix@Yunuss-MacBook-Pro.local >
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-06-04 18:40:15 +05:30
Vibhu Pandey
7f39d8282c
(feature) multiple ingestion keys ( #4762 )
...
* feat(keys): add support for multiple ingestion keys
* ci(git): remove vendor/ from git
* feat(gateway): create a proxy for sending requests to the gateway
* fix(sqlite): remove keys schema
* fix(api): replace with constant
* fix(server): remove redundant options
* fix(server): remove redundant options
* test(gateway): add unit tests for gateway proxy
* ci(docker): update gateway url
* refactor(gateway): move gateway to api layer
* fix(manager): fix declared error in manager
* feat(testing): add a new testing docker-compose
* fix(license): revert to nil license since select will never return a norows error
* feat(gateway): add feature flags
* chore(server): add a logger
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-06-04 18:25:24 +05:30
SagarRajput-7
9733612be8
feat: added trace-filter in new trace-explorer ( #5081 )
...
* feat: added trace-filter in new trace-explorer
* feat: added trace-filter in new trace-explorer
* feat: style improvement
* feat: query builder sync and filter section refactor
* feat: added duration and code refactor
* feat: added default open case
* feat: removed API calls and used keys from const
* feat: added sync and prepare data logic for querybuilder
* feat: added styles for lightmode
* feat: code refactor and sync issue fixed
* feat: code refactor and sync issue fixed
* feat: code refactor and feedback issue fixed
* feat: checkbox label and other feedback fix
* feat: filter open and close btn style and handling
* feat: added filter reset and clear all
* feat: fixed query modification issue when filtering
* feat: code refactor
* feat: search text via BE API
* feat: added CTA btn for old explorer page
* feat: make trace-explorer default page
* feat: removed new ribbon on CTA for old trace explorer
* feat: fixed qb and filter panel sync via url state
* feat: fixed duration section issues
2024-06-04 14:03:49 +05:30
SagarRajput-7
1ce36c8344
feat: added facing issues btn in new dashboard revamp ( #5131 )
2024-06-04 12:40:20 +05:30
Vikrant Gupta
ac2dc44abb
fix: dashboard variables should properly load for imported dashboards ( #5123 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-06-04 11:18:44 +05:30
Vikrant Gupta
2145e353c8
feat: per column unit option for table type ( #5134 )
...
* feat: base setup for individual column type units
* feat: added logic for y axis unit selection
* fix: light mode design
* feat: fix the mutation of original datasource array
2024-06-04 11:14:54 +05:30
Vikrant Gupta
be9c3f0697
fix: page breaking when query range response is null for table panel … ( #5139 )
...
* fix: page breaking when query range response is null for table panel type
* fix: page breaking when query range response is null for table panel type
* fix: page breaking when query range response is null for table panel type
2024-06-04 00:15:37 +05:30
CheetoDa
03838f5fcc
feat: added docs for Angular ( #5132 )
...
* feat: added docs for Angular
* chore: updated app ts file
2024-06-03 13:28:42 +05:30
Srikanth Chekuri
592073a564
chore: add AWS RDS and ElastiCache integration ( #5071 )
2024-06-02 14:42:05 +05:30
Srikanth Chekuri
93df475969
fix: use text/template for ClickHouse query templating ( #5128 )
2024-06-01 08:22:16 +05:30
Prashant Shahi
0f9c8d91ef
chore(query-service): update GoValuateFuncs definitions ( #5106 )
...
* fix: parse both unix int and RFC3339 string in toUnixTimestamp
* chore: return GoValuateFuncs as float64
* chore: remove toUnixTimestamp function
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-05-31 21:22:03 +05:30
Srikanth Chekuri
67779d6c2c
chore: scheduled maintenance query-service impl ( #4834 )
2024-05-31 17:43:13 +05:30
Srikanth Chekuri
f927969c7d
fix: do not consider Inf and NaN for formula ( #5124 )
2024-05-31 16:32:22 +05:30
Vikrant Gupta
ba0f63ad1e
fix: random sizing issue with alerts query builder ( #5116 )
...
* fix: alerts qb rendering
* fix: picker z-index
* fix: intercom z-index
* fix: add antd z-index chart
* fix: add antd z-index chart
2024-05-31 13:52:52 +05:30
Vikrant Gupta
0760917a4b
feat: enale temporary sorting on table panel type ( #5114 )
2024-05-31 13:52:07 +05:30
Vikrant Gupta
6aded04b7f
fix: page jumping for alerts ( #5119 )
2024-05-31 13:37:27 +05:30
Vikrant Gupta
b849705710
chore: added theme analytics for the users ( #5097 )
...
* chore: added theme analytics for the users
* chore: added error handling
* fix: refactor code
2024-05-29 19:29:53 +05:30
Vikrant Gupta
c913c8bf20
fix: clone dashboard panel intermittent issue ( #5096 )
2024-05-29 18:59:15 +05:30
Vikrant Gupta
1328f05d78
fix: dashboard design feedback ( #5104 )
...
* fix: add createdby and createdAt by default and show not be configurable
* fix: make the checkbox always checked for createdby and createdat
* fix: decrease the margins for the graph and make it compact
* fix: decrease font size for metadata
2024-05-29 18:58:02 +05:30
Vikrant Gupta
1db1f76a72
fix: dashboard editor width fixes on large screens ( #5101 )
...
* fix: dashboard editor width fixes on large screens
* fix: label fix
2024-05-29 12:28:37 +05:30
Yunus M
932d892d9e
feat: dashboard revamp according to the latest designs ( #4868 )
...
* feat: dashboard list view
* feat: update sort menu items
* feat: wire up add / import dashboard functionss
* feat: update import json styles
* feat: new dashboard templates modal
* feat: add template filter logic
* feat: revamp the overview settings modal (#4894 )
* feat: revamp the overview settings modal
* feat: dashboard settings variable landing page
* feat: dashboard add variable button settings
* feat: add variable modal changes
* feat: handle the unsaved changes for general settings
* feat: follow ups for side panel section for dashboards (#4906 )
* feat: changes for tags input
* feat: side panel header styles
* feat: changes for textbox variable
* feat: handle changes for custom type variable
* feat: overflow preview vales
* feat: overflow preview vales
* feat: setup for new dashboard landing page (#4921 )
* feat: setup for new dashboard landing page
* feat: added empty state widgets
* feat: added functionality to the configure and the add panel button
* feat: tag variables changes
* feat: dashboard revamp changes follow ups (#4929 )
* feat: changes for new panel type modal
* fix: added missing / in the breadcrumbs
* feat: added dashboard settings menu items
* feat: added dashboard rename modal
* feat: move full screen handle a few components up
* feat: handle rename and copy export changes
* feat: minor cleanup
* feat: delete button changes
* feat: dashboard widget edit page design revamp (#4946 )
* feat: dashboard edit page base setup
* feat: right container design revamp
* feat: alerts and thresholds changes right container
* feat: right container
* feat: fix graph styles
* fix: some edits for dashboard edit page
* feat: threshold preview changes (#4990 )
* feat: threshold preview changes
* feat: threshold preview changes
* feat: threshold discard handler
* fix: remove the horizontal scroll from the dashboards landing page
* fix: added margin to dashboard widgets (#4991 )
* fix: rebase conflicts
* feat: dashboard panel grouping change for new designs (#4992 )
* feat: dashboard panel groping base cleanups
* feat: move add panel code from inner component to parent component
* feat: new dashboard section panel naming modal
* feat: dashboard panel groping base cleanups
* feat: grip changes
* feat: dashboard list page revamp and functionality additions (#4994 )
* feat: fix types and code structure for list page
* feat: dashboard actions
* feat: design changes for tags
* feat: design changes for tags
* feat: update import json styles
* feat: added all dashboards row
* feat: added configure metadata linking
* feat: added local storage changes for dynamic columns
* feat: added user metadata display for metadata modal
* feat: configure metadata final changes
* feat: handle dashboard list loading state
* feat: sort and pagination changes for dashboard list view designs (#4996 )
* feat: minor list view css changes
* feat: added sort functionality to the dashboards list
* feat: added sort functionality to the dashboards list
* feat: added name dropdown in the settings drawer and image as base64 format (#5000 )
* feat: added name input in settings drawer
* feat: discard handler
* feat: implemented the name dropdown
* feat: added dashboard list page header
* fix: margin of dashboard list container
* feat: dashboard empty state (#5005 )
* feat: light mode changes for new dashboard revamp (#5006 )
* feat: light mode changes for dahsboards list page
* feat: dashboard description landing page changes
* feat: variable panels landing page light theme changes
* feat: dashboard edit panel light mode
* feat: added dashboard list error state (#5011 )
* feat: added missing light mode designs
* fix: usability / customer issues (#5014 )
* fix: [GH-4986]: preview values not getting updated when the query result is empty
* fix: [GH-4985]: fix the usability of dahsboards variables drawer
* fix: light mode design for component slider
* fix: code cleanup
* fix: 0 being added in case of no tags
* fix: minor styling fixes
* fix: handle silent error for dashboard edit mutation (#5022 )
* fix: handle silent error for dashboard edit mutation
* fix: handle silent error for dashboard edit mutation
* fix: rbac changes
* fix: grip icon color
* fix: new dashboards feedback from testing (#5030 )
* fix: hide create new dashboards from viewer roles
* fix: move the elipsis button right of date time picker and make it a button
* fix: remove duplicate button from actions for now
* fix: last updated by and created by difference
* fix: hide intercom for modals
* fix: actions popover not closing
* fix: temp remove templates modal from normal flow
* fix: delete button event propagation
* fix: minor UI fixes (#5032 )
* fix: update dashboards landing page icons
* fix: added lock icon for locked dashboards
* fix: updated dashboards list page styles
* fix: comment out filters code for phase 2 (#5034 )
* fix: dashboard revamp ui fixes (#5037 )
* fix: increase the width of the graph section
* fix: remove select and next from component slider
* Dashboard vqa 1 (#5090 )
* fix: dashboard VQA pt 1
* fix: dashboard VQA pt 2
* fix: dashboard VQA pt 3
* fix: dashboard VQA pt 4
* fix: dashboard VQA pt 5
* fix: dashboard VQA pt 6
* fix: dashboard VQA pt 7
* fix: added dashboard locked footer and base64 icons (#5091 )
* fix: added dashboard locked footer
* fix: update base64 images
* fix: dashboard delete hover and row actions refactor
* fix: dashboard vqa pt 2 (#5098 )
* fix: review comments
* fix: alerts plot tag spacing
* fix: css variables update
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-05-28 19:09:04 +05:30
Vikrant Gupta
3538815331
fix: query range api triggering on every keystroke ( #5093 )
2024-05-27 22:09:40 +05:30
Vibhu Pandey
956a4d081d
fix(github): expire ssh keys after 15m ( #5094 )
...
* fix(github): expire ssh keys after 5m
* fix(github): bump expiry to 15m
2024-05-27 20:31:29 +05:30
Srikanth Chekuri
10b543dff1
chore: make time macros available for all query types ( #5092 )
2024-05-27 19:22:18 +05:30
Vishal Sharma
96162d7949
fix: handle-large-traces ( #4903 )
...
* fix: handle-large-traces
* feat: add isSubTree key to identify subTrees
Show user a loom video explaining how to navigate large spans
* chore: update icon to warning
* chore: fire telemetry events for all trace detail API calls, large traces
* chore: update MAX_SPANS_IN_TRACE to 250k
2024-05-27 17:20:45 +05:30
Prashant Shahi
3085093130
Merge pull request #5084 from SigNoz/chore/post-release-v0.46
...
post-release: sync main changes in develop
2024-05-27 15:24:06 +05:30
Vikrant Gupta
83d0ddeec0
fix: do not route back to overview tab when changing the resource attributes ( #5058 )
...
* fix: do not route back to overview tab when changing the resource attributes
* fix: retain the resource attributes in query params on tab change
* feat: added jest test case for the same
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-27 15:23:06 +05:30
Nityananda Gohain
ab444af8e6
fix: escape string for contains and ncontains ( #5083 )
...
* fix: escape string for contains and ncontains
* fix: add changes to json and traces builder
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-27 15:18:49 +05:30
Vikrant Gupta
749fba67cb
fix: respect the query labels array for ordering than labels object ( #5041 )
...
* fix: respect the query labels array for ordering than labels object
* fix: remove console log
* fix: type check
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-27 15:06:54 +05:30
Prashant Shahi
fe96a78ee8
Merge branch 'develop' into chore/post-release-v0.46
2024-05-27 13:35:06 +05:30
Prashant Shahi
f77089da55
chore: remove intermediate golang versions file
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-05-27 13:34:26 +05:30
Srikanth Chekuri
1d1d85efa3
chore: default zero only for counters and label normalization ( #5085 )
2024-05-27 13:19:28 +05:30
Vishal Sharma
c1c5c4dfa8
chore: deprecate old columns in traces ( #5016 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-27 11:40:34 +05:30
Prashant Shahi
9eab315f76
Merge branch 'main' into chore/post-release-v0.46
2024-05-27 11:16:42 +05:30
Vikrant Gupta
1d86e5eb50
fix: page breaking when all queries are hidden ( #5080 )
...
* fix: page breaking when all queries are hidden
* fix: page breaking when all queries are hidden
2024-05-24 22:48:53 +05:30
Srikanth Chekuri
2f7495c6e4
fix: add back the templating for query ( #5079 )
2024-05-24 21:29:13 +05:30
Srikanth Chekuri
1369fe1912
fix: remove series with no points ( #5077 )
2024-05-24 18:56:30 +05:30
Vikrant Gupta
76b1e40cbc
feat: added download as csv support for table panel type ( #5067 )
...
* feat: added download as csv support for table panel type
* feat: update the position of download
* fix: build issues
* fix: address review comments
2024-05-24 15:54:36 +05:30
SagarRajput-7
52e4c2d8ff
chore: added pipeline list view, edit action and expanded views test cases ( #4938 )
...
* chore: added pipeline list view, edit action and expanded views
* chore: added tests for pipeline list view action, expand content delete and toggle action
* chore: added tests for pipeline delete and toggle action
* chore: added tests for pipeline delete and toggle action
2024-05-24 14:59:47 +05:30
SagarRajput-7
7e79900973
feat: [SIG-582]: added planned maintenance create dialog ( #4863 )
...
* feat: [SIG-582]: added planned maintenance create dialog
* feat: [SIG-582]: added planned maintenance - listing
* feat: [SIG-582]: added alert rule select
* feat: [SIG-582]: added - planned maintenance list and createform ui fixes
* feat: [SIG-582]: added - alert-rule tag styles
* feat: [SIG-582]: added - style changes
* feat: [SIG-582]: added - crud API integration and delete modal
* feat: [SIG-582]: added - reccurrence form details
* feat: [SIG-582]: added - duration and timezone
* feat: [SIG-582]: removed console logs
* feat: [SIG-582]: added - form validation for duration and endTime
* feat: [SIG-582]: code refactor
* feat: [SIG-582]: code refactor
* feat: [SIG-582]: code refactor
* feat: [SIG-582]: code refactor
* feat: [SIG-582]: light mode styles
* feat: [SIG-582]: code refactor
* feat: [SIG-582]: code refactor and comment resolve
* feat: [SIG-582]: code refactor and removed filters
* feat: [SIG-582]: changed coming up on to start time
* feat: [SIG-582]: added planned downtime behind FF - PLANNED_MAINTENANCE
2024-05-24 14:02:37 +05:30
Vikrant Gupta
f818a86720
fix: update the metrics datasource version v4 inproduct link ( #5073 )
2024-05-24 13:42:41 +05:30
Srikanth Chekuri
0cf8817f3f
chore: use querier in alerts ( #5045 )
2024-05-24 12:11:34 +05:30
Vikrant Gupta
0d043bf380
fix: retain the alerts table sorting when editing or discarding the opened alert ( #5066 )
2024-05-23 22:46:17 +05:30
Vikrant Gupta
3b599ea41a
fix: step interval not getting updated on time range change ( #5040 )
2024-05-23 22:44:28 +05:30
Vikrant Gupta
da74619a46
fix: cursor resetting in dropdown causing wrong query selection ( #5063 )
2024-05-23 22:43:11 +05:30
Vikrant Gupta
93babc3019
fix: clickhouse builder cursor issue ( #5065 )
2024-05-23 22:42:50 +05:30
Vikrant Gupta
f8b8080853
feat: added padding bottom to increase the visibility of logs in explorer page ( #5069 )
2024-05-23 22:39:38 +05:30
Vikrant Gupta
3c2bc06e6a
feat: added drag select in time series chart for logs explorer page ( #5068 )
...
* feat: added drag select in time series chart for logs explorer page
* fix: handle back navigation properly
2024-05-23 22:39:29 +05:30
Prashant Shahi
a0d866c2ff
Merge pull request #5061 from SigNoz/release/v0.46.x
...
Release/v0.46.x
2024-05-23 09:37:46 +05:30
Prashant Shahi
52c8584e63
chore(signoz): 📌 pin versions: SigNoz 0.46.0, SigNoz OtelCollector 0.88.24
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-05-22 21:45:38 +05:30
Prashant Shahi
9a908c3f76
Merge branch 'main' into release/v0.46.x
2024-05-22 21:42:34 +05:30
SagarRajput-7
4887a1d8dd
feat: added helper text, learn-more and doc-link ( #5024 )
...
* feat: added helper text, learn-more and doc-link
* feat: added collapse and uncollapse text on hover
* feat: added learn-more doc link for trace & logs explorer
* feat: added learn-more doc link
* feat: added learn-more doc link
* chore: added alert links and minor updates
* feat: added learn-more doc link
---------
Co-authored-by: makeavish <makeavish786@gmail.com >
2024-05-22 16:00:49 +05:30
hulk
f2b0387a1b
feat: allow using the consistent naming with the signoz collector ( #4865 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-22 12:42:13 +05:30
dependabot[bot]
cbb9fd51f8
--- ( #5056 )
...
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 12:15:47 +05:30
Yunus M
10e44ce440
feat: update packages ( #5054 )
...
* feat: update packages
* feat: remove jest preview
2024-05-22 11:38:51 +05:30
dependabot[bot]
6827d66ae9
--- ( #5048 )
...
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 10:46:03 +05:30
dependabot[bot]
611ec3e08d
chore(deps): bump axios from 0.21.4 to 1.6.2 in /frontend ( #4839 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.4 to 1.6.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v1.6.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 10:33:36 +05:30
dependabot[bot]
4ab350e721
chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /frontend ( #4714 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-22 10:33:28 +05:30
Vikrant Gupta
631c12259f
Fix promql light theme ( #5044 )
...
* fix: promQL icon not visible in light mode
* fix: promql icon
* fix: promQL icon not visible in light mode
2024-05-21 22:54:18 +05:30
Srikanth Chekuri
de497bf5b6
chore: query range v3 metrics use v4 tables ( #5021 )
2024-05-21 12:01:21 +05:30
Vikrant Gupta
12be6ce020
feat: restrict the rendering of img and form tags in the logs content ( #4905 )
...
* feat: restrict the rendering of img tags in the logs content
* fix: forbidden tags code cleanup
2024-05-20 19:41:44 +05:30
Vikrant Gupta
2dbe598b2c
fix: retain the query name,expression and disabled property on changing panel type ( #4976 )
...
* fix: retain the query name,expression and disabled property on changing panel type
* fix: missing reset and init query for superset query
2024-05-20 18:42:39 +05:30
Srikanth Chekuri
cf64da2631
fix: metrics order by avg ( #5029 )
2024-05-20 14:22:44 +05:30
Srikanth Chekuri
9ff0e34038
chore: migrate alerts to v4 for supported operators ( #5010 )
2024-05-17 07:45:03 +05:30
Vikrant Gupta
d313f44556
fix: multiple widgets getting created and hence blocking the delete ( #5015 )
...
* fix: multiple widgets getting created and hence blocking the delete
* fix: allow multiple deletes when multiple widgets present with same id
* chore: use the avg for limit
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-05-17 07:44:33 +05:30
Raj Kamal Singh
5a778dcb18
Chore: integrations: populate updatedAt for integration dashboards ( #5019 )
...
* chore: add test for updatedAt value being populated in integration dashboards and get it passing
* chore: also populate createdAt, createBy and updateBy for instaled integration dashboards
* chore: update clickhouse integration config instructions
2024-05-16 21:44:46 +05:30
Srikanth Chekuri
7e31b4ca01
fix: several issues ( #5001 )
2024-05-15 18:52:01 +05:30
Raj Kamal Singh
3efd9801a1
Chore: restrict logs connection test for integrations to use log attributes for identifying logs ( #4977 )
...
* chore: change logs connection test spec to be based on an attrib value
* chore: disallow unknown fields while unmarshalling JSON for an integration
* chore: add description field to collected metric spec
* chore: update logs connection test for builtin integrations
* chore: update logic for calculating logs connection status
2024-05-15 14:36:52 +05:30
Vishal Sharma
0cbaa17d9f
chore: allow unlimited dashboards and alerts in community version ( #4989 )
...
* chore: allow unlimited dashboards and alerts in community version
* chore: update ee plan
2024-05-14 18:05:59 +05:30
Nityananda Gohain
30bfad527f
chore: enable limits for trace queries ( #4997 )
2024-05-14 17:03:29 +05:30
Srikanth Chekuri
9f1c45bc32
chore: add toUnixTimestamp to supported functions ( #4877 )
2024-05-14 10:34:43 +05:30
Vikrant Gupta
51becf7cfb
fix: added right padding to the notifications bar to show cancel button ( #4969 )
2024-05-12 16:45:16 +05:30
Vibhu Pandey
7460e650af
feat(workflow): integrate with workflow identity pool ( #4945 )
...
* feat(workflows): add wif workflow
* feat(workflows): add name of compute instance
* feat(workflows): fix permissions
* feat(workflows): add an OR true since github runs with -e
* ci(testing-deployment): include GITHUB envs
* ci(testing-deployment): move GCP information to secrets
* ci(staging-deployment): wif workflow
---------
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-05-10 23:23:31 +05:30
Prashant Shahi
a544723bb8
Merge pull request #4973 from SigNoz/release/v0.45
...
Release/v0.45
2024-05-09 08:46:58 +05:30
Prashant Shahi
eb6f038db5
Merge branch 'main' into release/v0.45
2024-05-08 21:21:45 +05:30
Prashant Shahi
47dcd994f0
chore(signoz): 📌 pin versions: SigNoz 0.45.0, SigNoz OtelCollector 0.88.22
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-05-08 20:03:12 +05:30
Vikrant Gupta
211fe4fdd5
fix: prevent page from crashing in case items in filters is null ( #4964 )
...
* fix: prevent page from crashing in case items in filters is null
* fix: added null check for filters as well
2024-05-06 19:18:27 +05:30
Vikrant Gupta
e2992b42c1
fix: make integrations available for the ee cloud user ( #4963 )
2024-05-06 19:17:50 +05:30
Nityananda Gohain
3957d91a9b
fix: add read-in-order config ( #4918 )
2024-05-06 15:01:53 +05:30
Vishal Sharma
967aa16f21
feat: sort tags and events in trace detail ( #4962 )
2024-05-05 09:03:31 +05:30
Vikrant Gupta
08b1a87cb5
Revert "fix: step interval not getting updated on time range change ( #4944 )" ( #4955 )
...
This reverts commit 5c1c09c790 .
2024-05-01 22:46:32 +05:30
SagarRajput-7
03ddcdd20e
feat: added test cases for pipeline pages ( #4872 )
...
* feat: added test cases for pipeline pages
* feat: added test cases for changeHistory
* chore: change history table test case added
* chore: added create pipeline button test cases
* chore: updated useAnalytics mocking
2024-05-01 18:49:04 +05:30
SagarRajput-7
1aec7f3ca6
feat: added tooltips for facing issue btn ( #4948 )
2024-05-01 18:36:56 +05:30
Vikrant Gupta
241edcb88a
fix: text change for saved views in traces ( #4953 )
2024-05-01 18:28:05 +05:30
Srikanth Chekuri
27d12871af
chore: disallow small step intervals for large durations ( #4950 )
2024-05-01 17:03:46 +05:30
Yunus M
e78e1d4b63
fix: add safety checks to handle null response from query range API ( #4939 )
2024-05-01 15:49:30 +05:30
Yunus M
64bf580323
feat: show milliseconds in timestamp in logs views ( #4949 )
...
* feat: show milliseconds in timestamp in logs views
* fix: remove console log
---------
Co-authored-by: Vikrant Gupta <vikrant.thomso@gmail.com >
2024-05-01 15:27:48 +05:30
SagarRajput-7
152aa4b518
fix: fixed facing issue btn alignment issue ( #4936 )
...
* fix: fixed facing issue btn alignment issue
* fix: fixed facing issue btn alignment issue
* fix: moved intercom help messages to util file
2024-05-01 14:49:42 +05:30
Vikrant Gupta
b3d5831574
fix: ch queries sending builder as query type in query range api for exceptions alerts ( #4941 )
...
* fix: ch queries sending builder as query type in query range api for exceptions alerts
* fix: ch queries sending builder as query type in query range api for exceptions alerts
* fix: alerts routing from logs explorer and dashboards
2024-05-01 14:39:39 +05:30
Vikrant Gupta
b85b9f42ed
fix: time interval not getting updated in case of edit dashboard ( #4940 )
2024-05-01 13:00:18 +05:30
Vikrant Gupta
5c1c09c790
fix: step interval not getting updated on time range change ( #4944 )
2024-05-01 12:47:33 +05:30
Vishal Sharma
33960b05fd
chore: update facing issues text ( #4942 )
2024-04-30 23:38:15 +05:30
Vikrant Gupta
191d9b0648
feat: introducing collapsable rows for dashboards ( #4806 )
...
* feat: dashboard panel grouping initial setup
* feat: added panel map to the dashboard response and subsequent types for the same
* feat: added panel map to the dashboard response and subsequent types for the same
* feat: added settings modal
* feat: handle panel collapse and open changes
* feat: handle creating panel map when dashboard layout changes
* feat: handle creating panel map when dashboard layout changes
* feat: refactor code
* feat: handle multiple collapsable rows
* fix: type issues
* feat: handle row collapse button and scroll
* feat: handle y axis movement for rows
* feat: handle delete row
* feat: handle settings name change
* feat: disable collapse/uncollapse when dashboard loading to avoid async states
* feat: decrease the height of the grouping row
* fix: row height management
* fix: handle empty row case
* feat: remove resize handle from the row
* feat: handle re-arrangement of panels
* feat: increase height of default new widget
* feat: added safety checks
2024-04-30 14:36:47 +05:30
Srikanth Chekuri
7d81bc3417
fix: value panel restriction should be on enabled queries ( #4934 )
2024-04-30 09:53:03 +05:30
Srikanth Chekuri
506916661d
fix: metric limit works with cache ( #4935 )
2024-04-30 01:25:50 +05:30
Nityananda Gohain
5326f2d23b
fix: dont enrich if non empty keys are not same ( #4930 )
...
* fix: dont enrich if non empty keys are not same
* fix: update if any of the type and dataType is empty but other is matching
2024-04-29 22:40:40 +05:30
dependabot[bot]
dfaa344dce
chore(deps): bump express from 4.18.2 to 4.19.2 in /frontend ( #4840 )
...
Bumps [express](https://github.com/expressjs/express ) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/master/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2 )
---
updated-dependencies:
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 21:29:27 +05:30
SagarRajput-7
882b540a0b
chore: [SIG-583]: Jest coverage collection config ( #4920 )
...
* chore: [SIG-583]: Jest coverage collection config
* fix: added missing attribute
2024-04-27 11:31:37 +05:30
Ankit Nayan
1c4b579c3d
fix: frontend/package.json & frontend/yarn.lock to reduce vulnerabilities ( #4341 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-04-26 15:00:06 +05:30
Yunus M
706f25cc5d
fix: frontend/Dockerfile to reduce vulnerabilities ( #4913 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039
- https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042398
- https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-04-26 11:41:53 +05:30
Raj Kamal Singh
e6e0a59f5f
Feat: integrations: clickhouse ( #4879 )
...
* chore: get built-in clickhouse integration started
* chore: update config pre-requisites for clickhouse integration
* chore: add details of metrics data collected for clickhouse integration
* chore: clickhouse integration: move list of data-collected to its own file
* chore: clickhouse integration: get overview dashboard started
* chore: start with logs collection instructions for clickhouse
* chore: regex parsing for clickhouse text logs
* chore: timestamp parsing for clickhouse logs
* chore: severity parsing for clickhouse logs
* chore: clickhouse logs parsing: move parsed message to body if available
* chore: update pre-reqs for collecting from system.query_log table
* feat: add instructions for collecting from system.query_log table
* feat: add logs attribs collected
* chore: some cleanup of clickhouse overview dashboard
* feat: finish up with clickhouse overview dashboard for clickhouse integration
2024-04-26 09:45:57 +05:30
Prashant Shahi
b2c170c752
Merge pull request #4919 from SigNoz/release/v0.44
...
post-release: sync release changes in develop
2024-04-25 22:13:44 +05:30
Prashant Shahi
ee421af95c
Merge pull request #4917 from SigNoz/release/v0.44
...
Release/v0.44
2024-04-25 19:26:25 +05:30
Prashant Shahi
453be9074d
Merge branch 'main' into release/v0.44
2024-04-25 18:07:31 +05:30
Prashant Shahi
3272444e13
chore(signoz): 📌 pin versions: SigNoz 0.44.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-04-25 18:01:10 +05:30
Vishal Sharma
71b3e6d522
fix: rate in table panel ( #4916 )
...
* fix: rate in table panel
* test: added test cases for rate operation in table panel
2024-04-25 14:15:33 +05:30
Prashant Shahi
6cf7cc9f4f
chore: bump SigNoz/prometheus from v1.10.1 to v1.11.0 ( #4912 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-04-25 13:12:30 +05:30
Prashant Shahi
5ec2f17d09
chore: pin SigNoz OtelCollector 0.88.21 and update ClickHouse dsn ( #4909 )
...
* chore: 📌 pin versions: SigNoz OtelCollector 0.88.21
* chore(clickhouse): update dsn as per the new parsing logic
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-04-24 21:15:07 +05:30
Prashant Shahi
a45fb8ec0c
fix(clickhouse): update endpoint of the healthcheck in deployment files ( #4908 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-04-24 19:06:05 +05:30
SagarRajput-7
bd148bbd5a
fix: restrict visibility of facing-issue button to only cloud users with intercom setup ( #4907 )
...
* fix: restrict visibilty of facing-issue button to only cloud users with intercom setup
* fix: restrict visibilty of facing-issue button to only cloud users with intercom setup
* fix: added a comment
* fix: added chat support feature flag condition
* fix: added a comment
* fix: changed folder structure
2024-04-24 18:56:19 +05:30
SagarRajput-7
1306e99ca8
fix: alert threshold form is resetting to default query option on stage & run ( #4876 )
...
* fix: alert threshold form is resetting to default query option on stage & run
* fix: alert threshold - added safety check when the queryOption is deleted
2024-04-24 15:58:59 +05:30
SagarRajput-7
1a8f063b4b
feat: [SIG-585]: Added facingIssueBtn at Dashboard list, detail and alert list, detail etc. pages ( #4899 )
...
* feat: [SIG-585]: Added facingIssueBtn at Dashboard list, detail and alert list, detail etc. pages
* feat: [SIG-585]: Added facingIssueBtn for dashboard & alert listing
* feat: [SIG-585]: Added facingIssueBtn for dashboard & alert detail and dashboard panel edit
* feat: [SIG-585]: Code cleanup
* feat: [SIG-585]: Changed logEvent attribute and event content
* feat: [SIG-585]: Changed alignment of button and button text
* feat: [SIG-585]: Changed button color to amber
* feat: [SIG-585]: Code cleanup
2024-04-24 15:48:48 +05:30
SagarRajput-7
c7668b9a78
chore: added jest coverage setup ( #4871 )
...
* chore: added jest coverage setup
* chore: added sample test changes
* chore: revert sample code change
* chore: changed script to add yarn install handle and removed checkouts to develop
* chore: added fix for checkout issue
* chore: added fix for checkout issue
* chore: added fix for checkout issue
* chore: added fix for checkout issue
* chore: added sample test changes
* chore: revert sample test cases
* chore: adding coverage threshold
* chore: added coverage threshold and sample test code
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: testing fetch and checkout
* chore: code cleanup and threshold adjustment
* chore: testing fetch and checkout
2024-04-23 20:06:02 +05:30
Vikrant Gupta
5e3dba2587
fix: do not save dashboard panel on creating a new panel if discard is pressed ( #4884 )
...
* fix: do not save dashboard panel on creating a new panel if discard is pressed
* fix: remove console log
2024-04-23 19:39:41 +05:30
Vikrant Gupta
374f30e0cd
fix: billing container scroll issue when trial banner present ( #4893 )
2024-04-22 19:31:54 +05:30
Vikrant Gupta
38d2833931
fix: handle the old variables by name instead of id ( #4890 )
2024-04-20 17:54:29 +05:30
SagarRajput-7
731eacbbca
feat: [SIG-584]: moved facing issue btn tracking from trackEvent to logEvent ( #4888 )
...
* feat: [SIG-584]: moved facing issue btn tracking from trackEvent to logEvent
* feat: [SIG-584]: removed logEvent from useAnalytic hook
2024-04-20 16:40:47 +05:30
dependabot[bot]
a63bb139bf
chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 ( #4889 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.21.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-20 07:52:44 +05:30
Vikrant Gupta
a140bef0e6
fix: handle the case where the functions are recieved as undefined in the query response ( #4880 )
2024-04-18 11:17:28 +05:30
Vikrant Gupta
48e5436167
fix: handle the edge cases for alerts create form ( #4875 )
2024-04-17 16:40:21 +05:30
Yunus M
0fc664a387
feat: show timestamp in list view of trace explorer ( #4860 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2024-04-16 12:41:13 +05:30
Prashant Shahi
5817d50652
Merge pull request #4853 from SigNoz/release/v0.43.x
...
Release/v0.43.x
2024-04-15 20:07:57 +05:45
Prashant Shahi
bb318cf52a
Merge pull request #4852 from SigNoz/release/v0.43.x
...
chore(pre-release): 📌 pin versions: SigNoz 0.43.0, OtelCollector 0.88.20
2024-04-15 19:50:20 +05:45
Prashant Shahi
ec0185da61
Merge branch 'develop' into release/v0.43.x
2024-04-15 18:24:21 +05:45
Srikanth Chekuri
fc2bdb610f
chore: make send resolved notifs configurable ( #4833 )
2024-04-15 13:46:12 +05:30
Srikanth Chekuri
a9464de62d
chore: use last 1day data for apdex latency metric meta ( #4846 )
2024-04-15 13:37:08 +05:30
Yunus M
57bfdedfe1
feat: send event if users click in facing issues button in get started ( #4859 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com >
2024-04-15 13:26:20 +05:30
SagarRajput-7
7bdc9c0cb0
fix: fixed sidenav alignment with and without get-started ( #4829 )
2024-04-15 11:40:40 +05:30
SagarRajput-7
0d5934d56b
chore: added test cases for Logs ( #4828 )
...
* chore: add test cases for Logs
* chore: add test cases for Logs - explorer
* chore: add test cases for Logs - toolbarAction
* chore: add test cases for Logs - list and table view
* chore: add test cases for Logs - list and table view
* chore: code fix
2024-04-15 11:30:25 +05:30
Vikrant Gupta
3a5a61aff9
fix: wrong payload being sent in the dashboard payload ( #4854 )
...
* fix: wrong payload being sent in the dashboard payload
* fix: sync the update set dashboard function
* fix: syncronise the var updates
* fix: jest test cases
* fix: added review comments
* fix: do not make query range API call until the queue is empty
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-04-15 11:11:14 +05:30
Rajat Dabade
a54b7baa7d
feat: add support for pie chart panel type ( #4751 )
2024-04-13 09:55:02 +05:30
Prashant Shahi
cd63dd972d
chore(pre-release): 📌 pin versions: SigNoz 0.43.0, SigNoz OtelCollector 0.88.20
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-04-10 23:55:39 +05:45
Nityananda Gohain
389058b9b4
feat: allow query restrictions for log queries ( #4778 )
...
* feat: allow query restrictions for log queries
* fix: error check
* fix: set default only if not present
* chore: add error log for query restriction error
* fix: add limtations for traces
* fix: fix wrapper
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com >
2024-04-10 17:25:57 +05:30
Rajat Dabade
27e412d1ee
refactor: removed the error body ( #4850 )
...
* refactor: removed the error body
* refactor: check for error response body condition
* refactor: empty object check
2024-04-10 15:19:01 +05:30
Vikrant Gupta
03dccb0101
fix: trace page breaking ( #4844 )
...
* fix: trace page breaking
* fix: crash on reload
* fix: hide update button for viewer role in collapsed mode
2024-04-09 19:20:08 +05:30
Rajat Dabade
25b74b48a5
[Fix]: selected time in right container to be used in query-range ( #4842 )
2024-04-09 13:48:54 +05:30
Vikrant Gupta
6815a96d29
feat: support of changing panel type in dashboards ( #4759 )
...
* feat: support of changing panel type in dashboards
* feat: add handle query change function
* feat: last bit of minor change
* feat: apply current query updates to superset query
* feat: pr cleanup
* feat: handle list type change
* fix: build issues
* fix: changes required due to refactor
* fix: handle offset and page size for list queries
* feat: handle functions propagation
* feat: handle the spaceAggregation value to retain
* fix: handle list panel type changes
* feat: handle removing the graph list from the side selection in case of metrics
* feat: handle list type qb changes
* feat: handle page breaking
* feat: pick dataSource from newQUeryItem
* feat: handle page reload
2024-04-09 13:36:19 +05:30
SagarRajput-7
e9bb05cc5d
fix: added billing page condition to not show when its not either cloud or enterprise ( #4827 )
2024-04-09 12:05:39 +05:30
dependabot[bot]
31c0b94ae6
chore(deps): bump webpack-dev-middleware in /frontend ( #4838 )
...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware ) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/webpack/webpack-dev-middleware/releases )
- [Changelog](https://github.com/webpack/webpack-dev-middleware/blob/v5.3.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/webpack-dev-middleware/compare/v5.3.3...v5.3.4 )
---
updated-dependencies:
- dependency-name: webpack-dev-middleware
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 11:58:39 +05:30
Vikrant Gupta
59c242961f
feat: revamp integration flow ( #4832 )
...
* feat: revamp integration flow
* feat: final design changes
* feat: make test connection button grey
2024-04-09 11:29:54 +05:30
Yunus M
872ed9e963
fix: time preference from the panel should be used to fetch data ( #4836 )
2024-04-09 11:05:49 +05:30
Yunus M
d6cd155988
feat: update styles for toolbar ( #4824 )
2024-04-08 10:52:58 +05:30
Prashant Shahi
7f4a61ffb1
Merge pull request #4822 from SigNoz/fix/heartbeat-ratelimit
...
fix: avoid rate limiting heartbeat events
2024-04-06 01:24:36 +05:45
makeavish
7737d513a7
fix: avoid rate limiting heartbeat events
2024-04-06 00:54:14 +05:30
Vishal Sharma
2bd666efae
fix: query range API validation ( #4821 )
2024-04-05 23:57:11 +05:30
Srikanth Chekuri
d98265f345
chore: add log comment for prom queries ( #4819 )
2024-04-05 21:11:53 +05:30
Vikrant Gupta
b480ff1e48
revert: prevent stage and run query to apply legends ( #4816 )
2024-04-05 02:58:09 +05:30
Vishal Sharma
af353b9340
fix: sidebar jitter ( #4815 )
2024-04-04 20:53:36 +05:30
Raj Kamal Singh
96e7505922
Chore: logs pipelines cover all available processors with tests ( #4454 )
...
* chore: add explicit happy case test for regex parsing processor
* chore: add explicit happy case test for grok parsing processor
* chore: add explicit happy case test for JSON parsing processor
* chore: log pipelines: move trace parser test to processors_test.go
* chore: add explicit happy case test for ADD processor
* chore: add explicit happy case test for remove processor
* chore: add explicit happy case test for copy processor
* chore: add explicit happy case test for move processor
* fix: fix broken grok parser test: change test int value to int64
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com >
2024-04-04 18:48:01 +05:30
Yunus M
8f6f2f0018
feat: views toolbar visibility, light mode ( #4813 )
2024-04-04 18:47:41 +05:30
Yunus M
1f25d386df
feat: retry on chunk load error ( #4803 )
...
* feat: retry on chunk load error
* feat: consistent return
* feat: use lazyRetry for help tooltip
* feat: enable sourcemaps
2024-04-04 18:00:50 +05:30
SagarRajput-7
2d7a3733da
fix: [SIG-578]: changed color of function block connector ( #4800 )
2024-04-04 16:45:59 +05:30
SagarRajput-7
ff2a3bc4b0
fix: [SIG-577]: QB functions - states not clearing ( #4810 )
2024-04-04 16:45:15 +05:30
Vikrant Gupta
33383a4503
fix: alerts tag popup vibrating ( #4812 )
2024-04-04 13:58:26 +05:30
CheetoDa
f05b94c01e
Merge pull request #4799 from SigNoz/java-instructions-update
...
chore: fixed java instructions
2024-04-04 13:14:18 +05:30
CheetoDa
fd632f9952
Merge pull request #4798 from SigNoz/otel-version-change
...
feat: updated otel version number
2024-04-04 13:14:04 +05:30
CheetoDa
fd84d7b492
Merge pull request #4797 from SigNoz/docker-instructions
...
Docker instructions
2024-04-04 13:13:48 +05:30
Vikrant Gupta
e4808e585a
fix: app content overlapping sidenav ( #4811 )
2024-04-04 12:46:33 +05:30
CheetoDa
5cfeb56f9c
Created a variable for OTel version
2024-04-04 12:13:19 +05:30
CheetoDa
b947f823d7
chore: minor fix
2024-04-04 12:02:52 +05:30
CheetoDa
1520c1c57d
Merge branch 'develop' into otel-version-change
2024-04-04 12:00:09 +05:30
CheetoDa
f8477981d8
chore: fixed review comments
2024-04-04 11:53:46 +05:30
Vishal Sharma
9b1d596816
chore: update events ( #4808 )
...
* chore: update events
* Update ee/query-service/app/server.go
Co-authored-by: Prashant Shahi <prashant@signoz.io >
---------
Co-authored-by: Prashant Shahi <prashant@signoz.io >
2024-04-04 11:31:27 +05:30
Yunus M
6a4aa9a956
QB - Logs - Enable TimeShift function ( #4792 )
...
* feat: qb - logs - enable time shift function
* feat: qb - logs - enable time shift function
* feat: show functions for logs in v3 version too
2024-04-04 11:05:58 +05:30
Nityananda Gohain
a7b0ef55ad
fix: querier v2 synced and tablePanel result processor updated ( #4807 )
2024-04-03 17:52:45 +05:30
Srikanth Chekuri
87534b6fb6
fix: incorrect error rate query ( #4805 )
2024-04-03 16:42:00 +05:30
Vikrant Gupta
c76cef47ba
fix: remove integrations page view and add event for the same ( #4802 )
2024-04-03 12:31:38 +05:30
CheetoDa
3276dfa03e
chore: fixed java instructions
2024-04-03 04:42:19 +05:30
CheetoDa
1a14cc305c
feat: updated otel version number
2024-04-03 04:28:15 +05:30
CheetoDa
0c7e63d735
chore: saved unsaved files
2024-04-03 04:08:46 +05:30
CheetoDa
eb74cb4c5e
feat: docker completed
2024-04-03 04:03:00 +05:30
hulk
a47d3289d0
fix: typo in the log message ( #4769 )
2024-04-02 20:39:05 +05:30
Yunus M
8ad827130e
feat: docked sidebar ( #4794 )
...
* feat: docked sidebar
* feat: update styles
2024-04-02 19:43:03 +05:30
CheetoDa
93bdfd3d83
chore: merged latest develop
2024-04-02 18:19:20 +05:30
CheetoDa
22d8889a07
feat: added docker instructions
2024-04-02 18:05:39 +05:30
Vikrant Gupta
7c93944d40
fix: chunk load webpack error ( #4795 )
2024-04-02 17:55:36 +05:30
Rajat Dabade
ec9dbb6853
Dashboard Clean up and list view improvement. ( #4675 )
...
* refactor: initial setup
* refactor: created panelWrapper to separate panel data
* fix: type error
* fix: the dimension issue for graphs
* refactor: done with table value uplot panels
* refactor: done with logs panel component
* refactor: updated props for log panel component
* fix: query range duplicate issue for logs
* refactor: trace list view done
* fix: full view support
* refactor: done with edit mode for panels
* refactor: type and props
* refactor: reduce an extra api call on edit for list view
* refactor: done with full graph visibility handler
* refactor: removed commented code
* refactor: removed commented code
* fix: build failure
* refactor: updated service layer graphs
* refactor: updated top level oparation query key
* refactor: added drag select
* refactor: done with drag select in chart
* refactor: code cleanup
* refactor: legend should not need stage and run query
2024-04-02 16:40:41 +05:30
Vikrant Gupta
7a7d814288
fix: sidenav items overlapping in small screens ( #4789 )
2024-04-02 12:38:10 +05:30
Vikrant Gupta
3babce3ecf
fix: added dashboard and QB shortcuts to the sidenav ( #4791 )
2024-04-02 11:31:42 +05:30
Yunus M
1610b95b84
feat: onboarding flow - enable users to submit request for a new data… ( #4786 )
...
* feat: onboarding flow - enable users to submit request for a new data source , environment
* chore: request data source to be available for all modules
* chore: remove hardcoded value
2024-04-01 19:09:16 +05:30
Vishal Sharma
8c02f8ec31
chore: rate limit param ( #4785 )
2024-04-01 15:06:38 +05:30
Nityananda Gohain
5e0e9da6c4
fix: hotfix bug in enhance query ( #4783 )
2024-04-01 14:51:40 +05:30
Vikrant Gupta
51abe71421
fix: do not move to next step if env not selected in onboarding ( #4784 )
2024-04-01 13:56:59 +05:30
Vikrant Gupta
00d74bfebb
feat: add integrations to the side-nav for cloud users ( #4756 )
...
* feat: add integrations to the side-nav for cloud users
* feat: change the route from integrations/installed to /integrations
* feat: light mode table color
* feat: increase the width of the integrations panel by 25 percent
* feat: added telemetry constants and page view
* feat: added telemetry events for integrations
* feat: address review comments
2024-04-01 12:40:15 +05:30
Raj Kamal Singh
39e0ef68ca
chore: integration instructions: add typical log file locations on macOS ( #4779 )
2024-04-01 12:06:08 +05:30
Ankit Nayan
cff20f88cd
merging main
2024-03-30 18:30:46 +01:00
Prashant Shahi
4fbb71484d
Merge pull request #4755 from SigNoz/release/v0.42.0
...
Release/v0.42.0
2024-03-27 23:40:08 +05:45
Prashant Shahi
f8e8132b58
chore(signoz): 📌 pin versions: SigNoz 0.42.0, SigNoz OtelCollector 0.88.17
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-03-27 23:23:15 +05:45
Prashant Shahi
a1dd170641
Merge branch 'main' into release/v0.42.0
2024-03-27 23:17:30 +05:45
Prashant Shahi
fe2ddf9d60
Merge branch 'develop' into main-public
2024-03-27 23:15:57 +05:45
Prashant Shahi
dfc99a7756
Revert "Revert "Explorer Toolbar maximised and minimised ( #4656 )" ( #4705 )"
...
This reverts commit c04d0e9419 .
2024-03-27 23:15:40 +05:45
Prashant Shahi
c2556facc2
Merge branch 'main' into release/v0.42.0
2024-03-27 22:49:48 +05:45
Prashant Shahi
2a7ad596a1
Merge pull request #4707 from SigNoz/release/v0.41.1
...
chore(pre-release): 📌 pin versions: SigNoz 0.41.1
2024-03-15 02:19:23 +05:30
Prashant Shahi
6c455ab5ce
Merge branch 'main' into release/v0.41.1
2024-03-15 02:11:34 +05:30
Prashant Shahi
7c062163a1
chore(release): 📌 pin versions: SigNoz 0.41.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-03-15 02:24:09 +05:45
Prashant Shahi
d6a256247c
Merge pull request #4706 from SigNoz/release/v0.41.1
...
Release/v0.41.1
2024-03-15 02:00:37 +05:30
Prashant Shahi
0e2c699518
Merge branch 'main' into release/v0.41.1
2024-03-15 01:46:02 +05:30
Vikrant Gupta
c04d0e9419
Revert "Explorer Toolbar maximised and minimised ( #4656 )" ( #4705 )
...
This reverts commit aadb962b6c .
(cherry picked from commit cf22039562 )
2024-03-15 01:57:03 +05:45
Prashant Shahi
d0feff00a7
Merge pull request #4690 from SigNoz/release/v0.41.0
...
Release/v0.41.0
2024-03-14 00:50:36 +05:30
Prashant Shahi
6c2a3d5d43
chore(signoz): 📌 pin versions: SigNoz 0.41.0, SigNoz OtelCollector 0.88.15
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-03-14 00:23:51 +05:45
Prashant Shahi
914b035b3f
Merge branch 'main' into release/v0.41.0
2024-03-14 00:23:02 +05:45
Prashant Shahi
71c4fcc382
Merge pull request #4616 from SigNoz/release/v0.40.0
...
Release/v0.40.0
2024-02-28 19:46:06 +05:30
Prashant Shahi
9af1c2320b
chore(signoz): 📌 pin versions: SigNoz 0.40.0, SigNoz OtelCollector 0.88.14
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-02-28 19:13:23 +05:45
Prashant Shahi
cdabf9060e
Merge branch 'main' into release/v0.40.0
2024-02-28 19:11:34 +05:45
Prashant Shahi
f069ecdb76
Merge pull request #4582 from SigNoz/release/v0.39.1
...
Release/v0.39.1
2024-02-21 17:53:50 +05:30
Prashant Shahi
493aef0241
chore(signoz): 📌 pin versions: SigNoz 0.39.1, SigNoz OtelCollector 0.88.13
...
Signed-off-by: Prashant Shahi <prashant@signoz.io >
2024-02-21 16:22:48 +05:45