diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-10-22 15:16:15 +0200 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-10-22 15:16:15 +0200 |
commit | 57c27b76fbb7dcc7477a573585f1366364bccdd6 (patch) | |
tree | 899015b37b5ac5d76740235e0702b567673b4d3e /build/test | |
parent | d47cef0006b93680a8b5b77772154d7644ebbcb5 (diff) |
Big broken push of graphing
- Adds latency graphs everywhere, even where they shouldn't be. For PoC.
- Fixes a frontend leakage of handlers
- Adds a nasty way of getting latency-data into graphite (needs to be
improved)
- Adds working graphite integration in varnish
- Adds config for graphite
Lots of things broken here, but it's a half-decent start.
Diffstat (limited to 'build/test')
-rw-r--r-- | build/test/gondul-graphite-test.Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/test/gondul-graphite-test.Dockerfile b/build/test/gondul-graphite-test.Dockerfile index 5ac187e..d16efba 100644 --- a/build/test/gondul-graphite-test.Dockerfile +++ b/build/test/gondul-graphite-test.Dockerfile @@ -7,6 +7,8 @@ RUN a2dissite 000-default RUN a2enmod wsgi RUN sed -i 's/false/true/g' /etc/default/graphite-carbon ADD build/test/dummy-graphite.start /dummy-graphite.start +ADD build/storage-schemas.conf /etc/carbon/ +ADD build/carbon.conf /etc/carbon/ EXPOSE 80 EXPOSE 2003 CMD /dummy-graphite.start |