You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/usage.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,9 +19,10 @@ m6_statsd:
19
19
port: 1236
20
20
clients:
21
21
default:
22
-
servers: ["default"] # the 'default' client will use only the default server
22
+
servers: ["default"] # the 'default' client will use only the default server
23
+
message_formatter: "dogstatsd"# format to transmit metrics to the server in 'influxdbstatsd' (default), 'dogstatsd' or a custom service ID which implements \M6Web\Component\Statsd\MessageFormatterMessageFormatterInterface can be used.
23
24
swag:
24
-
servers: ["serv1", "serv2"] # the 'swag' client will use serv1 OR serv2 to send the data
25
+
servers: ["serv1", "serv2"] # the 'swag' client will use serv1 OR serv2 to send the data
0 commit comments