Skip to content

Commit 22262db

Browse files
committed
build: register in_node_exporter_metrics
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 574f29a commit 22262db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ option(FLB_IN_COLLECTD "Enable Collectd input plugin" Yes)
133133
option(FLB_IN_STATSD "Enable StatsD input plugin" Yes)
134134
option(FLB_IN_STORAGE_BACKLOG "Enable storage backlog input plugin" Yes)
135135
option(FLB_IN_EMITTER "Enable emitter input plugin" Yes)
136+
option(FLB_IN_NODE_EXPORTER_METRICS "Enable node exporter metrics input plugin" Yes)
136137
option(FLB_OUT_AZURE "Enable Azure output plugin" Yes)
137138
option(FLB_OUT_AZURE_BLOB "Enable Azure output plugin" Yes)
138139
option(FLB_OUT_BIGQUERY "Enable BigQuery output plugin" Yes)

plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")
133134
endif()
134135

135136
REGISTER_IN_PLUGIN("in_emitter")
@@ -163,7 +164,6 @@ if(FLB_PARSER)
163164
REGISTER_IN_PLUGIN("in_exec")
164165
endif()
165166

166-
REGISTER_IN_PLUGIN("in_node_exporter_metrics")
167167
REGISTER_IN_PLUGIN("in_tcp")
168168
REGISTER_IN_PLUGIN("in_mqtt")
169169
REGISTER_IN_PLUGIN("in_lib")

0 commit comments

Comments
 (0)