Skip to content

Commit

Permalink
site/plugins.md: document sets and counters
Browse files Browse the repository at this point in the history
  • Loading branch information
schu committed Apr 18, 2017
1 parent 9dd1f17 commit 4a4a248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.).
Expand Down

0 comments on commit 4a4a248

Please sign in to comment.