1
-
2
-
3
1
# Prometheus.io inets httpd exporter #
4
2
5
- Copyright (c) 2017 Ilya Khaprov <<
[email protected] >>.
6
-
7
- __ Version:__ 2.1.11
8
-
9
3
[ ![ Hex.pm] ( https://img.shields.io/hexpm/v/prometheus_httpd.svg?maxAge=2592000?style=plastic )] ( https://hex.pm/packages/prometheus_httpd )
10
4
[ ![ Hex.pm] ( https://img.shields.io/hexpm/dt/prometheus_httpd.svg?maxAge=2592000 )] ( https://hex.pm/packages/prometheus_httpd )
11
- [ ![ Build Status] ( https://travis-ci.org/deadtrickster/prometheus_httpd.svg?branch=version-3 )] ( https://travis-ci.org/deadtrickster/prometheus_httpd )
12
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/deadtrickster/prometheus_httpd/badge.svg?branch=master )] ( https://coveralls.io/github/deadtrickster/prometheus_httpd?branch=master )
5
+ [ ![ Hex Docs] ( https://img.shields.io/badge/hex-docs-lightgreen.svg )] ( https://hexdocs.pm/prometheus_httpd/ )
6
+ [ ![ GitHub Actions] ( https://github.com/prometheus-erl/prometheus-httpd/actions/workflows/ci.yml/badge.svg )] ( https://github.com/prometheus-erl/prometheus-httpd/actions/workflows/ci.yml )
7
+ [ ![ Codecov] ( https://codecov.io/github/prometheus-erl/prometheus-httpd/graph/badge.svg?token=G9HB5UKNIY )] ( https://codecov.io/github/prometheus-erl/prometheus-httpd )
13
8
14
- Provides [ httpd middleware] ( http://erlang.org/doc/man/httpd.html ) "mod-module" (` prometheus_httpd ` ) for exposing [ Prometheus.io] ( https://github.com/deadtrickster /prometheus.erl ) metrics in various formats.
9
+ Provides [ httpd middleware] ( http://erlang.org/doc/man/httpd.html ) "mod-module" (` prometheus_httpd ` ) for exposing [ Prometheus.io] ( https://github.com/prometheus-erl /prometheus.erl ) metrics in various formats.
15
10
16
11
Also can start its own httpd instance with just ` prometheus_httpd ` enabled.
17
12
@@ -21,43 +16,29 @@ Also can start its own httpd instance with just `prometheus_httpd` enabled.
21
16
prometheus_httpd:start()
22
17
```
23
18
24
- More in ` prometheus_httpd ` module [ documentation] ( /deadtrickster/prometheus_httpd/blob/master/doc /prometheus_httpd.md)
19
+ More in the ` prometheus_httpd ` module [ documentation] ( https://hexdocs.pm/prometheus_httpd /prometheus_httpd.md)
25
20
26
- ![ BEAM Dashboard] ( https://raw.githubusercontent.com/deadtrickster /beam-dashboards/master/BEAM.png )
21
+ ![ BEAM Dashboard] ( https://raw.githubusercontent.com/prometheus-erl /beam-dashboards/master/BEAM.png )
27
22
28
23
- IRC: #erlang on Freenode;
29
24
- [ Slack] ( https://elixir-slackin.herokuapp.com/ ) : #prometheus channel - [ Browser] ( https://elixir-lang.slack.com/messages/prometheus ) or App(slack://elixir-lang.slack.com/messages/prometheus).
30
25
31
26
## Integrations
32
27
- [ Ecto Instrumenter] ( https://hex.pm/packages/prometheus_ecto )
33
- - [ Erlang client] ( https://github.com/deadtrickster /prometheus.erl )
34
- - [ Elixir client] ( https://github.com/deadtrickster /prometheus.ex )
28
+ - [ Erlang client] ( https://github.com/prometheus-erl /prometheus.erl )
29
+ - [ Elixir client] ( https://github.com/prometheus-erl /prometheus.ex )
35
30
- [ Elixir plugs Instrumenters and Exporter] ( https://hex.pm/packages/prometheus_plugs )
36
31
- [ Extatus - App to report metrics to Prometheus from Elixir GenServers] ( https://github.com/gmtprime/extatus )
37
32
- [ Fuse plugin] ( https://github.com/jlouis/fuse#fuse_stats_prometheus )
38
33
- [ OS process info Collector] ( https://hex.pm/packages/prometheus_process_collector ) (linux-only)
39
34
- [ Phoenix Instrumenter] ( https://hex.pm/packages/prometheus_phoenix )
40
- - [ RabbitMQ Exporter] ( https://github.com/deadtrickster /prometheus_rabbitmq_exporter ) .
35
+ - [ RabbitMQ Exporter] ( https://github.com/prometheus-erl /prometheus_rabbitmq_exporter ) .
41
36
42
37
## Dashboards
43
38
44
- - [ Beam Dashboards] ( https://github.com/deadtrickster /beam-dashboards ) .
39
+ - [ Beam Dashboards] ( https://github.com/prometheus-erl /beam-dashboards ) .
45
40
46
41
## Blogs
47
42
48
43
- [ Monitoring Elixir apps in 2016: Prometheus and Grafana] ( https://aldusleaf.org/monitoring-elixir-apps-in-2016-prometheus-and-grafana/ )
49
44
- [ A Simple Erlang Application, with Prometheus] ( http://markbucciarelli.com/2016-11-23_a_simple_erlang_application_with_prometheus.html ) .
50
-
51
- ## License
52
-
53
- MIT
54
-
55
-
56
- ## Modules ##
57
-
58
-
59
- <table width =" 100% " border =" 0 " summary =" list of modules " >
60
- <tr ><td ><a href =" https://github.com/deadtrickster/prometheus_httpd/blob/master/doc/prometheus_http_impl.md " class =" module " >prometheus_http_impl</a ></td ></tr >
61
- <tr ><td ><a href =" https://github.com/deadtrickster/prometheus_httpd/blob/master/doc/prometheus_httpd.md " class =" module " >prometheus_httpd</a ></td ></tr >
62
- <tr ><td ><a href =" https://github.com/deadtrickster/prometheus_httpd/blob/master/doc/prometheus_httpd_ct.md " class =" module " >prometheus_httpd_ct</a ></td ></tr ></table >
63
-
0 commit comments