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
Prashant Shahi
6aba701cca
Merge pull request #3565 from SigNoz/release/v0.29.1
...
Release/v0.29.1
2023-09-15 14:20:11 +05:30
Prashant Shahi
cf1b0c2f24
chore(release): 📌 pin version: SigNoz 0.29.1
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.29.1
2023-09-15 13:33:55 +05:30
Rajat Dabade
231c2fd281
[Fix]: show dashboard according to Id ( #3564 )
...
* fix: show dashboard according to id
* chore: removed log
2023-09-15 12:56:59 +05:30
Palash Gupta
e3f17b5420
chore: tree is expanded by default ( #3563 )
2023-09-15 10:38:07 +05:30
Palash Gupta
56f1f71461
feat: tree is updated to show different node values instead of editor ( #2696 )
...
* feat: tree is updated to show different node values instead of editor
* chore: table view is updated
* [Refactoring]: Seperate title and menu to another component (#3531 )
* refactor: separated the title renderer
* refactor: separated styles
* refactor: seperate types
* refactor: instead of key showing value if array (#3532 )
* refactor: instead of key showing value if array
* feat: added filter for array and also nodekey
* refactor: made common check for value is array
* refactor: changed the key to value for arrays
* chore: getData types is updated
* chore: getDataTypes function types is updated
* refactor: connection to querybuilder (#3535 )
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
* chore: operator is updated
* fix: build is fixed
* fix: build is fixed
* chore: operator is updated
* chore: operator is updated
* chore: parsing is updated
* chore: key is updated
* Refactor: Log parsing updates (#3542 )
* refactor: updated nodekey
* refactor: removed pasred data
* refactor: parentIsArray check
* chore: added the support for the bool
* [Refactor]: handle nested object case (#3545 )
* refactor: updated nodekey
* refactor: removed pasred data
* refactor: parentIsArray check
* refactor: handled nested array inside object case
* fix: float issue parsing
* chore: operator is updated
* chore: title is updated
* chore: title is updated
* fix: update tagRegexp
* fix: maintain single source of DataTypes
* chore: operator is updated
* fix: fixed due to merge conflicts
---------
Co-authored-by: Rajat Dabade <rajat@signoz.io>
Co-authored-by: Yunus A M <myounis.ar@live.com>
2023-09-15 10:21:42 +05:30
Ankit Nayan
72f4578152
Merge branch 'main' into develop
2023-09-14 18:35:18 +05:30
Prashant Shahi
9c8125ffc1
Merge pull request #3549 from SigNoz/release/v0.29.0
...
Release/v0.29.0
2023-09-14 18:05:19 +05:30
Rajat Dabade
85d7752350
[Refactor]: added tag for data type and type of logs ( #3554 )
2023-09-14 17:12:49 +05:30
Prashant Shahi
63ba9fb5e0
Merge branch 'develop' into release/v0.29.0
v0.29.0
2023-09-14 13:06:17 +05:30
Ben Walding
14a59a26b2
Fix typo - data => data ( #3551 )
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-14 12:48:16 +05:30
Prashant Shahi
178c154263
Merge branch 'develop' into release/v0.29.0
2023-09-14 12:39:44 +05:30
Prashant Shahi
122488c2c1
ci(frontend): 👷 CI job for frontend EE build ( #3552 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-14 11:36:39 +05:30
Prashant Shahi
ad3fbd7599
chore(release): 📌 pin version: SigNoz 0.29.0
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-14 02:58:31 +05:30
Prashant Shahi
1ad1ca5385
chore: 📌 pin versions: SigNoz OtelCollector 0.76.7, Alertmanager 0.23.4
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-14 02:57:37 +05:30
Ankit Anand
2fc82ffa59
docs: updated APM docs ( #3548 )
...
* docs: updated APM docs
* feat: signoz cloud - update logs management and infra monitoring docs
---------
Co-authored-by: Yunus A M <myounis.ar@live.com>
2023-09-14 01:43:49 +05:30
Nityananda Gohain
ed809474d6
feat: json filter bool support ( #3544 )
...
* feat: json filter bool support
* fix: update json filter for bool
2023-09-13 21:00:40 +05:30
Dhawal Sanghvi
a8c4a91001
Merge pull request #3543 from SigNoz/clickhouse/reader/fix.removeUnnecessaryBraces
...
fix: remove unnecessary braces in clickhouse reader
2023-09-13 15:52:32 +05:30
dhawal1248
1ffb1b4a5d
fix: remove unnecessary braces in clickhouse reader
2023-09-13 15:26:27 +05:30
Yunus M
9a00998930
feat: signoz cloud - show cloud onboarding docs only when the domain is signoz.cloud ( #3540 )
...
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-13 15:00:14 +05:30
Dhawal Sanghvi
c60f612e0e
Merge pull request #3541 from SigNoz/chore.preferDeltaTemporalityByDefault
...
prefer delta by default - fix indent
2023-09-13 14:45:23 +05:30
Dhawal Sanghvi
7839134532
Merge branch 'develop' into chore.preferDeltaTemporalityByDefault
2023-09-13 14:35:37 +05:30
dhawal1248
714a2ef4fd
fix: fix indent
2023-09-13 14:34:07 +05:30
Dhawal Sanghvi
7f98a65022
Merge pull request #3533 from SigNoz/chore.preferDeltaTemporalityByDefault
...
chore: prefer delta temporality by default
2023-09-13 14:18:59 +05:30
Dhawal Sanghvi
616e3af18f
Merge branch 'develop' into chore.preferDeltaTemporalityByDefault
2023-09-13 14:01:30 +05:30
Nityananda Gohain
17ae197bc3
feat: support for filtering json inside body ( #3534 )
...
* feat: support for json query on body
* feat: json filter parser updated for scalar values
2023-09-13 13:46:06 +05:30
Prashant Shahi
27cda7a437
chore(frontend): load dotenv for webpack prod and related changes ( #3537 )
...
* chore(frontend): 🔧 update dotenv and add example.env
* chore(frontend): 🙈 update .gitignore and .dockerignore
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-09-13 12:26:16 +05:30
Yunus M
54a2309d8f
feat: signoz cloud - update polling logic to fetch latest services ( #3538 )
2023-09-13 11:15:24 +05:30
Prashant Shahi
748c78e9c3
Merge branch 'develop' into chore.preferDeltaTemporalityByDefault
2023-09-12 19:49:15 +05:30
Dhawal Sanghvi
7ae0326f61
Update pkg/query-service/README.md
...
Co-authored-by: Prashant Shahi <prashant@signoz.io>
2023-09-12 19:46:23 +05:30
Yunus M
c15240abab
Signoz cloud onboarding v1 ( #3525 )
...
* Signoz Cloud - Onboarding Flow - Getting Started page
* Signoz Cloud - Onboarding Flow - Java lang setup flow
* Signoz Cloud - Onboarding Flow - Wireup other lang docs for APM and create empty base component for other modules
* Signoz Cloud - Onboarding Flow - remove try signoz cloud button, Update code background
* Signoz Cloud - Onboarding Flow - Wire up all docs and modules
* Signoz Cloud - Onboarding Flow - Integrate Intercom and other minor fixes
* Signoz Cloud - Onboarding Flow - Logs Management - Update Connection Status component
* Signoz Cloud - Onboarding Flow - Logs Management - Update light mode styles
* Signoz Cloud - Onboarding Flow - Logs Management - Update Logs
* Signoz Cloud - Update yarn.lock
* Signoz Cloud - Delete Progress Steps component
* Signoz Cloud - Poll for connection status, created common Header component
* Signoz Cloud - Add polling to check connection status, update components to use common Header component
* Signoz Cloud - Render onboarding only if feature flag is enabled
* Signoz Cloud - Configure Logs Management Steps
* Signoz Cloud - Update intercom snippet and set max width for onboarding flow container to 1440px
* Signoz Cloud - Use andD card component for displaying modules
* chore: first clean up
* Signoz Cloud - Use ONBOARDING and CHAT_SUPPORT FF
* Signoz Cloud - Update version check logic and fix minor css issues
* fix: feature flag is updated
* chore: docusaurus is removed
* chore: docusaurus is removed
* feat: signoz cloud - fix typecheck errors
* feat: signoz cloud - enable chat support based on FF
* feat: signoz cloud - fix type errors
* feat: signoz cloud - fix type errors
* feat: signoz cloud - update webpack config rules
---------
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-09-12 19:20:14 +05:30
dhawal1248
2fe9e53766
chore: prefer delta temporality by default
2023-09-12 16:34:28 +05:30