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
e3d71c94
Commit
e3d71c94
authored
7 years ago
by
Pedro
Browse files
Options
Downloads
Patches
Plain Diff
Clarify readme metrics relation
parent
4da4e362
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
+2
-7
2 additions, 7 deletions
README.md
with
2 additions
and
7 deletions
README.md
+
2
−
7
View file @
e3d71c94
...
...
@@ -45,7 +45,7 @@ docker run -d -p 9117:9117 apache_exporter \
## Collectors
The exporter collects a number of statistics from the server
:
Apache metrics
:
```
# HELP apache_accesses_total Current total apache accesses (*)
...
...
@@ -64,7 +64,7 @@ The exporter collects a number of statistics from the server:
# TYPE apache_workers gauge
```
Requ
es
t
metrics:
Exporter proc
es
s
metrics:
```
# HELP http_request_duration_microseconds The HTTP request latencies in microseconds.
...
...
@@ -73,11 +73,6 @@ Request metrics:
# TYPE http_request_size_bytes summary
# HELP http_response_size_bytes The HTTP response sizes in bytes.
# TYPE http_response_size_bytes summary
```
Process metrics:
```
# HELP process_cpu_seconds_total Total user and system CPU time spent in seconds.
# TYPE process_cpu_seconds_total counter
# HELP process_max_fds Maximum number of open file descriptors.
...
...
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