Srikanth Chekuri
105216de3e
chore: add prepare query for delta/unspecified timeseries ( #4167 )
...
* chore: update BuilderQuery struct and add PrepareTimeseriesFilterQuery
* chore: add prepare query for cumulative/unspecified timeseries
* chore: add prepare query for delta/unspecified timeseries
* chore: update group by to work with 23.11+
* chore: fix test
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2023-12-30 22:53:09 +05:30
Ankit Nayan
3072b7eb01
merging main
2023-12-29 22:29:15 +05:30
Raj Kamal Singh
fd9a502012
fix: opamp server: do not panic if config generation fails ( #4307 )
2023-12-29 21:55:38 +05:30
Prashant Shahi
cf6dc827cc
Merge pull request #4306 from SigNoz/release/v0.36.2
...
Release/v0.36.2
2023-12-29 19:21:12 +05:30
Prashant Shahi
6530873994
Merge branch 'main' into release/v0.36.2
2023-12-29 19:12:41 +05:30
Prashant Shahi
c9c0bd38be
chore(signoz): 📌 pin versions: SigNoz 0.36.2
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-12-29 19:24:12 +05:45
Prashant Shahi
9ac22fcb10
Merge branch 'develop' into release/v0.36.1
2023-12-29 19:06:53 +05:45
Raj Kamal Singh
86ff865842
Fix: logs pipelines: ignore coalesce op when generating nil check for add value expressions ( #4305 )
...
* chore: panic if agent config recommendation can't be generated
* chore: add case with coalesce op in field nil check generation tests
* fix: ignore expr ast member nodes that contain coalesce op in them
2023-12-29 18:21:01 +05:30
Rajat Dabade
e792c48f6d
[Refactor]: css fixes ( #4248 )
2023-12-29 16:05:46 +05:30
Rajat Dabade
8ee92516ca
[Refactor]: updated css for height of Panel in LeftContainer ( #4030 )
...
* refactor: updated css
* refactor: updated the css
* refactor: removed overflow hidden
2023-12-29 15:52:35 +05:30
Prashant Shahi
79c05d8fa8
Merge pull request #4304 from SigNoz/release/v0.36.1
...
Release/v0.36.1
2023-12-29 15:39:38 +05:30
Prashant Shahi
019bc8c1df
chore(signoz): 📌 pin versions: SigNoz 0.36.1, SigNoz OtelCollector 0.88.6
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
v0.36.1
2023-12-29 15:44:27 +05:45
Yunus M
d688399b91
fix: overflow issue in service page graphs ( #4300 )
2023-12-29 13:11:23 +05:30
Rajat Dabade
cfc239e3c9
refactor: added 3 days global timestamp ( #4290 )
...
* refactor: added 3 days global timestamp
* refactor: updated 3 days data in right container
* refactor: common function for calculate start and end time
2023-12-29 12:54:02 +05:30
Srikanth Chekuri
3572baa5eb
fix: adjust the start and end more accurately ( #4263 )
...
* fix: adjust the start and end more accurately
Part of https://github.com/SigNoz/signoz/issues/1327
* chore: cache friendly timestamps
2023-12-29 12:35:22 +05:30
Rajat Dabade
ff26c5f69c
fix: make fill gap persistent ( #4302 )
2023-12-29 12:23:27 +05:30
Srikanth Chekuri
9230f2442f
fix: normalize label name to follow prometheus spec ( #4264 )
2023-12-28 20:22:42 +05:30
Raj Kamal Singh
7fed80b145
Fix: log pipelines contains
and ncontains
filters should be case insensitive ( #4299 )
...
* chore: add test validating contains and ncontains in pipeline filter are case insensitive
* chore: qb2expr: translate contains and ncontains to case insensitive comparison
* chore: minor cleanup
2023-12-28 19:44:17 +05:30
Yunus M
a268bb910c
fix: update logic to handle step paths in Kubernetes APM flow ( #4297 )
...
* fix: update logic to handle step paths in kubernetes APM flow
* fix: don't reset service name on data source component mount
2023-12-28 18:30:41 +05:30
Rajat Dabade
fbbe0bef86
[Fix]: live view details modal disappear bug ( #4249 )
2023-12-28 16:02:55 +05:30
Raj Kamal Singh
bcd6ac47f7
Fix: Logs: Pipelines: add nil check for grok parser parseFrom field in generated collector config ( #4286 )
...
* chore: add test validating grok parser doesn't spam logs if parse from is missing
* chore: add nil check for grok parser parseFrom
2023-12-28 11:03:31 +05:30
Raj Kamal Singh
ec27916fa5
Fix: QS: Log Pipelines: generate correct nil checks for operators referencing fields like attributes["http.status.code"] ( #4284 )
...
* chore: add test validating that using paths like attributes["http.method"] works
* chore: refactor nil checks on processor fields generated for pipelines
* chore: get nil checks working on paths like attributes["http.method"]
* chore: use parsed AST for generating nil checks for add operator value expressions
* chore: some cleanup
* chore: some more cleanup
* chore: some more cleanup
* chore: some more cleanup
---------
Co-authored-by: Nityananda Gohain <nityanandagohain@gmail.com>
2023-12-28 10:31:36 +05:30
Srikanth Chekuri
263ac9fa5a
fix: ignore timestamp from the subquery result for value panel ( #4293 )
v0.36.0-263ac9fa5
2023-12-27 19:25:24 +05:30
Rajat Dabade
e3b2882811
[Fix]: scroll bar issue in table panel ( #4043 )
2023-12-27 10:56:36 +05:30
Rajat Dabade
63efb2b25a
[Fix]: threshold table issue ( #4247 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-27 10:38:22 +05:30
Srikanth Chekuri
788a38d39c
chore: update CODEOWNERS ( #4285 )
2023-12-26 18:54:49 +05:30
Sanjib Kumar Sah
bff39daef0
fix: word overflow for large number in flamegraph ( #4122 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-26 15:41:01 +05:30
CheetoDa
f2521b4c49
feat: onboarding flow updates and new flow addition ( #4222 )
...
* feat: onboarding flow updates and new flow addition
* feat: added reactjs files
* feat: added content for reactjs and others
* chore: implemented feedback
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Yunus M <myounis.ar@live.com>
2023-12-26 10:43:55 +05:30
Ankit Nayan
16b846006a
Merge pull request #4278 from SigNoz/release/v0.36.0
...
Release/v0.36.0
2023-12-22 15:18:38 +05:30
Prashant Shahi
0ea8e8e6b8
Merge branch 'develop' into release/v0.36.0
v0.36.0
2023-12-22 15:12:32 +05:45
Prashant Shahi
da0ea7eb49
fix(dockerfile): copy invitation email templates for EE build ( #4274 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-12-22 14:55:30 +05:30
Prashant Shahi
ca41d7011e
chore(signoz): 📌 pin versions: SigNoz 0.36.0, SigNoz OtelCol 0.88.4
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2023-12-22 14:37:29 +05:45
Vishal Sharma
f15e8f2fed
Update new maintainers ( #4277 )
2023-12-22 12:46:21 +05:30
Yunus M
2e0fdbb498
feat: show rate limit warning in services page when total RPS > 100 ( #4266 )
...
* feat: show rate limit warning in services page when total rps > 100
* feat: update message
* feat: rate limit message should be shown only to cloud users on trail
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-22 00:51:37 +05:30
Vishal Sharma
585d6e2a21
chore: send event only if there are dashboards or alerts ( #4253 )
2023-12-21 19:06:13 +05:30
Vishal Sharma
d93cc767a6
chore: update active user event ( #4271 )
...
Merged on request by Visha
2023-12-21 19:05:21 +05:30
Prashant Shahi
a363b98657
feat(query-service): support for SMTP service ( #4258 )
...
* feat(query-service): support for SMTP service
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* feat(query-service): smtp minor fixes
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* chore: fix smtp and add email template
* chore: update template
* chore(smpt-service): configurable invite email template path
Signed-off-by: Prashant Shahi <prashant@signoz.io>
---------
Signed-off-by: Prashant Shahi <prashant@signoz.io>
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-21 18:27:30 +05:30
Vishal Sharma
2031a014a7
Revert "Fix: lettercase bug in query-builder ( #4120 )" ( #4255 )
...
This reverts commit a6b6abf1a7e5ee4a34dacad0a8e39c32eda44c80.
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
v0.36.0-rc.1
2023-12-21 13:36:56 +05:30
Raj Kamal Singh
43d5ee9651
FE: Log Detail View: Support for dots in log attributes ( #4252 )
...
* chore: add support for showing attrib names containing dots in log details
* chore: add support for field names with dot in filter actions
* chore: minor cleanup
* chore: add support for filtering by clicking fields with dots in log details
2023-12-21 13:21:20 +05:30
Nityananda Gohain
f8bb42a13c
fix: dot support in attribute name ( #4121 )
...
* fix: dot support
* fix: column name updated for materialized columns
* fix: tests updated
* fix: comments updated
* fix: enrichment test updated
* fix: dont return underscore fields in the fields API
* fix: update fields function changed to support default instead of materialized
* fix: updated how formulas are built and test added
* fix: don't create index for bool attributes
* fix: support for limit queries updated
2023-12-21 12:11:35 +05:30
CheetoDa
1be4731710
feat: added frontend for newly addded flows ( #4151 )
...
* feat: added frontend for newly addded flows
* chore: added content for flows
* chore: updated content for dotnet docs
* chore: updated go instrumentation and http logs content
* fix: removed console log and return true
* fix: quickstart by default and cloudwatch logs
* fix: removed console log
2023-12-20 20:16:21 +05:30
Yunus M
90b8959045
feat: gh-4211: show copy and share invite link message next to pending invites ( #4260 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-20 18:18:27 +05:30
Rajat Dabade
f487c1956b
[Fix]: range issue in uplot charts ( #4262 )
...
* fix: range issue in uplot charts
* refactor: updated logic to strickly check is parsed value is number
* refactor: safe check for number value
2023-12-20 17:36:13 +05:30
Rajat Dabade
6b2f03d43f
[Refactor]: Added tag and datatype in options for query builder ( #3555 )
...
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
2023-12-20 15:31:37 +05:30
Raj Kamal Singh
581bd07b35
Fix: query service: escape dollars in collector config generated for pipelines. ( #4242 )
...
* chore: add test validating pipeline config containing dollar works
* chore: collector simulator: use fileprovider with expandconverter like actual collector
* chore: get tests passing
* chore: take a configGenerator func in simulation and unify config generation logic
* fix: escape $ in config generated for log pipelines
2023-12-19 21:24:53 +05:30
Vikrant Gupta
c5cba68b53
fix: suggestions not populating without space ( #4257 )
2023-12-19 21:08:55 +05:30
Sanjib Kumar Sah
a6b6abf1a7
Fix: lettercase bug in query-builder ( #4120 )
...
* fix: lettercase bug in query-builder
* fix: suggesting similar value when entering diffrnt case value
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2023-12-19 16:03:30 +05:30
Yunus M
7526888886
feat: show trace details on hover ( #4241 )
...
* feat: show trace details on hover
* feat: handle sider anchor styles in dark and light mode
v0.35.1-75268888
2023-12-18 17:03:38 +05:30
Vikrant Gupta
ce8fdd509b
fix: [GH-3585]: operator suggestion should work on the substring typed in by the user ( #4246 )
...
* fix: [GH-3585]: operator suggestion logic
* fix: [GH-3585]: address review comments
* fix: [GH-3585]: address review comments
2023-12-18 13:51:39 +05:30
Nityananda Gohain
2baa6028b5
fix: enrichment for json in alerts and disable timestamp adjustment ( #4240 )
...
* fix: enrichment for json in alerts and disable timestamp adjustment
* fix: tests updated
2023-12-16 17:06:49 +05:30