Skip to content

A simple Grafana Loki viewer for easily viewing and querying your Loki logs.

Notifications You must be signed in to change notification settings

khopha/grafana-loki-viewer

Repository files navigation

Grafana Loki Viewer

A simple Grafana Loki viewer for easily viewing and querying your Loki logs.

Installation

To install the project dependencies, run one of the following commands depending on your preferred package manager:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development

This version of the Grafana Loki viewer is designed for use in a development environment.

To start the development server, run the following command, and visit http://localhost:3000 in your browser:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

About

A simple Grafana Loki viewer for easily viewing and querying your Loki logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published