a7eb7d024b
* Make compact records pure namedtuples (remove all dict behaviour) * Add profiler decorator for dashboard requests performance analysis * Introduced new parameter 'collect_profiler_stats' for file name where profile stats could be stored * Fix py33 test failures Change-Id: Ic5c900047a493541510974e9bc9c161f5606739e
61 lines
1.7 KiB
Plaintext
61 lines
1.7 KiB
Plaintext
[DEFAULT]
|
|
# Run in debug mode?
|
|
# debug = False
|
|
|
|
# Default data
|
|
# default_data_uri = https://git.openstack.org/cgit/stackforge/stackalytics/plain/etc/default_data.json
|
|
|
|
# The folder that holds all project sources to analyze
|
|
# sources_root = /var/local/stackalytics
|
|
|
|
# Runtime storage URI
|
|
# runtime_storage_uri = memcached://127.0.0.1:11211
|
|
|
|
# Hostname where dashboard listens on
|
|
# listen_host = 127.0.0.1
|
|
|
|
# Port where dashboard listens on
|
|
# listen_port = 8080
|
|
|
|
# Number of days to update members
|
|
# days_to_update_members = 7
|
|
|
|
# The address of file with corrections data
|
|
# corrections_uri = https://git.openstack.org/cgit/stackforge/stackalytics/plain/etc/corrections.json
|
|
|
|
# URI of review system
|
|
# review_uri = gerrit://review.openstack.org
|
|
|
|
# git base location
|
|
# git_base_uri = git://git.openstack.org
|
|
|
|
# SSH key for gerrit review system access
|
|
# ssh_key_filename = /home/user/.ssh/id_rsa
|
|
|
|
# SSH username for gerrit review system access
|
|
# ssh_username = user
|
|
|
|
# Forcibly read default data and update records
|
|
# force_update = False
|
|
|
|
# The address of file with list of programs
|
|
# program_list_uri = https://git.openstack.org/cgit/openstack/governance/plain/reference/programs.yaml
|
|
|
|
# The address of DriverLog data
|
|
# driverlog_data_uri = https://git.openstack.org/cgit/stackforge/driverlog/plain/etc/default_data.json
|
|
|
|
# Default metric
|
|
# default_metric = marks
|
|
|
|
# Default release, the most recent if not set
|
|
# default_release =
|
|
|
|
# Default project type
|
|
# default_project_type = openstack
|
|
|
|
# The interval specifies how frequently dashboard should check for updates in seconds
|
|
# dashboard_update_interval = 3600
|
|
|
|
# Name of file to store python profiler data. This option works for dashboard only
|
|
# collect_profiler_stats =
|