Skip to content

Commit

Permalink
Updated user docs in regard to container metrics (#134)
Browse files Browse the repository at this point in the history
[#121] Update user docs in regard to container metrics

Added the newly introduced Metrics feature ID registered by default for the container manager digital twin.

Signed-off-by: Konstantina Gramatova <[email protected]>
  • Loading branch information
konstantina-gramatova authored Sep 20, 2022
1 parent 8c56ee4 commit 182a85c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions web/site/content/docs/getting-started/dmp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ on the right-hand side
* ConnectionStatus
* ContainerFactory
* SoftwareUpdatable
* Metrics

### What's next

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To control all aspects of the container manager behavior.
| **Digital twin** | | | |
| enable | bool | true | Permit the container manager digital twin representation |
| home_dir | string | /var/lib/container-management | Home directory for the digital twin data |
| features | string[] | ContainerFactory, SoftwareUpdatable | Features that will be registered for the container manager digital twin, the possible values are: ContainerFactory and SoftwareUpdatable |
| features | string[] | ContainerFactory, SoftwareUpdatable, Metrics | Features that will be registered for the container manager digital twin, the possible values are: ContainerFactory, SoftwareUpdatable and Metrics |
| **Digital twin - connectivity** | | | |
| broker_url | string | tcp://localhost:1883 | Address of the MQTT server/broker that the container manager will connect for the local communication, the format is: `scheme://host:port` |
| keep_alive | int | 20000 | Keep alive duration in milliseconds for the MQTT requests |
Expand Down Expand Up @@ -162,7 +162,8 @@ Be aware that in the registry configuration the host (used as a key) has to be s
"home_dir": "/var/lib/container-management",
"features": [
"ContainerFactory",
"SoftwareUpdatable"
"SoftwareUpdatable",
"Metrics"
],
"connection": {
"broker_url": "tcp://localhost:1883",
Expand Down

0 comments on commit 182a85c

Please sign in to comment.