This project is mirrored from https://gitee.com/mirrors/SigNoz.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 23 Sep, 2021 1 commit
    • Palash's avatar
      feat: Metrics (#281) · 7b70cfb0
      Palash authored
      * refactor: store is updated
      
      * temp
      
      * fix: eslint error is fixed
      
      * fix:eslint linting error is updated
      
      * chore: react-grid-layout is added
      
      * chore: linting changes are updated
      
      * chore: linting changes are updated
      
      * chore: @types/node is moved to devDependecies and @types/react-grid-layout is added
      
      * chore: tsconfig is updated
      
      * chore: updateUrl function is updated
      
      * feat: All Dashboard is updated
      
      * feat: All Dashboard page is updated
      
      * feat: New Dashboard is added
      
      * feat: App Layout is updated
      
      * feat: Add Tags is updated
      
      * chore: uuid package is added
      
      * chore: AppRoutes is updated
      
      * chore: UI components are updated
      
      * chore: baseUrl is added in the apiUrl and removed from other api request
      
      * chore: commonApi Response is updated
      
      * chore: ErrorResponse handler is updated
      
      * chore: useFetch hook is made
      
      * chore: axios instance is updated
      
      * chore:some of the changes are updated
      
      * chore: list of all dashboard types is u...
      7b70cfb0
  2. 26 Aug, 2021 1 commit
  3. 19 Aug, 2021 2 commits
  4. 14 Jul, 2021 1 commit
  5. 27 Jun, 2021 1 commit
  6. 25 Jun, 2021 1 commit
  7. 24 Jun, 2021 1 commit
    • NIDHI TANDON's avatar
      feat: gantt charts for spans (#184) · bf2002d6
      NIDHI TANDON authored
      * 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
      bf2002d6