Yunus M
bcebe050b1
fix: variable edit flow - use updated query value on test query
2023-12-12 11:19:06 +05:30
Srikanth Chekuri
9360c61dca
chore: update BuilderQuery struct and add PrepareTimeseriesFilterQuery ( #4165 )
2023-12-12 07:24:33 +05:30
guangwu
fb1dbdc05e
chore: use bytes.Equal instead ( #4201 )
2023-12-11 18:45:47 +05:30
Rajat Dabade
6170b2c5dc
[Refactor]: added percent 0 - 100 in yaxis for alerts ( #4173 )
2023-12-11 18:34:24 +05:30
Srikanth Chekuri
9826ab04b3
chore: add new endpoint for variable replacement ( #4191 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-12-11 17:46:08 +05:30
Srikanth Chekuri
fd9566d471
fix: incorrect alert description and summary for prom rules ( #4190 )
2023-12-11 16:09:28 +05:30
Raj Kamal Singh
3a1e8d523a
Fix: qs: allow saving pipelines without connected agents ( #4189 )
...
* chore: add test validating pipelines can be saved without connected agents
* chore: allow pipelines to be saved without connected agents
2023-12-09 10:17:06 +05:30
Gaurav Sharma
6dd34a7f29
Fix/2967 ( #4071 )
2023-12-08 12:37:19 +05:30
Avijeet Pandey
170e5e1686
fix(FE): Fixes the background color of the dashboards full screen view as per the mode selected i.e dark or light mode ( #4175 )
...
* fix: full screen bg color of graphs as per dark mode
* fix: colors from the constants
2023-12-08 11:53:56 +05:30
Prashant Shahi
16502feaad
Merge pull request #4177 from SigNoz/release/v0.35.0
...
Release/v0.35.0
2023-12-06 22:15:19 +05:30
Prashant Shahi
09d579311e
chore(signoz): 📌 pin versions: SigNoz 0.35.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.35.0
2023-12-06 22:10:36 +05:45
dependabot[bot]
8072fede85
chore(deps): bump tj-actions/branch-names in /.github/workflows ( #4164 )
...
Bumps [tj-actions/branch-names](https://github.com/tj-actions/branch-names ) from 5.1 to 7.0.7.
- [Release notes](https://github.com/tj-actions/branch-names/releases )
- [Changelog](https://github.com/tj-actions/branch-names/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/branch-names/compare/v5.1...v7.0.7 )
---
updated-dependencies:
- dependency-name: tj-actions/branch-names
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 08:40:47 +05:30
Raj Kamal Singh
112783d618
Feat: fe: logs pipelines severity parsing processor ( #4149 )
v0.34.4-112783d6
2023-12-05 18:30:46 +05:30
Yunus M
4644b1c200
fix: custom variables options are not populated ( #4154 )
2023-12-05 16:09:50 +05:30
Yunus M
bb09c84679
fix: text formatting issues and upgrade button style updates ( #4141 )
2023-12-05 11:15:08 +05:30
Raj Kamal Singh
fc5f0fbf9e
Feat: fe: logs pipelines timestamp parsing processor ( #4106 )
...
* chore: add processor config for time parsing processor
* chore: add select input and processor fields with enumerated options
* feat: set timestamp layout to default value when layout_type is changed
* chore: minor cleanup
* chore: some more cleanup
* chore: some more cleanup
* chore: get jest passing
* chore: normalize ts in pipelines previews input and output
* chore: some cleanup
* fix: set correct field id for timestamp format input
2023-12-04 15:57:14 +05:30
Ankit Nayan
d6f0559adc
fix: ee/query-service/Dockerfile to reduce vulnerabilities ( #4145 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-12-03 08:00:33 +05:30
Yunus M
0d7f7df76c
fix: pkg/query-service/Dockerfile to reduce vulnerabilities ( #4146 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6055795
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-12-03 07:53:15 +05:30
Vikrant Gupta
7104d8e0f5
feat: [GH-4093]: move the name to the left and the actions to the right for widget header ( #4130 )
2023-12-02 14:47:08 +05:30
Yunus M
a20693fa9f
fix: add onboarding complete event ( #4140 )
2023-12-01 21:55:21 +05:30
Rajat Dabade
0b991331d7
[Fix]: threshold in alerts ( #4074 )
v0.34.4-0b991331
2023-12-01 18:16:25 +05:30
Raj Kamal Singh
aad44a1037
Feat: QS: logs pipelines severity parsing processor ( #4132 )
...
* chore: update test helper for making logs
* chore: add happy case test for severity parser
* feat: get severity parsing processor working and add more happy path tests
* chore: add test for validating severity parser doesn't spam collector logs
* chore: add if condition to generated severity_parser operators
* chore: add postablePipeline validation for severity parser
* chore: minor cleanup in tests
* chore: allow trace and fatal in severity mappings
2023-12-01 17:22:22 +05:30
Yunus M
3e29161fea
fix: update logic for handling data for uplot charts ( #4131 )
...
* fix: update logic for handling data for uplot charts
* fix: hide tooltip if no tooltip values present
* fix: remove console log
2023-12-01 17:08:24 +05:30
Rajat Dabade
b616dca52d
fix: the full view in service layer ( #4133 )
...
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-12-01 16:42:19 +05:30
dependabot[bot]
be519666a3
chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend ( #4134 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.3.1 to 4.3.2.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-01 11:14:14 +05:30
Rajat Dabade
a48edac13b
fix: the default query issue in log ( #4108 )
2023-11-30 18:56:09 +05:30
Palash Gupta
0a77c7ab85
fix: onRun Query offset is made zero ( #4083 )
2023-11-30 18:41:26 +05:30
Prashant Shahi
9fb32acf6d
ci(staging-deployment): ✏️ fix command to pull latest schema migrator image ( #4123 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-11-30 18:02:18 +05:30
Yunus M
b2d6d75eef
feat: dashboard perf improvements ( #4010 )
...
* feat: dashboard perf improvements
* feat: remove console logs
* fix: remove console.log
* fix: update tests
* fix: update tests
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-11-30 13:56:49 +05:30
Prashant Shahi
07d126c669
Merge pull request #4114 from SigNoz/release/v0.34.4
...
Release/v0.34.4
2023-11-29 22:55:53 +05:30
Prashant Shahi
50d584cc89
chore: 📌 pin versions: SigNoz 0.34.4
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.34.4
2023-11-29 22:47:59 +05:45
Raj Kamal Singh
1b6b3c2fdf
Feat: query service: logs pipelines timestamp parsing processor ( #4105 )
...
* chore: relocate tests for trace and grok parsing processor
* chore: add test for timestamp parsing processor
* feat: update PipelineOperator model for time parser fields and get tests passing
* chore: add test cases for validating time parser fails silently on mismatched logs
* chore: add helper for generating regex for strptime layouts
* feat: time_parser ignore logs whose parseFrom value doesn't match strptime layout
* chore: escape regex special chars if any in the layout string before preparing regex
* chore: add operator.If on time_parser when using layout type epoch
* chore: finish up with operator.If on time_parser for layout type
* chore: postable pipeline validation for time parser
* chore: some cleanup
* chore: some more cleanup
* chore: add validation for strptime layouts in postable pipelines
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-11-29 18:55:01 +05:30
Palash Gupta
1f0fdfd403
feat: element is made into focus and scrolled into view after edit/save ( #4046 )
2023-11-29 18:21:26 +05:30
Raj Kamal Singh
ae3b604cdc
Fix: some pipelines UI fixes ( #4112 )
...
* fix: log pipelines: change incorrect placeholder for fields
* fix: incorrect timestamp display in logs preview output
2023-11-29 17:18:32 +05:30
Palash Gupta
381f497b95
fix: queryTable is updated with newData ( #4084 )
2023-11-29 12:08:20 +05:30
Vikrant Gupta
8045c4e5ae
feat: add pr template ( #4102 )
...
* feat: address review comments
---------
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2023-11-29 11:04:48 +05:30
Nityananda Gohain
7451e885c3
feat: custom timeout and contextTimeout flag in response ( #4022 )
2023-11-29 09:10:30 +05:30
Vikrant Gupta
01df53074c
fix: [GH-4075]: block action on the view section if the dashboard is locked ( #4089 )
...
* fix: [GH-4075]: block action on the view section if the dashboard is locked
2023-11-29 00:02:51 +05:30
Srikanth Chekuri
b6a79ab22c
fix: use window function lagInFrame for rate calculation ( #4068 )
2023-11-28 19:16:08 +05:30
Yunus M
dae817640b
fix: [GH-4097]: Fix missing values in chart tooltip ( #4098 )
2023-11-28 17:18:48 +05:30
Palash Gupta
16839eb7d3
fix: updated the form value on mount ( #4076 )
...
* fix: updated the form value on mount
* fix: isLoading is replaced isFetching
2023-11-28 13:44:25 +05:30
Palash Gupta
780a863943
feat: added the share link for view widget mode ( #4052 )
2023-11-28 13:33:39 +05:30
Srikanth Chekuri
5e0b6366cc
chore: update rule create response ( #4090 )
2023-11-28 10:44:11 +05:30
Vikrant Gupta
8eb2b9e3d0
fix: [GH-4081]: no whitespace should appear when we remove hidden from body styles ( #4092 )
2023-11-28 08:30:37 +05:30
Yunus M
97ed163002
fix: sort tooltip value based on value and highlight on hover ( #4059 )
...
* fix: sort tooltip value based on value and highlight on hover
* fix: tsc issues
2023-11-27 18:07:15 +05:30
Vikrant Gupta
e18bb7d5bc
fix: [3958]: restrict dashboard api call on other pages ( #4066 )
2023-11-27 17:49:22 +05:30
Yunus M
1e4cf2513c
fix: update logic for handling data for uplot charts ( #4070 )
...
* fix: update logic for handling data for uplot charts
* fix: handle NaN data
2023-11-27 16:57:41 +05:30
Raj Kamal Singh
988ede7776
Fix/pipelines temp work around for supporting dots in resource keys ( #4064 )
...
* chore: logs pipelines: add test for validating workaround for working with dots in keys
* fix: temp workaround for supporting pipeline filters using names with dots converted to underscore
2023-11-26 12:57:23 +05:30
Rajat Dabade
d1acad8ee4
fix: the undefined threshold format issue ( #4058 )
v0.34.3-d1acad8e
2023-11-24 18:17:58 +05:30
Raj Kamal Singh
f5b1d4146f
Fix: pipelines: string ops on missing attribs in pipeline filters should not spam warnings ( #4049 )
...
* chore: add test validating collector doesn't spam logs for string ops on missing attributes
* fix: pipelines filter: check if attrib is not nil before running string operator
* chore: do a nil check for all but == and != ops
2023-11-24 17:00:39 +05:30