Tim Buckley

Results 52 comments of Tim Buckley

So we've done a fair bit of work already to support centralized logging via docker logs to stdout and stderr. Just about every service now writes primarily to stdout/stderr except...

- [x] An easier way to get timestamps in logs: add `-t` to the `docker logs` call

So it looks like we failed to account for situations where secure environment variables aren't available, that is, any PR from a branch that isn't this repo (i.e. a fork,...

I just pushed https://github.com/timothyb89/dbuild/commit/4a9b6106963e803d5b483749bfb8779bb5108f81 as a workaround for timothyb89/dbuild#3. This has the immediate effect of removing container build logs from Travis, so we'll want to additionally turn on `--build-log-dir=...` when...

Module limit was added in https://github.com/monasca/monasca-docker/pull/209, and https://github.com/monasca/monasca-docker/pull/211 stores logs in a GCS bucket.

Ideally I think we'd like to use later versions wherever possible. - InfluxDB: I believe we updated to 1.3.x to try out some new features, probably a worthwhile update anyway...

We can switch over to the newer repo easily enough with a quick change to `GRAFANA_REPO`/`GRAFANA_BRANCH` in build.yml. @roland-hochmuth might know something about grafana keystone integration plans... there was something...

We haven't been using it so far but it'd definitely be a good idea. I'd be happy to make a milestone for any features you might be working on.

another thought: bot can add a nice scary red "WILL RELEASE" label for us when it detects a `!push` tag

Hi! Right now we consider everything here to have "dev preview" status. We're still working hard toward a release we can feel comfortable calling "stable", and there's a number of...