Add tags for statsd in config

This commit is contained in:
9seconds
2021-03-16 17:28:06 +03:00
parent 7617aeadda
commit 46bd617581
4 changed files with 188 additions and 3 deletions
+4
View File
@@ -174,6 +174,10 @@ enabled = false
address = "127.0.0.1:8888"
# prefix of metric for statsd
metric-prefix = "mtg"
# tag format to use
# supported values are 'datadog', 'influxdb' and 'graphite'
# default format is graphite.
tag-format = "datadog"
# prometheus metrics integration.
[stats.prometheus]