diff --git a/etc/stackalytics.conf b/etc/stackalytics.conf index 321b5d2a5..e63f51301 100644 --- a/etc/stackalytics.conf +++ b/etc/stackalytics.conf @@ -109,6 +109,35 @@ # Enables or disables fatal status of deprecations. (boolean value) #fatal_deprecations = false +# +# From stackalytics.dashboard.config +# + +# The address dashboard listens on (string value) +#listen_host = 127.0.0.1 + +# The port dashboard listens on (integer value) +#listen_port = 8080 + +# Default metric (string value) +#default_metric = marks + +# Default release, the most recent if not set (string value) +#default_release = + +# Default project type (string value) +#default_project_type = openstack + +# The interval specifies how frequently dashboard should check for updates in +# seconds (integer value) +#dashboard_update_interval = 3600 + +# Name of file to store python profiler data (string value) +#collect_profiler_stats = + +# Warn if the age of data is more than this value, sec (integer value) +#age_warn = 172800 + # # From stackalytics.processor.config # @@ -155,28 +184,3 @@ # How many times to retry after Gerrit errors (integer value) #gerrit_retry = 10 - -# The address dashboard listens on (string value) -#listen_host = 127.0.0.1 - -# The port dashboard listens on (integer value) -#listen_port = 8080 - -# Default metric (string value) -#default_metric = marks - -# Default release, the most recent if not set (string value) -#default_release = - -# Default project type (string value) -#default_project_type = openstack - -# The interval specifies how frequently dashboard should check for updates in -# seconds (integer value) -#dashboard_update_interval = 3600 - -# Name of file to store python profiler data (string value) -#collect_profiler_stats = - -# Warn if the age of data is more than this value, sec (integer value) -#age_warn = 172800