f6a5b4814e
Bump version
v0.5.0
2017-11-13 22:15:01 +01:00
2308d076ab
add readme example of http auth usage ( #30 )
2017-11-13 21:43:37 +01:00
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
82af8146b9
Update test to reflect the new metric added before
2017-11-01 14:14:02 +01:00
e3d71c947a
Clarify readme metrics relation
2017-11-01 13:29:50 +01:00
4da4e3620d
Add welcome page
2017-11-01 13:29:16 +01:00
f8d075620c
Added cpuload metric from ExtendedStatus option
...
Added cpuload metric.
Updated readme with changes made.
2017-11-01 13:19:58 +01:00
db8d373aa4
fix badge image in readme was pointing to wrong repo
2017-10-08 20:46:32 +02:00
954d7aee9f
Add author information to readme
2017-10-08 20:37:17 +02:00
6b4668d224
Update readme with list of metrics and badges
2017-10-07 12:32:59 +02:00
8cbd306095
Merge branch 'master' of https://github.com/neezgee/apache_exporter
v0.4.0
2017-10-05 12:44:04 +01:00
0a4abfdafd
Revert adding link to Lusitaniae's repo
2017-10-05 12:43:05 +01:00
55346ba1a7
Merge pull request #26 from Lusitaniae/master
...
Implement standard release procedure for exporters + add version cli flag
2017-10-05 12:40:30 +01:00
e10f9abd9c
Add a link to Lusitaniae's repo
2017-10-05 11:28:11 +01:00
efcbe789ea
Add version flag to documentation
2017-10-03 00:19:15 +02:00
7131d6b924
bump version
2017-10-02 23:48:08 +02:00
942cae50f6
go fmt code
2017-10-02 23:47:49 +02:00
e7c7e2254b
Add version cli flag and export as a metric
2017-10-02 23:45:36 +02:00
cf4aa9126a
Implement standard release procedure for prometheus exporters. Use CircleCI to build new binaries using promu and release to github, docker and quay.
2017-10-02 21:11:26 +02:00
8d71ecafc8
Vendor dependencies with govendor
...
Will be useful for the following commits, by allowing the standard release procedure for prometheus exporters.
2017-10-02 20:54:59 +02:00
0c4bb3a66d
Merge pull request #23 from kanga333/fix_docker
...
Fix to make DockerImage run anywhere
2017-08-16 11:27:00 +01:00
63a3e806b8
Fix to make DockerImage run anywhere
2017-08-05 13:19:09 +09:00
18c1dc1441
Merge pull request #20 from tw3n/dockerfile
...
Added Dockerfile, updated README
2017-05-16 20:50:47 +01:00
5811574184
Added Dockerfile, updated README
2017-05-15 14:20:57 +02:00
c1cfe73d85
Merge pull request #17 from filippog/prometheus_log
...
Use github.com/prometheus/common/log
v0.3
2016-11-29 20:52:03 +00:00
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
8e44193314
Merge branch 'ton31337-Fix/use_NewConstMetric'
2016-11-02 11:29:08 +00:00
5b71e974ec
Change NewCounter
to MustNewConstMetric
for some metrics
2016-10-31 23:23:26 +03:00
b8fb39e416
Updated test (scoreboard metrics counted)
2016-10-05 21:40:36 +01:00
e73bcd7370
Merge branch 'filippog-scoreboard'
2016-10-05 21:38:31 +01:00
826bd21aea
Merge branch 'scoreboard' of https://github.com/filippog/apache_exporter
2016-10-05 21:38:18 +01:00
8b0511ec9f
Merge branch 'scoreboard' of https://github.com/filippog/apache_exporter into filippog-scoreboard
2016-10-05 21:17:20 +01:00
44692814c9
Updated test (up metric counted)
2016-10-05 21:17:08 +01:00
83c851f1bc
Merge branch 'filippog-export_up'
2016-10-05 21:15:48 +01:00
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
806f6afd63
fix tabs vs spaces
2016-10-04 17:51:18 +01:00
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
4c0c733f20
stop shipping built binary apache_exporter
2016-10-04 17:49:30 +01:00
a588dcd2a3
Add worker MPM handling
v0.2
2016-09-11 22:58:41 +01:00
1f634b68f5
Added the link to an article.
2016-08-24 19:16:06 +01:00
ff45971073
Merge pull request #5 from christianwoehrle/master
...
added support for connection data
2016-08-06 11:37:41 +01:00
2044977b76
added support for connection data, test is now based on apache 2.4.23 example
2016-07-29 17:22:30 +02:00
a3461c55f2
Merge pull request #4 from tokuhirom/allow-string-values
...
Allow string values in mod_status' output.
2016-05-16 13:53:24 +04:00
da041e61cf
Allow string values in mod_status' output.
2016-05-16 18:43:38 +09:00
2be4f2f8ca
Merge pull request #3 from tokuhirom/fixed-test
...
fixed the number of metrics
2016-05-16 13:42:58 +04:00
5ef517a83f
fixed the number of metrics
2016-05-16 18:33:12 +09:00
f6c6da20bd
Merge pull request #2 from grobie/patch-1
...
Update default insecure flag setting in README
2015-10-24 20:01:10 +03:00
a0c1667399
Update default insecure flag setting in README
2015-10-24 12:52:42 -04:00
9497fb460f
Check ssl certificate by default
2015-10-24 18:20:05 +03:00
631a01fc8e
Fix formatting
0.1
2015-10-24 00:30:20 +03:00