forked from prometheus/node_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request prometheus#1 from prometheus/beorn7/license-cleanup
License cleanup
- Loading branch information
Showing
4 changed files
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
The Prometheus project was started by Matt T. Proud (emeritus) and | ||
Julius Volz in 2012. | ||
|
||
Maintainers of this repository: | ||
|
||
* Tobias Schmidt <[email protected]> | ||
|
||
The following individuals have contributed code to this repository | ||
(listed in alphabetical order): | ||
|
||
* Tobias Schmidt <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Contributing | ||
|
||
Prometheus uses GitHub to manage reviews of pull requests. | ||
|
||
* If you have a trivial fix or improvement, go ahead and create a pull | ||
request, addressing (with `@...`) one or more of the maintainers | ||
(see [AUTHORS.md](AUTHORS.md)) in the description of the pull request. | ||
|
||
* If you plan to do something more involved, first discuss your ideas | ||
on our [mailing list](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). | ||
This will avoid unnecessary work and surely give you and us a good deal | ||
of inspiration. | ||
|
||
* Relevant coding style guidelines are the [Go Code Review | ||
Comments](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) | ||
and the _Formatting and style_ section of Peter Bourgon's [Go: Best | ||
Practices for Production | ||
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
procfs provides functions to retrieve system, kernel and process | ||
metrics from the pseudo-filesystem proc. | ||
|
||
Copyright 2014-2015 The Prometheus Authors | ||
|
||
This product includes software developed at | ||
SoundCloud Ltd. (http://soundcloud.com/). |