nityanandagohain
99edf96910
fix: use new error in pipelines handler
2025-07-11 17:38:27 +05:30
Nityananda Gohain
552d44d208
chore: send email on role update ( #8489 )
...
* chore: send email on role update
* fix: minor changes
* fix: update template
* fix: minor changes
* fix: return updated user
2025-07-10 15:17:04 +00:00
SagarRajput-7
497315579f
chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability ( #8500 )
2025-07-10 20:22:39 +05:30
SagarRajput-7
bfaac15ccb
chore: replace image-webpack-loader (deprecated) with image-minimizer-webpack-plugin ( #8498 )
...
* chore: replace image-webpack-loader (deprecated) with image-minimizer-webpack-plugin
* chore: used sharp
* chore: remove got resolution
2025-07-10 19:17:02 +05:30
SagarRajput-7
5e18be6a23
chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability ( #8493 )
2025-07-10 16:07:10 +05:30
Yunus M
1793706f87
feat: show ingestion keys to self hosted users ( #8490 )
2025-07-10 14:51:53 +05:30
aniketio-ctrl
da2a3c738a
fix(aws-elastic-cache): corrected variable query for elastic cache ( #8487 )
...
* fix(aws-elastic-cache): corrected variable query for elastic cache overview.json
* fix(aws-elastic-cache): corrected variable query for elastic cache overview.json
---------
Co-authored-by: Piyush Singariya <piyushsingariya@gmail.com>
2025-07-09 10:21:15 +00:00
primus-bot[bot]
d17dab9a1d
chore(release): bump to v0.89.0 ( #8482 )
v0.89.0
2025-07-09 12:06:47 +05:30
Srikanth Chekuri
88b75d4e72
fix(apdex): use right metric name for metadata ( #8463 )
2025-07-09 09:08:40 +05:30
Sahil Khan
6327ab5ec6
fix: allowed user to select text in json body field in log details ( #8450 )
2025-07-08 21:28:05 +05:30
Sahil Khan
5b09490ad7
fix: trace details v2 ui bugs ( #8448 )
2025-07-08 13:51:40 +00:00
Nageshbansal
b50127b567
feat(statsreporter): add railway platform detection ( #8467 )
2025-07-08 13:01:21 +00:00
Vishal Sharma
ba2ed3ad22
chore: only log telemetry query for explorer, rule and dashboard pages ( #8464 )
...
* chore: only log telemetry query for explorer, rule and dashboard pages
* chore: add dashboard and rule properties for no telemetry result
2025-07-08 11:32:46 +00:00
0xflotus
eb3dfbf63b
docs: fixed small typo error ( #8458 )
...
Co-authored-by: Vibhu Pandey <vibhupandey28@gmail.com>
2025-07-08 16:46:43 +05:30
Nageshbansal
c3e048470d
fix: add DOT_METRICS_ENABLED and remove clickhousemetricswrite ( #8461 )
2025-07-08 15:36:32 +05:30
Vibhu Pandey
4563ff0e62
fix(users): skip sending email if frontend base url is not set ( #8459 )
...
skip sending email if frontend base url is not set
2025-07-08 01:47:37 +05:30
Vibhu Pandey
c9e48b6de9
feat(sqlschema): add sqlschema ( #8384 )
...
## 📄 Summary
- add sqlschema package
- add unique index on email,org_id in users and user_invite
2025-07-08 00:21:26 +05:30
Amlan Kumar Nandy
06ef9ff384
fix: resolve ui full reload on auto-refresh ( #8383 )
2025-07-07 16:51:06 +00:00
Amlan Kumar Nandy
26d55875f5
chore: fix metrics explorer events ( #8411 )
2025-07-07 16:34:17 +00:00
Srikanth Chekuri
b1864ee328
chore: use {k8s.pod/k8s.node/container}.cpu.usage metric for metadata and CPU usage charts ( #8398 )
2025-07-07 11:25:20 +00:00
Amlan Kumar Nandy
8b62c8dced
chore: fix regex issue in route tab ( #8440 )
2025-07-07 16:55:23 +07:00
aniketio-ctrl
273452352d
chore(2354): added preloaded metrics metadata at first api call ( #8229 )
...
* chore(2354): added preloaded metrics metadata at first api call
2025-07-06 17:09:29 +05:30
Vibhu Pandey
8274ebfe37
fix(memorycache): add a cloneable interface ( #8414 )
2025-07-05 19:08:23 +05:30
Abhi kumar
7d5e14abb6
fix: simplify changelog fetching logic and enhance version display interactivity ( #8432 )
2025-07-05 13:49:09 +05:30
primus-bot[bot]
7c17ac42b1
chore(release): bump to v0.88.1 ( #8436 )
v0.88.1
2025-07-04 16:54:57 +05:30
Aditya Singh
74ee7bb2c7
fix: fix setting nav items from multiple places ( #8435 )
...
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-04 15:44:53 +05:30
Sahil Khan
2f5640b2e6
fix: used a new classname for banner container earlier one was in ad block list ( #8433 )
...
* fix: used a new classname for banner container earlier one was in ad block list
* chore: minor comment added
* chore: minor comment added
2025-07-04 08:20:32 +00:00
Aditya Singh
121debcecc
Fix drag handle obstruction on dashboard and service details page ( #8428 )
...
* fix: fix overlapping pylon support btn on dashboard and services details page
* fix: minor refactor
---------
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-04 12:12:30 +05:30
Sahil Khan
ff13504a74
fix: performance optimizations in log details view json field rendering ( #8324 )
...
* fix: log details filters use data types from log data response as primary data type
* chore: added test cases
* test: add comprehensive unit tests for chooseAutocompleteFromCustomValue function
* fix: added datatypes to util and test cases
* fix: added new tests
* fix: performance optimizations in log details view json field rendering
* fix: fixed import failing tests
* fix: added default html rendering field in body field in log details
* fix: fixed eslint errors
* chore: moved hook to a new file and renamed a state
2025-07-04 04:58:26 +00:00
dependabot[bot]
d4e373443b
chore(deps): bump github.com/go-viper/mapstructure/v2 ( #8379 )
...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure ) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/go-viper/mapstructure/releases )
- [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md )
- [Commits](https://github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0 )
---
updated-dependencies:
- dependency-name: github.com/go-viper/mapstructure/v2
dependency-version: 2.3.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2025-07-04 02:40:14 +00:00
Vibhu Pandey
3ccf822d67
fix(statsreporter): add unix timestamps for last observed time ( #8426 )
2025-07-03 14:25:12 +00:00
Abhi kumar
0e270e6f51
fix: update media styling for changelog renderer and adjust video class ( #8425 )
2025-07-03 18:35:11 +05:30
Vishal Sharma
749df2a979
fix: nil pointer exception when result[0].Table is nil ( #8424 )
...
* fix: nil pointer exception when result[0].Table is nil
* fix: decrease complexity
---------
Co-authored-by: grandwizard28 <vibhupandey28@gmail.com>
2025-07-03 12:13:51 +00:00
Sahil Khan
9ee5d5d599
fix: no logs in list view issue - added logs datasource for formatting and column options in the useoptionsmenu consumption ( #8421 )
...
* fix: added logs datasource for formatting and column options in the useoptionsmenu consumption
* fix: changed data source to logs in context log renderer from metrics
2025-07-03 14:32:19 +05:30
Amlan Kumar Nandy
4940dfd46f
Revert "chore: fix regex issue ( #8393 )" ( #8418 )
...
This reverts commit 53c58b998313b619647c80546830cb5c52973ceb.
2025-07-03 06:04:51 +00:00
Aditya Singh
79a31cc205
Sentry issues ( #8264 )
...
* fix: fix breaking json parsing
* fix: sentry fix
* fix: fix sentry edge case
* test: update test for useUrlQueryData
* test: minor fix
---------
Co-authored-by: Aditya Singh <adityasingh@Adityas-MacBook-Pro.local>
2025-07-03 05:33:11 +00:00
Srikanth Chekuri
5102cf2b7b
fix: remove deprecated telemetry::metrics::address from config ( #8412 )
2025-07-02 11:58:40 +00:00
Vishal Sharma
9ec5594648
fix: telemetry query events ( #8388 )
...
* fix: telemetry query events
* chore: reduced cyclomatic complexity
* chore: nit
2025-07-02 08:22:54 +00:00
Shaheer Kochai
b6c2ebd6d7
feat: trace to logs custom empty state UI ( #8381 )
...
* feat: display custom empty message if no logs on navigating from trace to logs
* chore: write tests for logs explorer normal and custom empty state
* feat: build the custom empty logs UI based on the updated designs
* feat: clear the filters and run stage query on clicking clear filters in logs custom empty state
* fix: update the failing test to match the logs custom empty state
* chore: remove the unnecessary onClick for documentation links
* refactor: overall improvements
* refactor: move the empty logs list config to util
* chore: update the documentation links + remove the explicit height from resources card
* refactor: reuse the EmptyLogsListConfig type in EmptyLogsSearch
* test: update LogsExplorerList tests to reflect changes in documentation links
---------
Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
2025-07-02 07:30:17 +00:00
primus-bot[bot]
9a3a8c8305
chore(release): bump SigNoz to v0.88.0, OTel Collector to v0.128.0 ( #8410 )
...
* chore(release): bump to v0.88.0
* chore: bump to v0.111.28
* chore: bump to v0.111.28
---------
Co-authored-by: primus-bot[bot] <171087277+primus-bot[bot]@users.noreply.github.com>
Co-authored-by: grandwizard28 <vibhupandey28@gmail.com>
v0.88.0
2025-07-02 12:19:54 +05:30
Nageshbansal
2ac45b0174
feat: adds support for Hetzner and coolify deployment platform in statsreporter ( #8409 )
2025-07-02 06:30:32 +00:00
Srikanth Chekuri
2a53918ebd
chore: make queries compatible with 24.1 and fix string json query ( #8391 )
2025-07-02 05:09:16 +00:00
Shaheer Kochai
9daefeb881
fix: override the stagedQuery orderBy and send order by timestamp in traces view of traces explorer ( #8390 )
...
* fix: override the stagedQuery orderBy and send order by timestamp in traces view of traces explorer
* chore: write test for sending order by timestamp in the traces view of traces explorer
* refactor: refactor the query transformer to accept partial query object and override fields
2025-07-01 14:14:07 +00:00
Shaheer Kochai
526cf01cb7
fix: fix the issue of traces filters getting duplicated on switching between the span scopes ( #8389 )
...
* fix: fix the issue of changing span scope duplicating filters
* chore: write test for duplicate filters issue on changing the span scope
2025-07-01 07:53:33 +00:00
Amlan Kumar Nandy
cd4766ec2b
fix: correct step numbering for non-metric based alerts ( #8367 )
2025-07-01 05:29:24 +00:00
Amlan Kumar Nandy
2196b58d36
fix: correct query data for cluster details metric view in infra monitoring ( #8380 )
2025-07-01 05:12:11 +00:00
Amlan Kumar Nandy
53c58b9983
chore: fix regex issue ( #8393 )
2025-07-01 11:32:07 +07:00
Piyush Singariya
d174038dce
fix: panic after connecting to collector ( #8344 )
v0.88.0-rc.1
2025-06-26 16:34:49 +05:30
Srikanth Chekuri
78d09e2940
chore: log the request and expected response payload ( #8341 )
2025-06-26 09:40:31 +00:00
Srikanth Chekuri
6cb7f152e1
chore: bump opamp-go version ( #8310 )
2025-06-26 15:01:17 +05:30