Skip to content

down-timer/downtimer-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Downtimer Frontend

A Vue 3 application for monitoring HTTP request configurations and analyzing performance metrics.

Features

  • User authentication with JWT token
  • View HTTP request configurations
  • Display performance analytics including:
    • Median, P95, and P99 latency
    • Uptime percentage
    • Average response body length
    • Slow query metrics

Setup

  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

The application will be available at http://localhost:3000

API Configuration

The application connects to the backend API at http://127.0.0.1:8082/api/v1

API Endpoints Used:

  • PUT /auth/ - Authentication
  • GET /config/ - Get request configurations
  • GET /parse-result/ - Get analytics data

Build for Production

npm run build

Preview Production Build

npm run preview

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages