@@ -144,7 +144,7 @@ func (h *host) register() error {
144
144
"process.cpu.time" ,
145
145
metric .WithUnit ("s" ),
146
146
metric .WithDescription (
147
- "Accumulated CPU time spent by this process attributeed by state (User, System, ...)" ,
147
+ "Accumulated CPU time spent by this process attributed by state (User, System, ...)" ,
148
148
),
149
149
); err != nil {
150
150
return err
@@ -154,7 +154,7 @@ func (h *host) register() error {
154
154
"system.cpu.time" ,
155
155
metric .WithUnit ("s" ),
156
156
metric .WithDescription (
157
- "Accumulated CPU time spent by this host attributeed by state (User, System, Other, Idle)" ,
157
+ "Accumulated CPU time spent by this host attributed by state (User, System, Other, Idle)" ,
158
158
),
159
159
); err != nil {
160
160
return err
@@ -174,7 +174,7 @@ func (h *host) register() error {
174
174
"system.memory.utilization" ,
175
175
metric .WithUnit ("1" ),
176
176
metric .WithDescription (
177
- "Memory utilization of this process attributeed by memory state (Used, Available)" ,
177
+ "Memory utilization of this process attributed by memory state (Used, Available)" ,
178
178
),
179
179
); err != nil {
180
180
return err
@@ -184,7 +184,7 @@ func (h *host) register() error {
184
184
"system.network.io" ,
185
185
metric .WithUnit ("By" ),
186
186
metric .WithDescription (
187
- "Bytes transferred attributeed by direction (Transmit, Receive)" ,
187
+ "Bytes transferred attributed by direction (Transmit, Receive)" ,
188
188
),
189
189
); err != nil {
190
190
return err
0 commit comments