raintank-docker icon indicating copy to clipboard operation
raintank-docker copied to clipboard

raintank docker images and dev stack DEPRECATED / UNMAINTAINED

Results 15 raintank-docker issues
Sort by recently updated
recently updated
newest added

[Bra] 06-23 12:51:41 [DEBUG] **Running: go [build -o ./bin/grafana-server ./pkg/cmd/grafana-server]** pkg/cmd/grafana-server/web.go:14:2: cannot find package "github.com/grafana/grafana/pkg/api" in any of: /usr/lib/go-1.6/src/github.com/grafana/grafana/pkg/api (from $GOROOT) /home/gogimcodev2/IdeaProjects/grafana/pkg/src/github.com/grafana/grafana/pkg/api (from $GOPATH) pkg/cmd/grafana-server/web.go:15:2: cannot find package "github.com/grafana/grafana/pkg/api/static" in...

for https://github.com/raintank/metrictank/pull/320 doesn't work very well yet. still getting some kafka and cassandra errors. like ``` 2016/09/15 16:31:27 [cassandra.go:106 Init()] [E] cassandra-idx failed to initialize cassandra table. gocql: no response...

just brought up latest raintank-docker stack, logged in to grafana, enabled WP plugin with 'changeme' admin key, and then got this: ![http-500-wp](https://cloud.githubusercontent.com/assets/20774/19471595/a445437e-952c-11e6-9eb8-dffb1eb6d194.png) grafana log shows some errors but not much...

currently we still talk to grafana.net for a few things. i get often confronted with: 1) authenticating worldping plugin, though you can use `changeme` and auth as master org 2)...

is this normal? ``` (...) > building raintank-apps binaries go install: no install location for directory /opt/raintank/raintank-apps/pkg/auth outside GOPATH For more details see: go help gopath go install: no install...

because setup_dev.sh only puts the new file in place if the file doesn't already exist. so for users of previous stack, they'll have a config file with serverUrl http://grafana, which...

Build of grafana [Dockerfile](https://github.com/raintank/raintank-docker/blob/master/grafana/Dockerfile#L19) fails on: ``` RUN godep restore ``` ``` bash package github.com/aws/aws-sdk-go/internal/endpoints imports github.com/aws/aws-sdk-go/internal/endpoints imports github.com/aws/aws-sdk-go/internal/endpoints: cannot find package "github.com/aws/aws-sdk-go/internal/endpoints" in any of: /root/.gvm/gos/go1.4/src/github.com/aws/aws-sdk-go/internal/endpoints (from $GOROOT) /tmp/gopath.N6U4vx/src/github.com/aws/aws-sdk-go/internal/endpoints...

tsdb benchmarks at a rate of 100 per s or so works fine for me, but anything significantly more (say 200) and graphite-api just starts timeouting, cpu usage is fairly...

for tsdb benchmarks especially, but also in general, we need to be able to easily and reliably determine if there were any errors across the entire stack and what they...

firstly `nc -c localhost 2003` is invalid syntax for netcat. from the man page ``` -c string specify shell commands to exec after connect (use with caution). The string is...