Skip to content

Commit

Permalink
enable metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
onorua committed Nov 28, 2017
1 parent e55db0c commit bf8310d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ option(FLB_BUFFERING "Enable buffering support" No)
option(FLB_POSIX_TLS "Force POSIX thread storage" No)
option(FLB_WITHOUT_INOTIFY "Disable inotify support" No)
option(FLB_SQLDB "Enable SQL embedded DB" No)
option(FLB_HTTP_SERVER "Enable HTTP Server" No)
option(FLB_HTTP_SERVER "Enable HTTP Server" Yes)

# Metrics: Experimental Feature, disabled by default on 0.12 series
# but enabled in the upcoming 0.13 release. Note that development
# mode enable this feature.
option(FLB_METRICS "Enable metrics support" No)
option(FLB_METRICS "Enable metrics support" Yes)

# Proxy Plugins
option(FLB_PROXY_GO "Enable Go plugins support" Yes)
Expand Down

0 comments on commit bf8310d

Please sign in to comment.