1
0
mirror of https://github.com/Lusitaniae/apache_exporter.git synced 2025-04-20 01:42:24 +03:00

32 Commits

Author SHA1 Message Date
Oscar M
0115c2dec8 adding unit to metric 2020-10-14 13:50:19 +02:00
Iz
6959fe990b revert some changes, removed server load metrics 2020-01-23 01:27:18 +03:00
Iz
049695203a removed Version as global var 2020-01-23 01:00:16 +03:00
Iz
cf31b7faed added server load metrics 2020-01-21 22:56:11 +03:00
Iz
497f744fbd fix new metrics did not shown up 2020-01-21 21:04:20 +03:00
Iz
b1bea89f19 added total duration and server version 2020-01-21 19:29:53 +03:00
Chernyak, Vladislav
bb9e27b597 Removed debug statements.
These probably belong in a different "improve logging" issue anyway.
2019-07-08 15:51:33 -04:00
Chernyak, Vladislav
705d4010eb Replace stdlib flag with kingpin. Issue #43
Also added some debug statements and updated the README.
2019-07-02 11:46:29 -04:00
Pedro
abcb01b6f4 Install promhttp dependency 2019-06-21 18:41:07 +07:00
rene huber
de811bfc45 adding system listener for graceful stop on CRTL-C 2019-06-13 14:39:04 +02:00
Niklas Hambüchen
5b8f6b83e8 Add option to override 'Host' header 2019-04-20 00:02:39 +02:00
Richard van der Hoff
7ceaa2dda8 Send zeros for any nonexistent scoreboard states (#28)
* Send zeros for any nonexistent scoreboard states

Make sure that we report any unused worker states as having zero workers in
that state - otherwise Prometheus will continue to use the previous value for a
while.

* Update expected metric counts in tests

We now return metrics for each potential worker state, so there are a lot more
of them.
2017-11-10 21:37:02 +01:00
Pedro
4da4e3620d Add welcome page 2017-11-01 13:29:16 +01:00
dborysenko
f8d075620c Added cpuload metric from ExtendedStatus option
Added cpuload metric.
Updated readme with changes made.
2017-11-01 13:19:58 +01:00
Pedro
942cae50f6
go fmt code 2017-10-02 23:47:49 +02:00
Pedro
e7c7e2254b
Add version cli flag and export as a metric 2017-10-02 23:45:36 +02:00
Filippo Giunchedi
dfc799fb23 Use github.com/prometheus/common/log
github.com/prometheus/log is an old package, migrate to use "log" within
common.
2016-11-24 16:08:47 -08:00
Donatas Abraitis
5b71e974ec Change NewCounter to MustNewConstMetric for some metrics 2016-10-31 23:23:26 +03:00
Ruslan Islamgaliev
826bd21aea Merge branch 'scoreboard' of https://github.com/filippog/apache_exporter 2016-10-05 21:38:18 +01:00
Filippo Giunchedi
01a47ad5c5 parse and export Scoreboard status
Scoreboard provides a more detailed breakdown of worker status, export and
parse that too.
2016-10-05 09:42:03 +01:00
Filippo Giunchedi
806f6afd63 fix tabs vs spaces 2016-10-04 17:51:18 +01:00
Filippo Giunchedi
c62c594b00 export 'up' metric
In line with other exporters, add an apache_up gauge to describe whether Apache
server can be reached or not.
2016-10-04 17:50:10 +01:00
Ruslan Islamgaliev
a588dcd2a3 Add worker MPM handling 2016-09-11 22:58:41 +01:00
Christian Wöhrle
2044977b76 added support for connection data, test is now based on apache 2.4.23 example 2016-07-29 17:22:30 +02:00
Tokuhiro Matsuno
da041e61cf Allow string values in mod_status' output. 2016-05-16 18:43:38 +09:00
Ruslan Islamgaliev
9497fb460f Check ssl certificate by default 2015-10-24 18:20:05 +03:00
Ruslan Islamgaliev
631a01fc8e Fix formatting 2015-10-24 00:30:20 +03:00
Ruslan Islamgaliev
997991fc89 Spelling corrections 2015-10-23 23:56:36 +03:00
Ruslan Islamgaliev
328f1801cf Changes to comply with prometheus conventions.
Rename uptime_seconds to uptime_seconds_total.
Delete requests_per_second, sent_per_second_bytes, request_size_bytes as
they can be calculated by prometheus.
2015-10-21 14:20:00 +03:00
Ruslan Islamgaliev
4c344b69de Fix comments and add apache versions info 2015-10-19 21:35:01 +03:00
Ruslan Islamgaliev
bcb5a5630f Reformat code and fix typos 2015-10-19 21:25:16 +03:00
Ruslan Islamgaliev
c0f9afb880 Initial commit 2015-10-18 00:48:46 +03:00