Skip to content

qryn polyglot user interface to explore logs, metrics, traces and profiles πŸ‘οΈ Grafana Explore alternative compatible with Loki, Prometheus, Tempo and Pyroscope

License

Notifications You must be signed in to change notification settings

metrico/qryn-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8d4e64 Β· Mar 10, 2022
Feb 25, 2022
Feb 8, 2022
Mar 10, 2022
Feb 23, 2022
Feb 7, 2022
Jan 25, 2022
Feb 4, 2022
Feb 24, 2022
Mar 10, 2022
Mar 10, 2022
Feb 16, 2022
Feb 16, 2022

Repository files navigation

Node.js CI CodeQL

πŸ‘οΈ cLoki View

like Grafana Explore, but for cLoki

cLoki-view is a smart and minimal data explorer developed in React/JS and designed for LogQL APIs

Setup

🚏 Basic Instructions

clone the repository, then:

install:
~/$ npm install
build (dist):
~/$ npm run build
start (development mode):
~/$ npm start

will serve the UI on http://localhost:8080

🚏 Important: set api endpoint:

  • go to ./src/environment/env.dev.js

Environment Variables:

  • HOST default: 0.0.0.0
  • PORT default: 8080
  • API_URL default: http://localhost:3100
~/$ HOST=localhost PORT=8080 API_URL=http://cloki-host:3100 npm start

Basic Features

Labels:

the labels will be loaded atomatically on every DOM change

Label Values:

the values of each label will be retrieved clicking on the log browser => [click on some label]

Query:

The LogQL Query will be auto-formed by Label selection, and can be extended manually

Show Logs:

click on show logs button to execute your LogQL Query


About cLoki

Consult the cLoki Wiki for a detailed list of the project and its supported features, changelog and API functionality

Acknowledgements

  • (C) 2022 QXIP BV see LICENSE for details
  • This project is not affiliated or endorsed by Grafana Labs. All rights belong to their respective owners.