lp:~dannyla/graphite/readthedocs-updates

Created by Daniel Lawrence and last modified
Get this branch:
bzr branch lp:~dannyla/graphite/readthedocs-updates
Only Daniel Lawrence can upload to this branch. If you are Daniel Lawrence please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Daniel Lawrence
Project:
Graphite
Status:
Development

Recent revisions

667. By Daniel Lawrence

.bzrignore
* added 3 extra filters to ignore files generated by sphinx during doc testing

docs/url-api.rst
* Corrected minor sphinx generation warnings

docs/whisper.rst
* Corrected minor sphinx generation warnings

webapp/graphite/render/functions.py
* Added "Example:" formatting to 5 functions for docs/functions.rst
* Added expected output examples for alias, aliasByNode, legendValue and cactiStyle
* Fixed indentation for groupByNode

666. By Michael Leinartas

Merge https://bugs.launchpad.net/graphite/+bug/913682

webapp queries carbon-cache for incorrect metric name if "base_fs_path" (storage.py:290) contains symlinks

665. By Sidnei da Silva

Add an option to amqp_publisher to use ssl for the connection.

664. By Sidnei da Silva

- Don't report that the queue has space unless it was previously full.

663. By Michael Leinartas

Ouch, syntax errors

662. By Michael Leinartas

spelling and grammer fixes to docs

661. By Michael Leinartas

keep aggregator from clobbering aggregated values with original ones

660. By Michael Leinartas

fix log files ending up in LOG_DIR's parent

If log-dir is not set on the commandline, the logdir used would be "%s-%s" % (LOGDIR, instance)
This meant that the actual log dir would be in the same parent of
LOG_DIR but would be named differently than specified. It also caused a
conflict when multiple daemons shared a common LOG_DIR - e.g.
carbon-cache and carbon-aggregator instance 'a' would both end up in
/var/log/graphite-a/ for a LOG_DIR setting of /var/log/graphite and would have
conflicting console.log files
Now, in that case the logs will end up in /var/log/graphite/carbon-cache-a/ and
/var/log/graphite/carbon-aggregator-a/

659. By Aman Gupta

holtWinters bootstrap functions now always use the current high-resolution
series data, and replicate the older 7 day data into the high-resolution step
if necessary.

Previously, given a (10s:1d, 1min:7d) storage schema, fetchWithBootstrap would
fetch all data from the 1min archive, ignoring the 10s data completely. This meant
confidence bands, forecasts and aberrations (on from=-1day or less) would lose precision
and accuracy.

Now, the 10s data is always used in all calculations. For bootstrap, the older 1min data is
converted into 10s data by replicating each value in the series 6 times.

658. By Aman Gupta

bring back old summarize() and rename new one while we work out bugs

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~graphite-dev/graphite/main
This branch contains Public information 
Everyone can see this information.

Subscribers