Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6871395d authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

pep8

parent 0bd69375
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ logger = logging.getLogger(__name__)
def _chunks(_list, size):
"""Chunk a list in smaller pieces."""
for i in range(0, len(_list), size):
yield _list[i : i + size]
yield _list[i: i + size]
def _combine(*args, separator=";", chunk_size=100):
......
......@@ -4,9 +4,10 @@ may need [#1]_.
|enoslib| provides two monitoring stacks out of the box:
- Telegraf [#2]_ /InfluxDB [#3]_ /Grafana [#4]_ (TIG) stack. This stack follows a push model
where Telegraf agents are continuously a pushing metrics the the InfluxDB
collector. Grafana is used as a dashboard for visualizing the metrics.
- Telegraf [#2]_ /InfluxDB [#3]_ /Grafana [#4]_ (TIG) stack. This stack
follows a push model where Telegraf agents are continuously a pushing metrics
the the InfluxDB collector. Grafana is used as a dashboard for visualizing
the metrics.
- Telegraf/Promotheus [#5]_ /Grafana (TPG) stack. This stack follows a pull model
where the Prometheus collector are polling the Telegraf agents for new
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment