Raj Kamal Singh
0ad5d67140
QS: Collector simulator ( #3656 )
...
* feat: get collectorsimulator started and add inmemoryreceiver
* feat: add collectorsimulator/inmemoryexporter
* feat: add collectorsimulator.SimulateLogsProcessing
* chore: clean up collector simulator code a little
* chore: update go.sum entries for cors
* chore: add collectorsimulator tests to make cmd
* chore: move to latest dependency version for collectorsimulator
* chore: revert to dependency versions matching signoz-otel-col
* chore: cleanup: reorganize collectorsimulator logic
* chore: some more cleanup
* chore: some more cleanup
* chore: some more cleanup
* chore: redo go.mod
2023-10-05 14:27:41 +05:30
Palash Gupta
11863040bb
fix: alerts is now migrated to new alerts page ( #3669 )
2023-10-05 10:34:17 +05:30
Pranay Prateek
a67a3837c8
fix: frontend/package.json & frontend/yarn.lock to reduce vulnerabilities ( #3655 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-10-03 10:07:34 +05:30
Palash Gupta
81b10d126a
feat: has and nhas filters is now enabled ( #3567 )
2023-10-02 05:04:04 +00:00
Nityananda Gohain
9f751688cc
fix: limit issue fixed when using contains ( #3649 )
2023-09-29 18:20:40 +05:30
Prashant Shahi
3d0fbd0065
perf(frontend): 🔨 improve frontend build time ( #3653 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-29 17:10:14 +05:30
Rajat Dabade
05ea814c61
refactor: wrap tooltip text and remain file for tooltips ( #3647 )
2023-09-28 13:32:55 +05:30
Rajat Dabade
92ba46b2f5
fix: copy to clipboard without quotes ( #3605 )
2023-09-28 03:45:12 +00:00
Srikanth Chekuri
4bbe1ea614
Merge pull request #3641 from SigNoz/release/v0.30.0
...
Release/v0.30.0
2023-09-27 23:19:15 +05:30
Srikanth Chekuri
e3a251ef29
Merge branch 'main' into release/v0.30.0
2023-09-27 23:08:12 +05:30
Srikanth Chekuri
a4e0d9c7df
chore: pin SigNoz version to v0.30.0
v0.30.0
2023-09-27 23:04:02 +05:30
Srikanth Chekuri
4076cd9847
fix: alert eval for "="/"!=" combination with "at least once"/"all the times" ( #3613 )
2023-09-27 22:34:49 +05:30
Yunus M
e3f4fc2967
feat: fix use raw-loader instead of mdx-js/loader ( #3640 )
2023-09-27 14:26:51 +00:00
Palash Gupta
bccefc6a10
chore: error details stack trace height is updated ( #3639 )
...
* chore: error details stack trace height is updated
* chore: style is updated
---------
Co-authored-by: Rajat Dabade <rajat@signoz.io>
2023-09-27 17:50:10 +05:30
Palash Gupta
821471f4ab
feat(query-builder): add limit, order by and having clause to formula ( #3623 )
...
* feat: query builder formula is updated
* feat: formula is updated for having and limit
* feat: orderBy is updated
* feat: formula is added
* chore: add query-service support for formula limit and order by
* feat: enable more filters is displayed when all data source is metrics
* chore: feedback is updated
* chore: feedback is updated
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Rajat Dabade <rajat@signoz.io>
2023-09-27 17:34:47 +05:30
Ankit Anand
1e242b6d06
feat: updated infra docs ( #3637 )
...
* feat: updated infra docs
* feat: add selection for infra metrics types and render selected metrics type docs
* feat: qc updates
* feat: fix header alignment issue
---------
Co-authored-by: ankit01-oss <>
Co-authored-by: Yunus A M <myounis.ar@live.com>
2023-09-27 17:19:20 +05:30
Prashant Shahi
4ca5176836
ci(frontend-ee): 👷 add clarity project ID to env ( #3635 )
2023-09-27 08:24:55 +00:00
Yunus M
7f397d529b
Onboarding Docs - Copy to clipboard ( #3634 )
...
* feat: enable copy-to-clipboard to onboarding docs snippets
* feat: remove commented code & <br></br> from md docs
* feat: remove react-copy-to-clipboard lib and fix type issues
* feat: markdown renderer - pre - remove any with reactnode
2023-09-27 13:20:48 +05:30
Yunus M
656f354fdc
feat: ignore prettier formatting for build, coverage and md files ( #3628 )
2023-09-26 15:55:36 +00:00
Ankit Anand
4cc3ce224c
docs: update onboarding docs ( #3627 )
...
Co-authored-by: ankit01-oss <>
2023-09-26 20:38:37 +05:30
Nityananda Gohain
a4a285c074
feat: add support for freehand json query ( #3625 )
...
* feat: freehand json search
* feat: support for freehand json query
* fix: minor updates
* fix: minor refactor
2023-09-26 20:10:39 +05:30
Yunus M
a8f8580606
feat: add account creation page events ( #3619 )
2023-09-26 13:21:59 +00:00
Yunus M
e24918044e
feat: add clarity ms ( #3620 )
2023-09-26 13:06:53 +05:30
Palash Gupta
28d346eafb
feat: default options is updated ( #3607 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-09-26 00:23:27 +05:30
Rajat Dabade
cbd2f4c643
[Fix]: select dropdown for onboarding flow ( #3618 )
...
* fix: select dropdown for onboarding flow
* refactor: dropdown scroll issue for widget header
* refactor: dropdown scroll issue for topnav
* refactor: fix the dropdown scroll issue
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-25 19:39:10 +05:30
Palash Gupta
fcedc9e445
feat: severityText is added ( #3606 )
2023-09-25 12:17:26 +00:00
Yunus M
d2d3c4bb36
feat: make identity call if user is logs in for first time or if identity call was not registered ( #3612 )
2023-09-24 09:35:11 +00:00
Eng Zer Jun
dc4acc0730
refactor(query-service): remove redundant nil check ( #3614 )
...
From the Go specification [1]:
"1. For a nil slice, the number of iterations is 0."
"3. If the map is nil, the number of iterations is 0."
Therefore, an additional nil check for before the loop is unnecessary.
[1]: https://go.dev/ref/spec#For_range
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-09-24 14:42:17 +05:30
Srikanth Chekuri
043e5ca880
fix: skip first record only for rate metrics ( #3609 )
2023-09-22 15:43:21 +05:30
Rajat Dabade
5c437dd8f9
fix: the scroll issue and name issue in save view ( #3604 )
2023-09-21 19:49:43 +05:30
Palash Gupta
31b898b2c6
fix: active menu logic is updated ( #3602 )
2023-09-21 15:58:41 +05:30
Prashant Shahi
e186474414
Merge pull request #3600 from SigNoz/release/v0.29.3
...
Release/v0.29.3
2023-09-21 11:05:49 +05:30
Raj Kamal Singh
8bfb0b5088
QueryBuilder filters for log pipelines ( #3587 )
2023-09-21 05:11:48 +00:00
Prashant Shahi
045a31ac92
chore(release): 📌 pin versions: SigNoz 0.29.3
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.29.3
2023-09-21 00:31:14 +05:30
Prashant Shahi
c9654a6b52
Merge branch 'main' into release/v0.29.3
2023-09-21 00:30:44 +05:30
Yunus M
30e0924bfb
feat: onboarding flow - add analytics - update webpack config ( #3599 )
2023-09-20 23:37:59 +05:30
Yunus M
ccada08db5
feat: onboarding flow - add analytics - update webpack config ( #3597 )
2023-09-20 15:20:08 +00:00
Prashant Shahi
6654dd2672
ci(frontend): 👷 update CI job for frontend EE build ( #3596 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-20 19:42:56 +05:30
Yunus M
4b0a7cc4d3
feat: onboarding flow - add analytics ( #3594 )
2023-09-20 16:00:51 +05:30
Rajat Dabade
04acc49154
refactor: polished the log UI ( #3591 )
2023-09-20 15:31:31 +05:30
Raj Kamal Singh
3db8a25eb9
Add support in query service for querybuilder filterset based log pipelines ( #3560 )
...
* chore: use v3.Filterset as pipeline filters in logparsing pipelines integration tests
* chore: get logparsing integration tests passing with filterset based pipeline
* chore: get all other breaking tests passing
* chore: move models.logparsingpipeline to logparsingpipeline.model
* chore: implement Valuer and Scanner interfaces for v3.FilterSet
2023-09-20 12:39:34 +05:30
Yunus M
8324d010ae
fix: frontend/Dockerfile to reduce vulnerabilities ( #3589 )
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE317-LIBWEBP-5902239
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2023-09-20 11:32:17 +05:30
Srikanth Chekuri
f0022cd13f
Merge pull request #3588 from SigNoz/release/v0.29.2
...
Release/v0.29.2
2023-09-19 21:54:16 +05:30
Srikanth Chekuri
655c92cfef
chore: bump SigNoz version to 0.29.2
v0.29.2
2023-09-19 21:03:43 +05:30
Srikanth Chekuri
735ab8e118
fix: add missed variable substitution for promql querires ( #3584 )
2023-09-19 17:49:11 +05:30
Palash Gupta
b0861f4fe0
feat: old logs explorer is now deprecated ( #3576 )
...
* feat: old logs explorer is now deprecated
* chore: logs to trace is updated
* chore: min and max time is added
* chore: new explorer cta button is updated
2023-09-19 15:35:16 +05:30
Yunus M
61b6779a31
feat: integrate segment and track page views ( #3586 )
2023-09-19 15:09:28 +05:30
Srikanth Chekuri
416a058eab
Query range caching ( #2142 )
2023-09-17 10:40:45 +05:30
Palash Gupta
4227faa6b5
feat: limit & order by is enabled in the metrics query builder ( #3566 )
...
* feat: limit filter is enabled in the metrics filters
* chore: orderBy is enabled for metrics data source
* chore: fix table type limit and order by
---------
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-09-16 18:32:51 +05:30
Rajat Dabade
9d3c4598ac
refactor: aggreated attributes and resources from json ( #3558 )
2023-09-15 18:13:25 +05:30