From 71f237da33f4649ce10df9e9f2f44f4395e0a194 Mon Sep 17 00:00:00 2001 From: Igor Novgorodov Date: Thu, 31 Jan 2019 02:31:41 +0100 Subject: [PATCH] Add nginx-prometheus to Server Applications (#2337) github.com repo: https://github.com/blind-oracle/nginx-prometheus godoc.org: https://godoc.org/github.com/blind-oracle/nginx-prometheus goreportcard.com:https://goreportcard.com/report/github.com/blind-oracle/nginx-prometheus coverage service link: https://cover.run/go?repo=github.com%2Fblind-oracle%2Fnginx-prometheus&tag=golang-1.10 - [*] I have added my package in alphabetical order. - [*] I have an appropriate description with correct grammar. - [*] I know that this package was not listed before. - [*] I have added godoc link to the repo and to my pull request. - [*] I have added coverage service link to the repo and to my pull request. - [*] I have added goreportcard link to the repo and to my pull request. - [*] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccf50e75..9b798ebd 100644 --- a/README.md +++ b/README.md @@ -1291,6 +1291,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Flagr](https://github.com/checkr/flagr) - Flagr is an open-source feature flagging and A/B testing service. * [jackal](https://github.com/ortuman/jackal) - An XMPP server written in Go. * [minio](https://github.com/minio/minio) - Minio is a distributed object storage server. +* [nginx-prometheus](https://github.com/blind-oracle/nginx-prometheus) - Nginx log parser and exporter to Prometheus. * [nsq](http://nsq.io/) - A realtime distributed messaging platform. * [RoadRunner](https://github.com/spiral/roadrunner) - High-performance PHP application server, load-balancer and process manager. * [yakvs](https://git.sci4me.com/sci4me/yakvs) - Small, networked, in-memory key-value store.