diff options
Diffstat (limited to 'gnu/packages/prometheus.scm')
-rw-r--r-- | gnu/packages/prometheus.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm index cbee1d859c..77875933f1 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -569,7 +569,7 @@ kernel, and process metrics from the @file{/proc} pseudo file system.") "The StatsD exporter is a drop-in replacement for @url{https://github.com/statsd/statsd,StatsD}. The exporter translates StatsD metrics to Prometheus metrics via configured mapping rules. This package -provdies a Golang module and @code{statsd_exporter} executable command.") +provides a Golang module and @code{statsd_exporter} executable command.") (license license:asl2.0))) ;;; |