~mna/tulip-wiki

88c5ab22c29976066186fa6ca52cea83d5ca5d9c — Martin Angers 2 years ago 9331642 v0.1.16-1
Update metrics doc for new format config option
1 files changed, 2 insertions(+), 0 deletions(-)

M pkg.metrics.md
M pkg.metrics.md => pkg.metrics.md +2 -0
@@ 9,6 9,8 @@ The `tulip.pkg.metrics` module exports the `metrics` package.
* port: number = the port of the statsd-compatible UDP server to send
  metrics to.
* write\_timeout: number = write timeout of metrics in seconds.
* format: string = the metric encoding format (mostly impacts tags),
  defaults to 'librato', can also be 'datadog'.
* [w]middleware.counter.name,
  [w]middleware.timer.name: string = the name of the counter/timer metrics
  to record in the [w]middleware.