Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
apache-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silver-platter
apache-exporter
Commits
efcbe789
Unverified
Commit
efcbe789
authored
7 years ago
by
Pedro
Browse files
Options
Downloads
Patches
Plain Diff
Add version flag to documentation
parent
7131d6b9
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-3
5 additions, 3 deletions
README.md
with
5 additions
and
3 deletions
README.md
+
5
−
3
View file @
efcbe789
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment