⚡
LightningUserVault
  • Introduction
  • GETTING STARTED
    • Quickstart Guide
      • Docker Deployment
      • Local Deployment
    • Server Commands
  • Architecture
    • Overview
    • API Server
    • Data Storage:
      • Key-Value Databases
        • Pebbel DB
      • SQL Databases
        • PostgreSQL
    • Caching Mechanism:
      • MEMCACHE
  • Additional Features
    • Swagger
    • Postman Collection
    • Prometheus
    • Grafana
  • Releases
  • Contribution
Powered by GitBook
On this page
  1. Additional Features

Grafana

LigningUserVault offers out-of-the-box integration with Grafana and Prometheus, providing a comprehensive monitoring and visualization solution for your application.

PreviousPrometheusNextReleases

Last updated 1 year ago

When bootstrapped using , both Grafana and Prometheus are set up with default configurations and dashboards to help you get started quickly. This guide will walk you through the integration details and how to access the monitoring tools.

🎨 Grafana Integration

Grafana is a powerful open-source platform for monitoring and observability. It allows you to query, visualize, and understand your metrics no matter where they are stored.

🚀 Accessing Grafana

When you bootstrap LigningUserVault with , Grafana is automatically set up. You can access the Grafana dashboard via:

http://localhost:3000

Default login credentials:

  • Username: admin

  • Password: admin

🛠️ Default Dashboards

Upon accessing Grafana, you'll find pre-configured dashboards tailored for LigningUserVault. These dashboards visualize the metrics collected from Prometheus, providing insights into the application's performance, request rates, and more.

Docker
Docker