metrico / qryn-view

qryn polyglot user interface to explore logs, metrics, traces and profiles :eye: Grafana Explore alternative compatible with Loki, Prometheus, Tempo and Pyroscope
http://view.cloki.org/
GNU Affero General Public License v3.0
42 stars 5 forks source link
clickhouse cloki grafana-explore logql loki metrics opentelemetry prometheus promql qxip react tempo traces

Node.js CI CodeQL

:eye: qryn view

qryn-view is a smart and minimal LogQl, Metrics, Traces and Flux API data explorer developed in React/JS and designed for qryn

qryn-view-demo

Features

Data Sources Settings

Browsers:

Display:


Usage

Local development:

Clone Repo

git clone https://github.com/metrico/qryn-view

Install packages

pnpm install 

Local Build:

Build local clone

pnpm run build 

Install Serve (npm serve)

sudo npm i -g serve

serve -s ./packages/main/dist

Releases

check our Qryn View Releases


Use the public client (no data goes through the server) or build and run your own instance

Environment Variables:

Example
~/$ HOST=localhost PORT=8080 API_URL=http://qryn-host:3100 pnpm dev

Available Routes

Current available routes:

/#/datasources : Datasources settings

/#/search : Main search view

/#/users : users reserved route

/#/plugins : custom plugins


URL Parameters

_qryn-view can be controlled globally through URL parameters__

param description default
start timestamp Ns now
stop timestamp Ns
isEmbed embed mode false
theme application theme dark
left left panel queries details
right right panel queries details

Query Data (logql, metrics, traces, flux) inside left or right panel

JSON stringifyed and URL encoded


About qryn

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

Acknowledgements

[^1]: qryn is not affiliated or endorsed by Grafana Labs or ClickHouse Inc. All rights belong to their respective owners. [^2]: qryn-view is part of the qryn project, licensed under the AGPLv3 LICENSE by QXIP BV