signoz

SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. πŸ”₯ πŸ–₯. πŸ‘‰ Open source Application Performance Monitoring (APM) & Observability tool

OTHER License

Stars
17.5K
Committers
144

Bot releases are visible (Hide)

signoz - v0.9.2

Published by github-actions[bot] over 2 years ago

What's Changed

  • chore: integrate reactquery devtools in dev env (#1322) @sf-pchakraborty
  • chore: commitlint config is updated to ts (#1341) @palashgdev
  • docs: add list of project maintainers (#1354) @pranshuchittora

πŸ› Bug Fixes

  • chore: bump SigNoz/prometheus to 1.9.73 (#1355) @srikanthccv
  • fix: add request/response interceptors for ApiV2Instance (#1348) @srikanthccv

🧰 Maintenance

  • fix: legend for empty metrics names list (#1339) @pranshuchittora
  • fix: dashboard data is flushed from redux while creating the dashboard (#1335) @palashgdev
signoz - v0.9.1

Published by prashant-shahi over 2 years ago

"Never Tell Me The Odds"

πŸ’₯ What's New - Do it yourself query builder for plotting metrics in Dashboards

  • New Do it yourself query builder for plotting metrics in Dashboards - Docs
  • Support for formulae based on queries to plot complex metrics
  • Support for native ClickHouse queries to support advanced users
  • Search for fields values in Services, Operations and other facets in traces page

πŸ’ͺ Upgrading from older versions

If you have existing data from v0.8.2 and prior, you would need to migrate them using migration scripts in v0.9. - Docs

Screenshot 2022-07-01 at 10 41 15 AM

What's Changed

Full Changelog: https://github.com/SigNoz/signoz/compare/v0.9.0...v0.9.1

signoz - v0.9.0

Published by github-actions[bot] over 2 years ago

Note: Please use v0.9.1 instead of this release. It includes immediate fixes for issues that were reported.


Upgrading from older versions

If you have existing data from v0.8.2 and prior, you would need to migrate them using migration scripts in v0.9. - Docs

What's Changed

  • feat: Metrics Builder Enhancements and Code Cleanup (#1325) @pranshuchittora
  • feat: service map color is updated according to the darkMode (#1324) @palashgdev
  • fix: dashboard save layout (#1320) @pranshuchittora
  • fix: light mode issues are fixed (#1319) @palashgdev
  • fix: text is updated in the light and dark mode (#1318) @palashgdev
  • test: playwright github action is updated (#1286) @palashgdev
  • feat: Metrics Query Builder (#1166) @pranshuchittora
  • chore: changed scrape interval to 60s and batch size to 10000 (#1316) @ankitnayan
  • Add v2 query range metrics API (#1020) @srikanthccv
  • feat: light mode tooltip is updated (#1312) @palashgdev
  • feat: dashboard breadcrumb is added (#1311) @palashgdev
  • fix: using legacy_createStore instead of createStore as it seem it is depecreated (#1235) @palashgdev
  • feat: duration filter is updated (#1272) @palashgdev
  • feat: select tags key and value are updated to autocomplete filtering (#1267) @palashgdev
  • FE: Trace Detail text is now ellipsed (#1239) @palashgdev
  • feat: metrics is renamed to services in sidebar (#1250) @palashgdev
  • feat: rule id is passed as params (#1251) @palashgdev
  • fix: GetMinMax with 'GLOBAL_TIME' and 'custom' need pass globalTime (#1264) @zedongh
  • fix: added 404 for error in getRule api (#1309) @ankitnayan
  • test: test pipeline for unit test is configured (#1277) @palashgdev
  • feat: alerts breadcrumb is added (#1268) @palashgdev
  • feat: condition is updated (#1308) @palashgdev
  • feat: removed auto save layout from dashboard (#1306) @palashgdev
  • fix(FE): escape regular expression to filter dashboards with special characters (#1279) @rw4nn
  • chore: clickhouse version bump (#1280) @prashant-shahi
  • feat: nginx uri issue is handled by increasing buffers (#1276) @palashgdev
  • Update CODEOWNERS (#1265) @palashgdev

πŸš€ Features

  • feat: search filter is added in the trace filter (#1304) @palashgdev

🧰 Maintenance

  • chore(install-script): πŸ—‘οΈ remove arm YAML as already satisfied by existing YAML (#1326) @prashant-shahi
  • chore(deps): bump github.com/SigNoz/prometheus from v1.9.71 to v1.9.72 (#1317) @srikanthccv
signoz - v0.8.2

Published by github-actions[bot] over 2 years ago

What's Changed

  • chore: πŸ“Œ pin version OtelCollector 0.45.1-0.3 (#1266) @prashant-shahi

πŸ› Bug Fixes

  • fix: incorrect 5xx rate calculation (#1229) @srikanthccv

Full Changelog: https://github.com/SigNoz/signoz/compare/v0.8.1...v0.8.2

signoz - v0.8.1

Published by github-actions[bot] over 2 years ago

β€œPatience you must have my young Padawan.”


Upgrading dashboards from older versions

If you have existing dashboards from v0.8.0 and prior, you would need to migrate them using migrate-dashboard script in v0.8.1. - Docs

πŸ’₯ What's New

  • One of the major changes we made this release was to make setting retention period APIs async. Being able to set up retention period granularly is an important need for our users and using async calls to set them makes the process more robust.

Screenshot 2022-06-10 at 12 44 17 PM

  • We also made many small changes in UI like adding pagination for tables, and handling long service names and operation names in trace filter page. This should make using SigNoz frictionless for our users.

  • HTTP listener for internal services (#1238) @mindhash
  • feat: dashboard layout is updated (#1221) @palashgdev
  • fix: trace table is fixed (#1208) @palashgdev
  • fix: react version is made fixed (#1190) @palashgdev
  • Mandatory FE/BE builds for all PRs (#1187) @prashant-shahi
  • fix: ts typings and remove cypress types (#1184) @pranshuchittora
  • feat: playwright is configured (#1152) @palashgdev
  • fix: set retention query is fixed (#1177) @palashgdev
  • fix: tsc is fixed (#1171) @palashgdev
  • fix: error handling is updated for the trigger alerts (#1130) @palashgdev
  • Add remove TTL api, and do not allow zero or negative TTL (#962) @srikanthccv
  • feat: tooltip is added and max width is configured in the left panel to show text ellipsis (#1163) @palashgdev
  • fix: route is updated (#1167) @palashgdev
  • fix: logout the user if api is not successfull (#1119) @palashgdev
  • feat: dashboard error and loading state is removed from dashboard object (#1146) @palashgdev
  • chore: type is updated for thunk (#1107) @palashgdev
  • fix: tsc is fix in cypress (#1133) @palashgdev
  • feat(query-service): ✨ integrate pprof (#926) @prashant-shahi
  • fix: list alerts rules is handled (#1126) @palashgdev
  • fix: error handling is updated in trace (#1123) @palashgdev
  • docs: πŸ“ Update helm chart contributing docs (#877) @prashant-shahi

πŸš€ Features

  • feat: signoz gh-bot integration (#1151) @pranshuchittora
  • feat: added status code of api calls (#1176) @ankitnayan
  • Add section outlining ideal workflow for significant features/changes (#1111) @srikanthccv

πŸ› Bug Fixes

  • fix: πŸ› convert TTL APIs to async #902 (#1173) @makeavish
  • fix(husky): 🚨 integrate is-ci and webpack-cli version bump (#1181) @prashant-shahi

🧰 Maintenance

  • chore(alertmanager): πŸ”§ use query-service internal port (#1241) @prashant-shahi
  • chore: TTL and S3 config related changes (#1201) @prashant-shahi
  • chore: πŸ”§ improve nginx cache configuration (#1136) @prashant-shahi
signoz - v0.8.0

Published by github-actions[bot] over 2 years ago

"Rebellions are built on hope"

πŸ’₯ What's New?

  • Auth and Login - Docs
  • Filtering Application List based on resource attributes - Docs
  • Filtering Dashboards - Docs
  • Ability to Import and Export Dashboard JSON
  • Support for Webhook and PagerDuty as alert channel - Docs
  • Separate section for Exceptions - Docs

Upgrading from older versions

v0.8.0 is a breaking release which requires data migration, if you are upgrading from an older version then you have to run the data migration scripts to be able to see past data. - Docs

πŸš€ Features

  • feat(UI): Auth (#1018) @palash-signoz
  • feat(auth): Add auth and access-controls support (#874) @ahsanbarkati
  • feat: dashboard search and filter (#1005) @pranshuchittora
  • feat: UI for Test alert channels (#994) @mindhash
  • Pagerduty - Create, Edit and Test Features (#1016) @mindhash
  • Feat: import export dashboard (#980) @palash-signoz
  • feat: Errors and exceptions page (#979) @palash-signoz
  • feat: resource attributes based filter for metrics (#1022) @pranshuchittora
  • feat: API - Implement receiver/channel test functionality (#993) @mindhash
  • perf: Query-service Performance Improvements (traces) (#838) @makeavish
  • feat: ✨ support gRPC status, method in trace table (#987) @makeavish
  • feat: sorting by duration is added in trace-filter page (#1032) @palash-signoz
  • feat: new dashboard widget's option selection (#982) @pranshuchittora
  • enhancement(FE): span time unit normalisation (#1021) @pranshuchittora

πŸ› Bug Fixes

  • bug: Rows per page setting is now working (#1026) @palash-signoz
  • fix: trace detail layout issue (#1043) @pranshuchittora
  • fix: header style is fixed in the light mode (#1033) @palash-signoz
  • fix: chart y-axis values not showing for values < 1 (#1071) @pranshuchittora
  • fix: fixed graph axis and tooltip (#1075) @pranshuchittora

🧰 Maintenance

  • chore(eslint): @typescript-eslint/no-unused-vars is made to error (#973) @palash-signoz
  • chore: πŸ“Œ pin alertmanager and otelcollector version and changes (#1048) @prashant-shahi
  • chore: cache headers is added (#1103) @palash-signoz
signoz - v0.7.5

Published by github-actions[bot] over 2 years ago

What's Changed

πŸš€ Features

  • feat: version page is added (#924) @palash-signoz
  • feat: editor config is added (#818) @palash-signoz
  • feat: Tag value suggestion (#928) @palash-signoz
  • feat(query-service): Add cold storage support in getTTL API (#922) @ahsanbarkati
  • feat(FE): TTL/s3 integration (#949) @pranshuchittora
  • feat: dynamic step size for the data for graphs (#929) @pranshuchittora
  • feat: FE memory fixes and UX enhancements (#935) @pranshuchittora

πŸ› Bug Fixes

  • fix: Fix jest (#945) @palash-signoz
  • bug: Trace filter page fixes (#846) @palash-signoz
  • feat: service map is handled when there is no service (#934) @palash-signoz
  • bug: logged in check is added in the useEffect (#921) @palash-signoz
  • fix: run go vet to fix some issues with json tag (#936) @NamanJain8
  • fix: error color for spans having error on trace detail page (#953) @pranshuchittora
  • Fix(FE) : Ask for confirmation before deleting any dashboard from dashboard list (#534) @NishidhJain
signoz - v0.7.4

Published by github-actions[bot] over 2 years ago

What's Changed

πŸš€ Features

  • feat: Amol/webhook (#868) @mindhash
  • feat(FE): unit label on graph tooltip (#903) @pranshuchittora
  • husky: pre-commit hook is added (#904) @palash-signoz

πŸ› Bug Fixes

  • (fix): Duplicate alerts in triggered alerts (#932) @mindhash
  • fix: dashboard table element overflow (#930) @pranshuchittora
  • fix: save unit on dashboard without hitting apply (#912) @pranshuchittora
  • bug πŸ› : on click tag filter is now fixed (#916) @palash-signoz

🧰 Maintenance

  • chore: build.yml file is updated for more strict frontend checks (#906) @palash-signoz
  • chore: tsc fix are updated over frontend (#914) @palash-signoz
  • chore: eslint fix (#884) @palash-signoz
signoz - v0.7.3

Published by github-actions[bot] over 2 years ago

What's Changed

πŸš€ Features

  • feat: unit selection for value graph on dashboard (#898) @pranshuchittora
  • feat: onClick feature is updated (#895) @palash-signoz

🧰 Maintenance

  • chore: onChange event is added (#897) @palash-signoz
  • chore(install-script): πŸ”§ amazon-linux improvements and fixes (#900) @prashant-shahi
signoz - v0.7.2

Published by github-actions[bot] over 2 years ago

What's Changed

  • Release/v0.7.2 (#891) @prashant-shahi
  • Remove gitpod support temporarily (#834) @makeavish
  • Fix: Update Documentation to configure front-end and run back-end. (#815) @axaysagathiya

πŸš€ Features

  • feat: y-axis units for pre-defined and dashboard graphs (#860) @pranshuchittora
  • feat(FE): new trace detail page code cleanup and enhancements (#835) @pranshuchittora
  • feat(FE): adaptive x axis time labels (#844) @pranshuchittora
  • feat(FE): react-i18next is added (#789) @palash-signoz
  • feat: onClick in new tab is added (#842) @palash-signoz
  • feat(query-service): Add cold storage support (#837) @ahsanbarkati

πŸ› Bug Fixes

  • fix: trace filter groupby selection is breaking the FE (#883) @pranshuchittora
  • bug(FE): timeline interval is updated (#828) @palash-signoz
  • bug: useHistory is removed and dashboard loading component is removed (#802) @palash-signoz
  • feat: data time, UI and graph label consistency across FE (#878) @pranshuchittora
  • fix: save layout bug is resolved (#840) @palash-signoz
  • feat: timestamp is updated for selected start time (#852) @palash-signoz
  • feat(UI): monaco editor is updated (#851) @palash-signoz
  • bug: edit channel is fixed (#855) @palash-signoz
  • bug: global time selection dropdown is removed in the all channels page (#858) @palash-signoz
  • fix(FE): trace detail events error handling (#845) @pranshuchittora
  • BUG(UI): eslint fixes are updated (#856) @palash-signoz
  • ci: πŸ’š fix e2e-k3s workflow as needed with the chart changes (#831) @prashant-shahi

🧰 Maintenance

  • chore: Eslint fix config (#882) @palash-signoz
  • chore: deployment config changes (#869) @prashant-shahi
  • chore(telemetry): ✨ include deployment type in telemetry (#875) @prashant-shahi
  • chore: styled tab is updated to Tab from antd (#861) @palash-signoz
  • chore(tests): Add end-to-end testing system for query service (#867) @ahsanbarkati
  • chore(makefile): πŸ”§ add down-x86 and down-arm targets (#887) @prashant-shahi
  • chore: πŸ”§ set dimensions_cache_size in signozspanmetrics processor (#885) @prashant-shahi
  • chore: πŸ”§ Add targets to clear docker standalone and swarm data (#886) @prashant-shahi
  • chore: version bumped for forked prometheus with clickhouse storage (#870) @ankitnayan
  • chore(install-script): ✨ remove mandatory sudo and digest improvement (#836) @prashant-shahi
signoz - v0.7.1 - "Do or do not. There is no try."

Published by github-actions[bot] over 2 years ago

New and Improved Trace Detail Page πŸŽ‰

Excited to announce our updated trace detail page. It has been some time in the making and is results of lots of feedback from the community.

Some salient features -

  1. Collapsible hierarchical view of spans which lets you dive deeper to the granularity you want
  2. Support for Events and Exceptions tabs
  3. Service wise coloring of spans to identify dependencies

Feel free to share if you have any feedback in our slack community

Screenshot 2022-03-08 at 11 34 49 PM


What's Changed

  • feat(eslint): eslint-plugin-react-hooks is added (#816) @palash-signoz

πŸš€ Features

  • feat(eslint): sonar js plugin for eslint is added (#817) @palash-signoz

πŸ› Bug Fixes

  • fix: expand and unexpand on active span path (#819) @pranshuchittora
  • fix: install deps node-gyp error (#823) @pranshuchittora
  • bug(dashboard): useCallback is removed (#824) @palash-signoz
signoz - v0.7.0

Published by github-actions[bot] over 2 years ago

πŸš€ Features

feat(backend): support custom events in span (#796) @makeavish
feat: Feat/trace detail (#764) @palash-signoz @pranshuchittora
feat: add hasError tag in searchTraces response (#756) @makeavish

πŸ› Bug Fixes

fix: Trace filter fix (#798) @palash-signoz
fix: avoid panic by handling getOutboundIP() error (#750) @makeavish
bug(FE): sorting of date is fixed (#718) @palash-signoz

🧰 Maintenance

chore: update otel-collector to 0.43.0 (#803) @makeavish @ankitnayan
chore: ♿️ add hotrod template and install/delete scripts (#801) @prashant-shahi

signoz - v0.6.2

Published by github-actions[bot] over 2 years ago

What's Changed

  • feat: new trace detail page styling changes (#767) @pranshuchittora
  • test(Trace): Trace page test are added (#733) @palash-signoz
  • Removing Feedback FAB (#753) @udasitharani
  • Add section for CPU architecture (#758) @makeavish
  • Fix: update documentation for query-service. (#762) @axaysagathiya
  • feat: new trace detail page styling changes (#766) @pranshuchittora
  • feat: Trace details (#765) @palash-signoz
  • feat(TraceDetail): new trace detail page focus, hover, span select and much more... (#763) @pranshuchittora
  • feat: trace detail page is updated (#761) @palash-signoz
  • WIP(FE): trace detail styling changes (#760) @pranshuchittora
  • Trace details (#759) @palash-signoz
  • WIP(FE): Trace details Chart is added (#742) @palash-signoz
  • WIP(FE): Trace detail page - Flame Graph + Timeline + Layout (#743) @pranshuchittora
  • fix(FE) Removed refresh time filter from trace-detail page (#581) @siddhantparekh

πŸš€ Features

  • feat: tag value suggestion API (#689) @makeavish
  • feat: add hasError tag in searchTraces response (#756) @makeavish

πŸ› Bug Fixes

  • bug: clear all now moves with selected filter rather than user selected filter (#731) @palash-signoz
  • bug: useDebounce function is fixed (#705) @palash-signoz
  • fix: avoid panic by handling getOutboundIP() error (#750) @makeavish
  • bug: onClick cursor is added and display date is converted to minutes and 12hr format (#755) @palash-signoz

🧰 Maintenance

  • chore: πŸ”§ update default jaeger endpoint in hotrod manifest (#723) @prashant-shahi
signoz - v0.6.1

Published by github-actions[bot] over 2 years ago

What's Changed

  • Release: v0.6.1 (#714) @ankitnayan
  • bug: signup state is now not toggled when component is not toggled (#702) @palash-signoz
  • fix: Dashboard page does not call API on clicking on apply button (#677) @SoniaisMad
  • bug: full view legend is now fixed (#712) @palash-signoz
  • fix: added support for custom alertmanager url (#699) @Tazer
  • Release/v0.6.0 (#696) @ankitnayan

πŸ› Bug Fixes

  • feat: now webpack filename are hashed (#701) @palash-signoz
  • bug(FE): error state in the bar panel is added (#706) @palash-signoz
  • bug: dashboard graph is now fixed (#711) @palash-signoz
signoz - v0.6.0 - "You must unlearn what you have learned."

Published by github-actions[bot] over 2 years ago

New and Improved Trace Filter Page πŸŽ‰

  • New Trace Filter page to make filtering relevant traces more filter. More powerful aggregate graphs for trace filter to drill down to specific metrics like RPS by endpoints, etc.

screenzy-1644431715188

  • Improved signup page with SigNoz version number
  • Support for Gitpod
  • Moved Helm charts to new repo
  • Optimised number of ports needed to run SigNoz to reduce conflicts

What's Changed

  • ci(push): πŸ‘· push workflow update (#695) @prashant-shahi
  • ci(push): πŸ‘· add develop branch and remove second tag (#694) @prashant-shahi
  • chore: Env fix (#693) @palash-signoz
  • bug(UI): frontend build is fixed (#692) @palash-signoz
  • fix(FE): Sidebar navigation when collapsed (#686) @pranshuchittora
  • Feat (UI) :Trace Filter page is updated (#684) @palash-signoz
  • docs(deploy): πŸ“ Add README docs in deploy folder with deployment instructions (#669) @prashant-shahi
  • chore: external address query is updated (#685) @palash-signoz
  • fix: exclude added for status field (#681) @ankitnayan
  • Gitpodify the Signoz (#634) @Siddhant-K-code
  • docs(contributing): πŸ“ Add Helm Chart contribute instructions (#668) @prashant-shahi
  • refactor(query-service): ♻️ Update ldflags and Makefile for dynamic versioning (#655) @prashant-shahi
  • fix: remove table default.signoz_spans from the codebase (#656) @amustaque97
  • ci(k3s): attaching release name to resources in e2e-k3s (#651) @prashant-shahi
  • build(docker): Two compose files for arm and amd (#638) @prashant-shahi
  • Fixed svg color mismatch in light mode and dark mode (#504) @Devesh21700Kumar
  • Fixed toggle Button contrast in Light Theme (#505) @Devesh21700Kumar
  • closes #569: critical css using critters (#570) @sadn1ck
  • feat: adding disable and anonymous functionality to telemetry collected (#637) @ankitnayan
  • New Trace Filter Page API changes (Backend) (#646) @makeavish
  • fix: local dev setup (#599) @krtkvrm
  • ci: use pull_request_target for remove label permission (#618) @prashant-shahi
  • ci: adding a dummy push to check if the image push workflow works (#609) @ybettan
  • ci: making some improvements to e2e-k3s workflow (#615) @ybettan
  • ci: filtering 'push' workflow to main and release branches (#614) @ybettan
  • ci: removing file filtering from some workflows (#610) @ybettan
  • ci: making sure the sample-application is up before running the job (#603) @ybettan
  • ci: inject local images to k3d instead of publishing them (#600) @ybettan
  • ci: adding 'push' workflow (#593) @ybettan
  • ci: using --wait helm install flag instead of waiting manually (#597) @ybettan
  • ci: Adding 'e2e' GH workflows. (#579) @ybettan
  • Swapping images on the "build" GH workflow. (#578) @ybettan

πŸš€ Features

  • Feature(FE): signup page (#642) @palash-signoz
  • exclude filter support and fix for not sending null string in groupby for aggregates API (#654) @makeavish
  • ci(k3s): k3s CI workflow enhancements (#643) @prashant-shahi
  • Feat/support error tab page (#626) @makeavish

πŸ› Bug Fixes

  • bug(wepack): optimisation config is updated (#650) @palash-signoz
  • fix: exclude operation in trace APIs (#682) @makeavish
  • Fix 414 errors trace filter API (#660) @makeavish
  • ci(k3s): πŸ’š fix correct raw github URL for hotrod manifest (#661) @prashant-shahi
  • exclude filter support and fix for not sending null string in groupby for aggregates API (#654) @makeavish
  • BUG: refresh button is now fixed (#590) @palash-signoz
  • fix(frontend): pin mini-css-extract-plugin version to 2.4.5 to fix frontend builds (#612) @prashant-shahi

🧰 Maintenance

  • chore(helm-charts): 🚚 migrate helm charts to SigNoz/charts repository (#667) @prashant-shahi
  • chore: 🚚 rename config .yaml to yml for behaviorbot (#673) @prashant-shahi
  • chore(log-option): set hotrod log options for hotrod app (#659) @prashant-shahi
  • chore: install script improvements (#652) @prashant-shahi
  • chore: ♻️ single manifest file for the hotrod (#639) @prashant-shahi
  • chore: Integrate behaviorbot for welcome messages on first pull request or issue (#640) @prashant-shahi
  • chore: add codeowners for automatic review request (#633) @prashant-shahi

New Contributors

signoz - v0.5.4

Published by github-actions[bot] almost 3 years ago

What's Changed

  • chore(UI): query is updated for application and external graphs (#562) @pal-sig
  • build(kubernetes): Support hcloud CSI (Hetzner) (#537) @ceefour

πŸš€ Features

  • Feat(UI): Added webpack bundle analyser for dev and prod (#503) @Anurag5086
  • feat: tooltip is added (#501) @pal-sig
  • feat: added memory limit to otel-collecorservice (#514) @ankitnayan

πŸ› Bug Fixes

  • fix(BUG): Allow users to enter application if no sample data is provided (#478) (#538) @aryanshridhar
  • Bug(UI): Signup onclick loading (#541) @pal-sig
  • fix: Antd tab issue (#507) @pal-sig
  • fix(UI): Restore theme preference after reloading (#469) (#473) @aryanshridhar
  • fix(UI): cross env now will work (#485) @pal-sig
  • fix(UI): latest timestamp bug is resolved (#494) @pal-sig
  • fix: db/logger security bugs (#558) @makeavish
signoz - v0.5.3

Published by github-actions[bot] almost 3 years ago

What's Changed

  • fix(BUG): Allow webpack to link CSS with bundled HTML file. (#468) @aryanshridhar
  • Fix crlf line break (#455) @genzyy
  • docs(contributing.md): update contributing doc for latest SigNoz release (#466) @makeavish
  • update contributing doc for latest SigNoz release (#465) @makeavish
  • fix(UI): portFinder sync is added (#439) @pal-sig

πŸš€ Features

  • feat: helm chart for clickhouse setup (#479) @ankitnayan

πŸ› Bug Fixes

  • fix(UI): graph legends is fixed (#461) @pal-sig
  • fix: product feedback button (#458) @Anurag5086
  • [WIP]fix(UI): Allow empty input values in settings retention page. (#459) @aryanshridhar
  • fix: height for the top nav bar is fixed (#462) @pal-sig
  • fix: cluttering issue is fixed (#471) @pal-sig
  • fix(BUG): localstorage permission is updated (#477) @pal-sig

🧰 Maintenance

  • chore: changed default sample alert to High RPS (#497) @ankitnayan
signoz - v0.5.2

Published by github-actions[bot] almost 3 years ago

What's Changed

πŸ› Bug Fixes

  • bug(fix): refresh is fixed in the application page (#445) @pal-sig
  • bug(fix): refresh is fixed in the metrics application page (#452) @pal-sig
signoz - v0.5.1

Published by github-actions[bot] almost 3 years ago

What's Changed

  • feat(UI): Eslint fixes (#418) @pal-sig

  • Remove time filter alert page (#412) @pal-sig

  • FE(UI):Channels test (#417) @pal-sig

  • FEAT(UI): Test case for alerts (#414) @pal-sig

  • fix: signup is updated (#432) @pal-sig

πŸš€ Features

  • use clickhouse arm64 docker build by altinity for arm64 devices(M1 Macs) (#429) @makeavish
  • chore(UI): unused packages are removed (#419) @pal-sig
  • feat: product feedback (#431) @ankitnayan
  • feat(UI): sendfeedback is updated (#416) @pal-sig
  • feat(UI): bundlesize is added (#420) @pal-sig
  • feat(UI): Auto refresh (#411) @pal-sig
  • feat(UI): web-vitals is added (#422) @pal-sig

πŸ› Bug Fixes

  • fix(UI): icon is updated (#438) @pal-sig
  • fix(BUG): experimental changes are removed (#436) @pal-sig
  • fix(FE): removed time filter from settings page #374 (#385) @Mohmn
  • bug(UI): default tab over setting is resolved (#415) @pal-sig
  • fix(BUG): not found is fixed (#405) @pal-sig
  • Improve ESLint Rules #409 (#426) @genzyy
  • fix(BUG): error text is show to the user (#427) @pal-sig

🧰 Maintenance

  • chore: changes in user api (#430) @ankitnayan
signoz - v0.5.0

Published by github-actions[bot] almost 3 years ago

What's Changed

  • fix(UI): usage explorer is now fixed (#400) @pal-sig
  • fix(BUG): alert mapping is updated (#402) @pal-sig

πŸš€ Features

  • feat: enables prometheus rules and alerts (#292) @ankitnayan
  • Feat(UI): alerts (#363) @pal-sig

πŸ› Bug Fixes

  • Fix filtered spans (#403) @pal-sig
  • BUG(FE): Fix trigger alerts (#398) @pal-sig
  • Fix(FE): some eslint error are fixed (#382) @pal-sig
  • fix(FE): app routes type is updated (#383) @pal-sig
  • Fix ami linux docker installation (#387) @ankitnayan
Package Rankings
Top 5.06% on Proxy.golang.org