Skip to content

React client for analysing and monitoring metrics.

Notifications You must be signed in to change notification settings

vrocadev/loggy-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loggy header

LOGGY Client

Monitor your services and track errors in production. 🚀📈


Related:

🚀 LOGGY Service

📡 LOGGY NodeJS Adapter


Features

🔥 Flexible

  • Group events by services
  • Easy-to-use adapter
  • Custom adapters for any platform and language
  • Customizable
  • Can be self-hosted

🔥 Extensive Event Details

  • Platform information
  • Detailed evolution
  • Stacktrace
  • Code Snippets
  • Logs
  • Metrics
  • Individual badges
  • Adapter information

🔥 Aggregated events

  • Live updates
  • Same events are aggregated
  • Event count
  • Evolution preview

🔥 User management

  • Invite and remove users from your organization

🔥 Highly scalable infrastructure

  • Containerized backend
  • Simple to deploy and scale

Insights

services

evolution

stacktrace

Local Development 🛠

Clone the repository and install dependencies with npm i or yarn and start the development server with npm start or yarn start. To create a bundled production build run npm run build or yarn build.

Configuration ⚙️

By default, the client is expecting the backend to be available at http://localhost:2800. If you use a different port or host LOGGY yourself, you can set the address in public/config.js before you create a production build.

Hosting 💻

If you want to host LOGGY yourself, but don't want to create your own production build, you can find the static files in the dist/ folder. These files can be hosted like any other website, just make sure to update the backend URL in dist/config.js.

About

React client for analysing and monitoring metrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.7%
  • CSS 25.6%
  • HTML 1.7%