
The purpose of this change is to build Docker image for StatsD service Change-Id: I5f8b406ac4ff6fe9c560b0e27099fd08af54cbd7 Story: 2001694 Task: 30228 Depends-On: https://review.opendev.org/672932/
11 lines
293 B
Django/Jinja
11 lines
293 B
Django/Jinja
Main:
|
|
non_local_traffic: {{ NON_LOCAL_TRAFFIC | default(True) }}
|
|
forwarder_url: {{ FORWARDER_URL | default("http://localhost:17123") }}
|
|
|
|
Statsd:
|
|
monasca_statsd_port : {{ STATSD_PORT | default(8125) }}
|
|
|
|
Logging:
|
|
log_level: {{ LOG_LEVEL | default('WARN') }}
|
|
disable_file_logging: True
|