Skip to content

Commit 54f2b09

Browse files
committed
normalize host fields back to array and update readme
1 parent 8796f2f commit 54f2b09

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

packages/nvidia_gpu/data_stream/stats/sample_event.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,12 @@
8383
"architecture": "aarch64",
8484
"containerized": false,
8585
"hostname": "093b05dfeffc",
86-
"ip": "172.17.0.3",
87-
"mac": "02-42-AC-11-00-03",
86+
"ip": [
87+
"172.17.0.3"
88+
],
89+
"mac": [
90+
"02-42-AC-11-00-03"
91+
],
8892
"name": "093b05dfeffc",
8993
"os": {
9094
"codename": "noble",

packages/nvidia_gpu/docs/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,12 @@ An example event for `stats` looks as following:
138138
"architecture": "aarch64",
139139
"containerized": false,
140140
"hostname": "093b05dfeffc",
141-
"ip": "172.17.0.3",
142-
"mac": "02-42-AC-11-00-03",
141+
"ip": [
142+
"172.17.0.3"
143+
],
144+
"mac": [
145+
"02-42-AC-11-00-03"
146+
],
143147
"name": "093b05dfeffc",
144148
"os": {
145149
"codename": "noble",

0 commit comments

Comments
 (0)