Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add URL (accessible from browser) as direct DataSource #108

Open
Demaunt opened this issue Jul 26, 2017 · 0 comments
Open

Cannot add URL (accessible from browser) as direct DataSource #108

Demaunt opened this issue Jul 26, 2017 · 0 comments

Comments

@Demaunt
Copy link

Demaunt commented Jul 26, 2017

i have four docker containers running:

    docker ps
    CONTAINER ID        IMAGE                    COMMAND                  CREATED             STATUS              PORTS                                                                                NAMES
    97b1f0d98b1c        kamon/grafana_graphite   "/usr/bin/supervisord"   25 minutes ago      Up 25 minutes       80-81/tcp, 0.0.0.0:8125->8125/udp, 0.0.0.0:8126->8126/tcp, 0.0.0.0:40001->3000/tcp   kamon-grafana-dashboard
    79b9032b9ed4        engie_image              "nginx -g 'daemon ..."   3 hours ago         Up 3 hours          443/tcp, 0.0.0.0:8080->80/tcp                                                        engie_cont
    0a1fdd8b830c        piha_image               "docker-php-entryp..."   3 hours ago         Up 3 hours          9000/tcp                                                                             piha_cont
    61c8a4c80180        mysql:5.6                "docker-entrypoint..."   3 hours ago         Up 3 hours          0.0.0.0:33061->3306/tcp                                                              diba_cont

2-4 are designed to launch default laravel project that is accessible via:
localhost:8080

The first container was taken from this image:
https://hub.docker.com/r/kamon/grafana_graphite/

Now the idea is to add container (engie_cont) as DataSource.
I login into grafana as user: admin pass: admin, go to add DataSource and get error:
enter image description here

Why can't I add URL (localhost:8080) that is accessible from browser (Chrome) as DataSource?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant