File: functions.rst

package info (click to toggle)
graphite-api 1.1.3-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 752 kB
  • sloc: python: 7,757; sh: 215; makefile: 150
file content (22 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Built-in functions
==================

Functions are used to transform, combine, and perform computations on series
data. They are applied by manipulating the ``target`` parameters in the
:ref:`Render API <render>`.

Usage
-----

Most functions are applied to one series list. Functions with the
parameter ``*seriesLists`` can take an arbitrary number of series lists.
To pass multiple series lists to a function which only takes one, use the
:py:func:`group` function.

.. _list-of-functions:

List of functions
-----------------

.. automodule:: graphite_api.functions
   :members: