99 Commits

Author SHA1 Message Date
dhrubesh
bc02aa5eef calculate nodes size and color via RPS errorRate 2021-05-09 15:41:57 +05:30
dhrubesh
c7ed2daf4a initial set up with react-force-graph 2021-05-09 14:44:14 +05:30
dhrubesh
2deb8e5b9d fixes prod build issue 2021-05-02 22:54:02 +05:30
Ankit Nayan
e00b4a503e
Merge pull request #75 from SigNoz/fix-bug-link-err-traces
Fixes bugs on Tracing and Metrics
2021-05-02 20:52:24 +05:30
dhrubesh
9010d16319 equal --> equals 2021-05-02 20:31:30 +05:30
Ankit Nayan
3ef7b10f5b
Merge pull request #74 from SigNoz/update-err-chart-title
Change title in Error chart in ServiceOverview
2021-05-02 20:13:19 +05:30
dhrubesh
fc2d32e72d removes *100 since the logic hsa been moved to BE 2021-05-02 20:04:12 +05:30
dhrubesh
62ad8433bf adds service name in the trace when visiting from error 2021-05-02 20:02:44 +05:30
dhrubesh
66ec0a2d8d updates DB graph title and label 2021-05-02 19:51:21 +05:30
dhrubesh
e767886565 updates DB graph title 2021-05-02 19:47:50 +05:30
Ankit Nayan
00c3342b4d added Error tag from error% mertics to traces page 2021-05-02 18:09:01 +05:30
Ankit Nayan
0e86e37235 Merge branch 'pull-66' into main 2021-05-02 18:00:53 +05:30
Ankit Nayan
1ac544ad78 pull-65 2021-05-02 17:55:06 +05:30
Ankit Nayan
c22d6dd1cc Merge branch 'pull-68' into main 2021-05-02 17:44:14 +05:30
Ankit Nayan
4113b1aacc
Merge pull request #70 from SigNoz/fixes-side-nav-bug
Fixes sidebar highlight on route change
2021-05-02 17:38:03 +05:30
Ankit Nayan
501d4729d6
Merge pull request #69 from SigNoz/link-error-to-traces
Links Error chart from ServiceOverview to Traces Page
2021-05-02 17:37:47 +05:30
dhrubesh
63f0eadb61 fixes error percentage key 2021-05-02 17:11:02 +05:30
Ankit Nayan
c110a71fff
Merge pull request #64 from SigNoz/adds-external-calls
Adds external API monitoring calls
2021-05-02 17:08:09 +05:30
dhrubesh
25803e660c integrated API, populates graph data 2021-05-02 16:58:34 +05:30
dhrubesh
7aeffacaa5 links error to traces 2021-05-02 16:39:36 +05:30
Ankit Nayan
883982bf36
Merge pull request #67 from pranay01/main
Checking if mapped_array[parentid[ is undefined, before pushing a tree object to it.
2021-05-02 16:21:25 +05:30
dhrubesh
e78d979dd3 fixes sidebar highlight on route change 2021-05-02 16:06:31 +05:30
Pranay Prateek
613f62e518 Merge branch 'spantree_issue' into main 2021-05-02 15:46:43 +05:30
Pranay Prateek
b3bf9fe670 fixed undefined spanUtil mapped array error 2021-05-02 15:45:56 +05:30
dhrubesh
39012d86d7 updates Graph title and adds initial set up for db overview 2021-05-02 14:42:30 +05:30
dhrubesh
eafc2919c7 adds color tokens 2021-05-02 14:41:18 +05:30
dhrubesh
4935936afc adds plus minus 15mins to timestamp 2021-05-01 20:54:33 +05:30
dhrubesh
a59e33d241 links end points to traces 2021-05-01 20:27:46 +05:30
Ankit Nayan
d5e77d2c57 Merge branch 'pull-52' into main 2021-05-01 20:15:27 +05:30
Ankit Nayan
75c5615d10 Merge branch 'pull-51' into main 2021-05-01 20:15:09 +05:30
Ankit Nayan
b494b380db Merge branch 'pull-50' into main 2021-05-01 20:14:49 +05:30
dhrubesh
f412573972 updates label of graph 2021-05-01 19:18:18 +05:30
dhrubesh
ec52ad7636 adds error and external call duration graph 2021-05-01 19:13:31 +05:30
dhrubesh
61c26d7727 adds external call RPS and duration via address 2021-05-01 16:30:20 +05:30
Ankit Nayan
9008815790 rerfactoring 2021-04-30 23:00:15 +05:30
dhrubesh-makeen
c8b92ce4d5 removes hardcoding--2 2021-04-25 17:44:07 +05:30
dhrubesh-makeen
d5cb191299 removes hardcoding from routes 2021-04-25 17:37:43 +05:30
dhrubesh-makeen
fa7e3f3d95 adds spacing 2021-04-24 04:00:05 +05:30
dhrubesh-makeen
05f40224b9 window.location.search --> location.search(react-router) 2021-04-24 03:55:22 +05:30
dhrubesh-makeen
55e86ead02 moves routing to a single place 2021-04-24 03:51:31 +05:30
dhrubesh-makeen
515766452d updates incorrect import 2021-04-24 02:36:19 +05:30
dhrubesh-makeen
dbe3488ad1 components --> modules & refactored TopNav and SideNav 2021-04-24 02:29:12 +05:30
dhrubesh-makeen
88e488bdc7 revamps api layer 2021-04-24 01:51:45 +05:30
dhrubesh-makeen
001f7414db moves store to a separate folder 2021-04-24 01:21:24 +05:30
dhrubesh-makeen
1d65ed38f9 adds /application to open when dev server starts 2021-04-24 00:59:45 +05:30
dhrubesh-makeen
e1ea39e287 updates timeformat 2021-04-24 00:58:59 +05:30
dhrubesh-makeen
079d742ea0 moves old PR changes to this PR 2021-04-24 00:58:38 +05:30
Ankit Nayan
bd8d50bab9 opening docs in new tab 2021-02-26 21:17:44 +05:30
Ankit Nayan
d9055b5030
Merge pull request #31 from himanshu-source21/ft-saas-opensource-parity-1
Add null check in GenericVisualization
2021-02-24 12:43:16 +05:30
Himanshu DIxit
52b7d38df8 Add null check in GenericVisualization 2021-02-24 12:37:53 +05:30