File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ DEFINE_OPTION(FLB_IN_PROCESS_EXPORTER_METRICS "Enable process exporter metrics i
45
45
DEFINE_OPTION (FLB_IN_PROC "Enable Process input plugin" ON )
46
46
DEFINE_OPTION (FLB_IN_PROMETHEUS_REMOTE_WRITE "Enable prometheus remote write input plugin" ON )
47
47
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 )
48
49
DEFINE_OPTION (FLB_IN_RANDOM "Enable random input plugin" ON )
49
50
DEFINE_OPTION (FLB_IN_SERIAL "Enable Serial input plugin" ON )
50
51
DEFINE_OPTION (FLB_IN_SPLUNK "Enable Splunk HTTP HEC input plugin" ON )
Original file line number Diff line number Diff line change @@ -276,6 +276,7 @@ endif()
276
276
277
277
REGISTER_IN_PLUGIN ("in_fluentbit_metrics" )
278
278
REGISTER_IN_PLUGIN ("in_prometheus_scrape" )
279
+ REGISTER_IN_PLUGIN ("in_prometheus_textfile" )
279
280
REGISTER_IN_PLUGIN ("in_emitter" )
280
281
REGISTER_IN_PLUGIN ("in_tail" )
281
282
REGISTER_IN_PLUGIN ("in_dummy" )
You can’t perform that action at this time.
0 commit comments