File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ option(FLB_IN_COLLECTD "Enable Collectd input plugin" Yes)
133133option (FLB_IN_STATSD "Enable StatsD input plugin" Yes )
134134option (FLB_IN_STORAGE_BACKLOG "Enable storage backlog input plugin" Yes )
135135option (FLB_IN_EMITTER "Enable emitter input plugin" Yes )
136+ option (FLB_IN_NODE_EXPORTER_METRICS "Enable node exporter metrics input plugin" Yes )
136137option (FLB_OUT_AZURE "Enable Azure output plugin" Yes )
137138option (FLB_OUT_AZURE_BLOB "Enable Azure output plugin" Yes )
138139option (FLB_OUT_BIGQUERY "Enable BigQuery output plugin" Yes )
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
130130 REGISTER_IN_PLUGIN("in_netif" )
131131 REGISTER_IN_PLUGIN("in_docker" )
132132 REGISTER_IN_PLUGIN("in_docker_events" )
133+ REGISTER_IN_PLUGIN("in_node_exporter_metrics" )
133134endif ()
134135
135136REGISTER_IN_PLUGIN("in_emitter" )
@@ -163,7 +164,6 @@ if(FLB_PARSER)
163164 REGISTER_IN_PLUGIN("in_exec" )
164165endif ()
165166
166- REGISTER_IN_PLUGIN("in_node_exporter_metrics" )
167167REGISTER_IN_PLUGIN("in_tcp" )
168168REGISTER_IN_PLUGIN("in_mqtt" )
169169REGISTER_IN_PLUGIN("in_lib" )
You can’t perform that action at this time.
0 commit comments