|
@@ -1,4 +1,4 @@
|
|
|
-{#
|
|
|
+#
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one
|
|
|
# or more contributor license agreements. See the NOTICE file
|
|
|
# distributed with this work for additional information
|
|
@@ -14,11 +14,11 @@
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
# See the License for the specific language governing permissions and
|
|
|
# limitations under the License.
|
|
|
-#}
|
|
|
+#
|
|
|
|
|
|
[default]
|
|
|
debug_level = INFO
|
|
|
-metrics_server = {{ams_collector_host_single}}:{{ams_collector_port}}
|
|
|
+metrics_server = localhost:{{ams_collector_port}}
|
|
|
enable_time_threshold = false
|
|
|
enable_value_threshold = false
|
|
|
|