File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
plugins/in_node_exporter_metrics Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,9 @@ static int cpu_thermal_update(struct flb_ne *ctx, uint64_t ts)
148148 "thermal_throttle" , "core_throttle_count" ,
149149 & core_throttle_count );
150150 if (ret != 0 ) {
151- flb_plg_error (ctx -> ins ,
151+ flb_plg_debug (ctx -> ins ,
152152 "CPU is missing core_throttle_count: %s" ,
153153 entry -> str );
154- continue ;
155154 }
156155
157156 snprintf (tmp1 , sizeof (tmp1 ) - 1 , "%" PRIu64 , core_id );
@@ -175,10 +174,9 @@ static int cpu_thermal_update(struct flb_ne *ctx, uint64_t ts)
175174 "thermal_throttle" , "package_throttle_count" ,
176175 & package_throttle_count );
177176 if (ret != 0 ) {
178- flb_plg_error (ctx -> ins ,
177+ flb_plg_debug (ctx -> ins ,
179178 "CPU is missing package_throttle_count: %s" ,
180179 entry -> str );
181- continue ;
182180 }
183181
184182 /* Set new value */
You can’t perform that action at this time.
0 commit comments