Skip to content

Commit 6814e1f

Browse files
committed
build: enable plugin in_prometheus_textfile
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 91663da commit 6814e1f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmake/plugins_options.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ DEFINE_OPTION(FLB_IN_PROCESS_EXPORTER_METRICS "Enable process exporter metrics i
4545
DEFINE_OPTION(FLB_IN_PROC "Enable Process input plugin" ON)
4646
DEFINE_OPTION(FLB_IN_PROMETHEUS_REMOTE_WRITE "Enable prometheus remote write input plugin" ON)
4747
DEFINE_OPTION(FLB_IN_PROMETHEUS_SCRAPE "Enable Prometheus Scrape input plugin" ON)
48+
DEFINE_OPTION(FLB_IN_PROMETHEUS_TEXTFILE "Enable Prometheus textfile input plugin" ON)
4849
DEFINE_OPTION(FLB_IN_RANDOM "Enable random input plugin" ON)
4950
DEFINE_OPTION(FLB_IN_SERIAL "Enable Serial input plugin" ON)
5051
DEFINE_OPTION(FLB_IN_SPLUNK "Enable Splunk HTTP HEC input plugin" ON)

plugins/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ endif()
276276

277277
REGISTER_IN_PLUGIN("in_fluentbit_metrics")
278278
REGISTER_IN_PLUGIN("in_prometheus_scrape")
279+
REGISTER_IN_PLUGIN("in_prometheus_textfile")
279280
REGISTER_IN_PLUGIN("in_emitter")
280281
REGISTER_IN_PLUGIN("in_tail")
281282
REGISTER_IN_PLUGIN("in_dummy")

0 commit comments

Comments
 (0)