aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-11-28 10:52:13 +0000
committerChristopher Baines <mail@cbaines.net>2020-11-28 11:53:23 +0000
commited81d96d77978205ff66e83ddaeec4914f7aa887 (patch)
treeca9c1e55b889665883a0eff4b4215174294eb38a
parent27dcb7f8f06acf9f495007b79e9be3f8d6a27c0f (diff)
downloadguix-ed81d96d77978205ff66e83ddaeec4914f7aa887.tar
guix-ed81d96d77978205ff66e83ddaeec4914f7aa887.tar.gz
doc: Remove redundant node exporter configuration from the example.
* doc/guix.texi (Prometheus Node Exporter Service): Simplify the example.
-rw-r--r--doc/guix.texi7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index b0126b961d..ed41091cae 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -21896,13 +21896,10 @@ where monitoring these statistics is desirable.
@defvar {Scheme variable} prometheus-node-exporter-service-type
This is the service type for the
@uref{https://github.com/prometheus/node_exporter/, prometheus-node-exporter}
-service, its value must be a @code{prometheus-node-exporter-configuration}
-record as in this example:
+service, its value must be a @code{prometheus-node-exporter-configuration}.
@lisp
-(service prometheus-node-exporter-service-type
- (prometheus-node-exporter-configuration
- (web-listen-address ":9100")))
+(service prometheus-node-exporter-service-type)
@end lisp
@end defvar