🙀 Add all the badges
This commit is contained in:
parent
7a32619bb6
commit
26dd21f94a
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -1,5 +1,12 @@
|
|||
# php-fpm_exporter
|
||||
|
||||
[![CircleCI](https://circleci.com/gh/hipages/php-fpm_exporter.svg?style=svg)](https://circleci.com/gh/hipages/php-fpm_exporter)
|
||||
[![Go Report Card](https://goreportcard.com/badge/github.com/hipages/php-fpm_exporter)](https://goreportcard.com/report/github.com/hipages/php-fpm_exporter)
|
||||
[![GoDoc](https://godoc.org/github.com/hipages/php-fpm_exporter?status.svg)](https://godoc.org/github.com/hipages/php-fpm_exporter)
|
||||
[![Inline docs](http://inch-ci.org/github/hipages/php-fpm_exporter.svg?branch=master)](http://inch-ci.org/github/hipages/php-fpm_exporter)
|
||||
[![Maintainability](https://api.codeclimate.com/v1/badges/52f9e1f0388e8aa38bfe/maintainability)](https://codeclimate.com/github/hipages/php-fpm_exporter/maintainability)
|
||||
[![Test Coverage](https://api.codeclimate.com/v1/badges/52f9e1f0388e8aa38bfe/test_coverage)](https://codeclimate.com/github/hipages/php-fpm_exporter/test_coverage)
|
||||
|
||||
A prometheus exporter for PHP-FPM.
|
||||
The exporter connects directly to PHP-FPM and exports the metrics via HTTP.
|
||||
|
||||
|
@ -13,8 +20,8 @@ A webserver such as NGINX or Apache is **NOT** needed!
|
|||
|
||||
## Usage
|
||||
|
||||
* php-fpm_exporter get --phpfpm.scrape-uri 127.0.0.1:9000,127.0.0.1:9001,[...]
|
||||
* php-fpm_exporter server --phpfpm.scrape-uri 127.0.0.1:9000,127.0.0.1:9001,[...]
|
||||
* ```php-fpm_exporter get --phpfpm.scrape-uri 127.0.0.1:9000,127.0.0.1:9001,[...]```
|
||||
* ```php-fpm_exporter server --phpfpm.scrape-uri 127.0.0.1:9000,127.0.0.1:9001,[...]```
|
||||
|
||||
## Metrics collected
|
||||
|
||||
|
@ -25,4 +32,4 @@ A webserver such as NGINX or Apache is **NOT** needed!
|
|||
|
||||
## TODO
|
||||
|
||||
- [ ] Test with unix socket
|
||||
- [ ] Test with unix socket
|
||||
|
|
Loading…
Reference in a new issue