Skip to content

Commit

Permalink
[docker_] Fix network extinfo
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
  • Loading branch information
shtrom committed Sep 17, 2020
1 parent b1e3e60 commit 5bb9b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/docker/docker_
Expand Up @@ -287,7 +287,7 @@ def print_containers_network(client):
rx_bytes += data['rx_bytes']
print(container.name + '_up.value', tx_bytes)
print(container.name + '_down.value', rx_bytes)
print(container.name + '.extinfo', container_attributes(container))
print(container.name + '_up.extinfo', container_attributes(container))


def volume_summary(volume):
Expand Down

0 comments on commit 5bb9b46

Please sign in to comment.