102 Commits

Author SHA1 Message Date
NIDHI TANDON
470b68aa67
Merge branch 'main' into refactor-gant-chart 2021-07-03 11:38:49 +05:30
Kishore
1255da08dc
Instrumentation page light mode fix (#202) 2021-07-02 23:39:35 +05:30
Nidhi Tandon
8c21aeb2a9 Merge branch 'main' into refactor-gant-chart
# Conflicts:
#	frontend/src/modules/Traces/SelectedSpanDetails.tsx
2021-07-02 14:26:42 +05:30
NIDHI TANDON
6f2b66c286
refactor(SelectedSpanDetails): add styled components, minor refactoring (#191) 2021-06-28 21:32:41 +05:30
NIDHI TANDON
d09c63331d
fix(tabs): add gutter between tabs (#196) 2021-06-27 23:25:18 +05:30
Nidhi Tandon
421a102291 refactor: add ts support to selectedSpanDetails and TraceGanttChartHelpers, change folder structure 2021-06-27 08:47:46 +05:30
NIDHI TANDON
77abb47b4c
fix: show timeline in decimals (#188) 2021-06-25 10:03:21 +05:30
NIDHI TANDON
bf2002d6a2
feat: gantt charts for spans (#184)
* feat: create a base component for trace gantt chart

* fix: max and min calc

* fix: focus on selected paths

* fix: build issue

* fix: convert duration to ms

* fix: gantt chart cells margin left

* feat: sorted data by startTime

* feat: update layout and add select functionality to table

* feat: add UI and functionality

* feat: make row clickable in traces, show tags on gant chart click and some fixes

* feat: sort flamegraph and show tags on row click on gantt chart

* feat: change table type to radio and disable parent selection

* fix: left padding of gantt chart lines

* fix: line chart duration

* fix: sorting flame graph

* fix: reset zoom on flame graph

* fix: expand children on row click, show tags on page load, default expand on page load

* style(gantt-chart): make gantt chart buttons & tags sticky

* style(gant-chart): margin bottom in table & padding of gant

* feat: update content on trace list
2021-06-24 22:28:32 +05:30
Yash Joshi
c9c6ccc687
style: remove a extra dangling comma (#176) 2021-06-15 00:42:59 +05:30
Sai Deepesh
72f5688194
added min-max values check in latency (#158)
* added min-max values check in latency

* error handling antd way

* separated rules validation logic into functions
2021-06-12 10:30:10 +05:30
Ankit Nayan
9baf873521
Merge pull request #170 from SigNoz/fix-serviceMap-zoom
(Fix) - serviceMap zooms correctly
2021-06-07 20:58:53 +05:30
Ankit Nayan
12911db945 (Fix) - serviceMap zooms correctly 2021-06-07 20:58:02 +05:30
Yash Joshi
bd149f4364
fix: trace graph styles (#165)
- Prevent vertical shift on hover due to border
- Show faded traces
2021-06-07 20:51:57 +05:30
Ankit Nayan
10bf545c65
Merge branch 'main' into fix/suspense-loader 2021-06-05 17:29:09 +05:30
Yash Joshi
3ff7ace54e fix: suspense for lazy loaded pages
Add suspense to track the route splitted modules, this will make sure that the sidebar and navbar is not unmounted whenever modules start fetching.
2021-06-05 12:38:37 +05:30
Yash Joshi
b318ba6b2f fix: router prop name 2021-06-04 11:54:18 +05:30
Ankit Nayan
9cd6e5cabe
Merge pull request #140 from SigNoz/change-p90
feat: update p90 to p95
2021-05-31 22:01:29 +05:30
Nidhi Tandon
13bec63fca feat: update p90 to p95 2021-05-31 21:59:36 +05:30
Ankit Nayan
f2164a1a86
Merge pull request #138 from SigNoz/change-p90
feat: update response param p90 to p95 for /top_endpoints
2021-05-31 21:58:20 +05:30
Nidhi Tandon
8a4f58e77b Merge branch 'main' into change-p90
# Conflicts:
#	frontend/src/store/actions/metrics.ts
#	frontend/src/store/reducers/metrics.ts
2021-05-31 21:56:25 +05:30
Ankit Nayan
51a24673b9
Merge pull request #139 from SigNoz/update-zoom-px
feat: update zoom pixels based on screen width
2021-05-31 21:55:29 +05:30
Nidhi Tandon
8d6fb7f897 feat: update zoom pixels based on screen width 2021-05-31 21:45:03 +05:30
Nidhi Tandon
872c8adbbb feat: update response param p90 to p95 2021-05-31 21:06:39 +05:30
Nidhi Tandon
af58d085a0 feat(FE: Reducers): Combine Metrics reducers and refactor Metrics actions 2021-05-30 19:07:37 +05:30
Nidhi Tandon
56c0265660 refactor: remove unused lib and code 2021-05-26 20:38:18 +05:30
Ankit Nayan
91b1d08dff
Merge pull request #119 from SigNoz/fix-endpoints-css
fix(css): end points overflow issue
2021-05-25 12:40:52 +05:30
Nidhi Tandon
239c2cb859 feat(css): add tooltip to button hover & fix css 2021-05-24 21:48:01 +05:30
Nidhi Tandon
4173258d0a fix: end points overflow issue 2021-05-23 17:04:47 +05:30
Nidhi Tandon
fed23a6ab9 chore: add comments 2021-05-23 16:06:40 +05:30
Nidhi Tandon
b979c24cb4 refactor: remove unused prop 2021-05-23 15:43:38 +05:30
Nidhi Tandon
e4b41b1a27 feat: load data based on isLoaded flag 2021-05-23 15:40:48 +05:30
Nidhi Tandon
44495b7669 feat(ServiceMap): dispatch isLoaded route via context 2021-05-23 14:15:13 +05:30
Nidhi Tandon
245050aac2 fix(ServiceMap): multiple api calls of date picker 2021-05-22 17:26:16 +05:30
DIO
d6884cacdb
Merge branch 'main' into issues-106 2021-05-17 17:43:04 +05:30
dhrubesh
c49ffd83a3 remove logs 2021-05-17 14:43:20 +05:30
dhrubesh
8a5178f0dc adds default view option 2021-05-17 14:42:39 +05:30
dhrubesh
057fba112b updates max length 2021-05-17 14:29:35 +05:30
dhrubesh
1d2f964a63 updates text color 2021-05-17 09:39:20 +05:30
dhrubesh
171fd714de removes zoom post becoming stable 2021-05-17 09:06:05 +05:30
Ankit Anand
789880fa07 changing constants for zoom-in for different screen sizes 2021-05-16 19:55:36 +05:30
dhrubesh
c6e2e297d5 resolves conflicts 2021-05-16 18:44:26 +05:30
dhrubesh
2bc01e50bd Merge branch 'issue-92' of github.com-dhrubesh:SigNoz/signoz into issue-92 2021-05-16 18:36:18 +05:30
dhrubesh
38770809e3 handles route specific default value connected to localstorage 2021-05-16 18:35:50 +05:30
Ankit Nayan
8b743f7803
Merge branch 'issue-92' into issue-103- 2021-05-16 17:23:44 +05:30
dhrubesh
8fe2fe5aec adds a utility function to transform label 2021-05-16 15:50:32 +05:30
dhrubesh
55a7b5b1b3 adds tooltip on hover 2021-05-16 15:08:31 +05:30
dhrubesh
8b0abbec79 adds default options config by route 2021-05-15 23:24:53 +05:30
dhrubesh
24416ceabd adds width to Select 2021-05-15 19:50:16 +05:30
dhrubesh
2482e91348 calculate zoom px based on screen size 2021-05-15 18:23:29 +05:30
dhrubesh
3318ec8c38 removes 1day and adds 5mins 2021-05-15 14:59:47 +05:30