You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Values are standard logging levels - `info`, `debug`, `warning`, `critical` et al
170
172
# Default is `info`
@@ -328,7 +330,7 @@ Defaults are overridden if ``aggregation_functions`` is configured in ``graphite
328
330
329
331
An error will be printed to stderr if a configured aggregation function is not a known valid InfluxDB aggregation method per `InfluxDB function list <https://influxdb.com/docs/v0.9/query_language/functions.html>`_.
330
332
331
-
Known InfluxDB aggregation functions are defined at ``graphite_influxdb.constants.INFLUXDB_AGGREGATIONS`` and can be overriden if necessary.
333
+
Known InfluxDB aggregation functions are defined at ``influxgraph.constants.INFLUXDB_AGGREGATIONS`` and can be overriden if necessary.
332
334
333
335
.. note::
334
336
@@ -387,7 +389,7 @@ Substitute the default ``8086`` backend port with the InfluxDB API port for your
0 commit comments