Skip to content

Commit 960997e

Browse files
author
Igor Živković
committed
Add @vitorarins as a contributor
1 parent ba07f54 commit 960997e

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"projectName": "tinyproxy_exporter",
3+
"projectOwner": "Igor Živković",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"contributors": [
12+
{
13+
"login": "vitorarins",
14+
"name": "Vitor Arins",
15+
"avatar_url": "https://avatars3.githubusercontent.com/u/1065028?v=4",
16+
"profile": "https://github.com/vitorarins",
17+
"contributions": [
18+
"bug",
19+
"code"
20+
]
21+
}
22+
]
23+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# tinyproxy_exporter
2+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
23

34
A simple Prometheus exporter for Tinyproxy.
45

@@ -17,3 +18,15 @@ optional arguments:
1718
-s STATHOST internal statistics page address (default "tinyproxy.stats")
1819
-t TINYPROXY tinyproxy address (default "127.0.0.1:8888")
1920
```
21+
22+
## Contributors
23+
24+
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
25+
26+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
27+
<!-- prettier-ignore -->
28+
| [<img src="https://avatars3.githubusercontent.com/u/1065028?v=4" width="100px;"/><br /><sub><b>Vitor Arins</b></sub>](https://github.com/vitorarins)<br />[🐛](https://github.com/Igor Živković/tinyproxy_exporter/issues?q=author%3Avitorarins "Bug reports") [💻](https://github.com/Igor Živković/tinyproxy_exporter/commits?author=vitorarins "Code") |
29+
| :---: |
30+
<!-- ALL-CONTRIBUTORS-LIST:END -->
31+
32+
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)