zalando-zmon / service-level-reporting

Calculate SLI/SLO metrics from ZMON's timeseries data
Other
9 stars 10 forks source link

Can't run the SLR tool locally #164

Closed andrerpena closed 5 years ago

andrerpena commented 5 years ago

I'm following the instructions on the readme.md file to run the SLR tool locally.

This is what I'm running:

image

I assume this OAuth problem is expected locally (it disables security requirements) but when I try to access the app on the browser, I get:

image

I also tried running docker-compose instead of the app itself but then localhost:8080 spins for ever.

I assume one problem is the Kairos DB URL export KAIROSDB_URL=https://kairosdb.example.org that should be adjusted but I don't know what to put there