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
v0.49.1
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>
v0.49.0
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
v0.49.0-cloud.4
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 )
v0.49.0-cloud.3
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>
v0.48.1
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