From beefec17f23c068af50e49a3544504da86946c28 Mon Sep 17 00:00:00 2001 From: Michael Schubert Date: Tue, 18 Apr 2017 10:16:37 +0200 Subject: [PATCH] site/plugins.md: document `sets` and `counters` --- site/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/plugins.md b/site/plugins.md index c6822fb39..a8b6b685f 100644 --- a/site/plugins.md +++ b/site/plugins.md @@ -467,6 +467,8 @@ In particular, a node may contain: - `latest` - an id-value map containing the latest values. Each id has only one value. - `latestControls` - the latest available controls. - `metrics` - the collection of metrics to display in the UI. Each metric has multiple timestamped values. +- `sets` - a string->set-of-strings map, for example a list of local networks. +- `counters` - a string->int map. ### Controls Controls describe interfaces that expose actions that the user can perform on different objects (e.g. host, container, etc.).