Skip to content

Commit

Permalink
in_node_exporter_metrics: thermal_zone: update config_map to match me…
Browse files Browse the repository at this point in the history
…trics.

Signed-off-by: Phillip Whelan <[email protected]>
  • Loading branch information
pwhelan committed Oct 19, 2023
1 parent 8ec7433 commit e8f95c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/in_node_exporter_metrics/ne.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ static struct flb_config_map config_map[] = {
"scrape interval to collect processes metrics from the node."
},
{
FLB_CONFIG_MAP_TIME, "collector.thermalzone.scrape_interval", "0",
FLB_CONFIG_MAP_TIME, "collector.thermal_zone.scrape_interval", "0",
0, FLB_TRUE, offsetof(struct flb_ne, thermalzone_scrape_interval),
"scrape interval to collect thermal zone metrics from the node."
},
Expand Down

0 comments on commit e8f95c1

Please sign in to comment.