Skip to content
Snippets Groups Projects
Unverified Commit efcbe789 authored by Pedro's avatar Pedro
Browse files

Add version flag to documentation

parent 7131d6b9
No related branches found
No related tags found
No related merge requests found
...@@ -8,15 +8,17 @@ Help on flags: ...@@ -8,15 +8,17 @@ Help on flags:
``` ```
-insecure -insecure
Ignore server certificate if using https (default false) Ignore server certificate if using https. (default false)
-log.level value -log.level value
Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal, panic]. (default info) Only log messages with the given severity or above. Valid levels: [debug, info, warn, error, fatal, panic]. (default info)
-scrape_uri string -scrape_uri string
URI to apache stub status page (default "http://localhost/server-status/?auto") URI to apache stub status page. (default "http://localhost/server-status/?auto")
-telemetry.address string -telemetry.address string
Address on which to expose metrics. (default ":9117") Address on which to expose metrics. (default ":9117")
-telemetry.endpoint string -telemetry.endpoint string
Path under which to expose metrics. (default "/metrics") Path under which to expose metrics. (default "/metrics")
-version
Version of the Apache exporter.
``` ```
Tested on Apache 2.2 and Apache 2.4. Tested on Apache 2.2 and Apache 2.4.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment