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
44 stars 5 forks source link

Please provide official docker image #339

Closed rerime closed 1 year ago

rerime commented 1 year ago

Description of the feature you're suggesting.

Please provide official docker image

Anything else?

No response

lmangani commented 1 year ago

Hello @rerime qryn-view is distributed as part of qryn, inside the qryn official docker images. could you expand on the need for qryn-view in a stand-alone container?

rerime commented 1 year ago

@lmangani I didn't noticed it. Thx! But why by default it didn't display anything? I can see logs by grafana. But not via qryn-view localhost:3100

lmangani commented 1 year ago

That's interesting. qryn-view is embedded. Could you confirm the version you're using and how you're running it? When you browse to the / of port :3100 what do you receive?

rerime commented 1 year ago

Run in docker on remote server, then ssh -L 9999:localhost:3100 remote and open browser on localhost:9999 qryn_version: v2.3.4 Should be API avialable from my machine?

 "Env": [
                    "PORT=3100",
                    "API_URL=http://localhost:3100",
                    "container=podman",
                    "NODE_VERSION=16.20.0",
                    "YARN_VERSION=1.22.19",
                    "BUILD=703030",
                    "NODE_OPTIONS=--max-old-space-size=256",
                    "LOG_LEVEL=error",
                    "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                    "TERM=xterm",
                    "HOME=/root",
                    "HOSTNAME=server
lmangani commented 1 year ago

please paste the output of curl localhost:9999 and/or the output of qryn logs while starting up

rerime commented 1 year ago

@lmangani thx for support. I've fix it by setup datasource url http://localhost:9999