Skip to content

Commit

Permalink
docs(README.md): Добавил бэйджей
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodluckhf committed Jul 26, 2018
1 parent 25ea03d commit 663c073
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Goodluckhf <Goodluckhf@yandex.ru>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Pm2 Service Discovery
![Travis](https://img.shields.io/travis/Goodluckhf/pm2ServiceDiscovery/master.svg?style=flat-square)
![Coveralls github branch](https://img.shields.io/coveralls/github/Goodluckhf/pm2ServiceDiscovery/master.svg?style=flat-square)
![node](https://img.shields.io/node/v/pm2-service-discovery-prom.svg?style=flat-square)
![npm](https://img.shields.io/npm/v/pm2-service-discovery-prom.svg?style=flat-square)

![GitHub top language](https://img.shields.io/github/languages/top/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)
![David](https://img.shields.io/david/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)
![David](https://img.shields.io/david/dev/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)

![license](https://img.shields.io/github/license/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)
![GitHub last commit](https://img.shields.io/github/last-commit/Goodluckhf/pm2ServiceDiscovery.svg?style=flat-square)
![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)

[![NPM](https://nodei.co/npm/pm2-service-discovery-prom.png?downloads=true&downloadRank=true)](https://nodei.co/npm/pm2-service-discovery-prom/)
This pm2 module will help you to expose product's metrics from pm2 instances.
It will automatically listen for all your commands like:
```bash
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "pm2-service-discovery",
"name": "pm2-service-discovery-prom",
"version": "1.0.0",
"description": "Service discovery for pm2 which will listen your commands and expose target to prometheus",
"main": "index.js",
Expand Down Expand Up @@ -50,6 +50,9 @@
"type": "git",
"url": "git+https://github.com/Goodluckhf/Pm2PrometheusConfGenerator.git"
},
"engines": {
"node": ">=6.10.0"
},
"apps": [
{
"name": "pm2-service-discovery",
Expand Down

0 comments on commit 663c073

Please sign in to comment.