This repository was archived by the owner on Mar 14, 2025. It is now read-only.
File tree 5 files changed +52
-3
lines changed
5 files changed +52
-3
lines changed Original file line number Diff line number Diff line change
1
+ The Prometheus project was started by Matt T. Proud (emeritus) and
2
+ Julius Volz in 2012.
3
+
4
+ Maintainers of this repository:
5
+
6
+
7
+
8
+ The following individuals have contributed code to this repository
9
+ (listed in alphabetical order):
10
+
11
+ * Johannes 'fish' Ziemke
< [email protected] >
12
+
13
+ * Matt T. Proud <
[email protected] >
Original file line number Diff line number Diff line change
1
+ # Contributing
2
+
3
+ Prometheus uses GitHub to manage reviews of pull requests.
4
+
5
+ * If you have a trivial fix or improvement, go ahead and create a pull
6
+ request, addressing (with ` @... ` ) one or more of the maintainers
7
+ (see [ AUTHORS.md] ( AUTHORS.md ) ) in the description of the pull request.
8
+
9
+ * If you plan to do something more involved, first discuss your ideas
10
+ on our [ mailing list] ( https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers ) .
11
+ This will avoid unnecessary work and surely give you and us a good deal
12
+ of inspiration.
13
+
14
+ * Relevant coding style guidelines are the [ Go Code Review
15
+ Comments] ( https://code.google.com/p/go-wiki/wiki/CodeReviewComments )
16
+ and the _ Formatting and style_ section of Peter Bourgon's [ Go: Best
17
+ Practices for Production
18
+ Environments] ( http://peter.bourgon.org/go-in-production/#formatting-and-style ) .
Original file line number Diff line number Diff line change 186
186
same "printed page" as the copyright notice for easier
187
187
identification within third-party archives.
188
188
189
- Copyright 2013 Prometheus Team
189
+ Copyright [yyyy] [name of copyright owner]
190
190
191
191
Licensed under the Apache License, Version 2.0 (the "License");
192
192
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
1
+ Prometheus Alertmanager
2
+ Copyright 2013-2015 The Prometheus Authors
3
+
4
+ This product includes software developed at
5
+ SoundCloud Ltd. (http://soundcloud.com/).
6
+
7
+
8
+ The following components are included in this product:
9
+
10
+ Bootstrap
11
+ http://getbootstrap.com
12
+ Copyright 2011-2014 Twitter, Inc.
13
+ Licensed under the MIT License
14
+
15
+ bootstrap-datetimepicker.js
16
+ http://www.eyecon.ro/bootstrap-datepicker
17
+ Copyright 2012 Stefan Petre
18
+ Licensed under the Apache License, Version 2.0
Original file line number Diff line number Diff line change 1
- alertmanager
1
+ Alertmanager
2
2
=============
3
3
4
- Prometheus Alert Manager
4
+ Prometheus Alertmanager - still experimental!
You can’t perform that action at this time.
0 commit comments