GitHub
02/07/2023, 10:58 AM<https://github.com/SigNoz/charts/tree/main|main>
by prashant-shahi
<https://github.com/SigNoz/charts/commit/c68543189a5a1d1e70a7e6b978352ac7d33a9a06|c6854318>
- chore(signoz): š pin charts: k8s-infra v0.6.4, clickhouse-23.8.4 and related changes
<https://github.com/SigNoz/charts/commit/2dc82307c471557ae292a99b2c2e699382085dce|2dc82307>
- chore(release): š Bump up signoz to 0.10.3
<https://github.com/SigNoz/charts/commit/3868b4d79744928e245520e67bfa6d8cde285873|3868b4d7>
- Merge pull request #165 from prashant-shahi/release/signoz-0.10.3
SigNoz/chartsGitHub
02/07/2023, 10:59 AMGitHub
02/07/2023, 11:00 AMGitHub
02/07/2023, 11:00 AMGitHub
02/07/2023, 11:00 AMGitHub
02/07/2023, 11:03 AMGitHub
02/07/2023, 11:12 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/2a20b6fc86b702bb7440b0077d8a01aa2b1d1689|2a20b6fc>
- fix: unit test is fixed with react 18 (#2199)
SigNoz/signozGitHub
02/07/2023, 11:13 AMGitHub
02/07/2023, 11:25 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/8a5b26cefeafaf0096155ce89ab6f25e82d1fc5c|8a5b26ce>
- feat: highlight nearest in chart on hover (#2184)
SigNoz/signozGitHub
02/07/2023, 11:25 AMGitHub
02/07/2023, 3:09 PMGitHub
02/07/2023, 3:29 PM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/de370d7f0c9fa01cbc4a7824fe74ce93eb29f5bb|de370d7f>
- feat: increase chart point visibility (#2185)
SigNoz/signozGitHub
02/07/2023, 3:29 PMGitHub
02/07/2023, 9:50 PMGitHub
02/08/2023, 3:34 AMimageā¾
GitHub
02/08/2023, 5:05 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by prashant-shahi
<https://github.com/SigNoz/signoz/commit/47a41473df6ee2c8faf7c92e96b1ad9f123f538d|47a41473>
- Added support for installing SigNoz on RockyLinux (#2203)
SigNoz/signozGitHub
02/08/2023, 5:06 AMGitHub
02/08/2023, 7:12 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/d779b83715df9de296dc5de65daf0f7d3a152811|d779b837>
- feat: navigate to trace from metrics (#2191)
SigNoz/signozGitHub
02/08/2023, 7:12 AMGitHub
02/08/2023, 7:28 AM<https://github.com/SigNoz/signoz/tree/develop|develop>
by palashgdev
<https://github.com/SigNoz/signoz/commit/1151e8521e0300c68c27fd0f5f019b6f2020472a|1151e852>
- test: traceGraphFilter/utils selectedGroupByValue is added (#2201)
SigNoz/signozGitHub
02/08/2023, 7:29 AMGitHub
02/08/2023, 9:03 AMGitHub
02/08/2023, 11:17 AMGitHub
02/08/2023, 11:24 AMGitHub
02/08/2023, 12:44 PMGitHub
02/08/2023, 12:46 PMGitHub
02/08/2023, 1:31 PMGitHub
02/08/2023, 1:47 PMGitHub
02/08/2023, 1:51 PMGitHub
02/08/2023, 7:15 PM1. value (can be termed as getter for the filter current state/value)
2. setValue (can be termed as setter for the filter updated state/value)
3. formatter (default value can be undefined if not how the variables are transformed)
4. variables (default value undefined this could be a map)
5. onChangeAPI (there are some filters which need a specific api call to fetch the data from backend)
6. options (list of available options if any)
7. type (Select,Input ....)
3. over stage and query we would be able to get the aggregated value of current selected query
4. on switching between different methods of querying data should be persistent
SigNoz/signoz