aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/project-info
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/project-info')
-rw-r--r--site/src/main/jekyll/project-info/acknowledgments.md36
-rw-r--r--site/src/main/jekyll/project-info/changelog.md51
-rw-r--r--site/src/main/jekyll/project-info/license.md29
3 files changed, 116 insertions, 0 deletions
diff --git a/site/src/main/jekyll/project-info/acknowledgments.md b/site/src/main/jekyll/project-info/acknowledgments.md
new file mode 100644
index 00000000..f75f4e24
--- /dev/null
+++ b/site/src/main/jekyll/project-info/acknowledgments.md
@@ -0,0 +1,36 @@
+---
+title: Kamon | Acknowledgments
+layout: default
+---
+
+Acknowledgments
+===============
+
+We, the Kamon team, would like to express our gratitude to all the people and companies that help us make Kamon the best
+solution in the metrics collection space for Akka, Spray and Play!. Let's give names and regards to this wonderful
+fellows:
+
+Our contributors
+----------------
+
+Everything starts with an idea, and [this](https://github.com/kamon-io/Kamon/graphs/contributors) guys are helping us
+take that idea and make it a reality. A reality that is helping developers around the world to measure and monitor their
+success with reactive technologies. Kudos to all of you!
+
+
+Our users
+---------
+
+It is absolutely rewarding to know that Kamon is useful for people around the world, and it is even better when these
+people come to us looking for help, reporting issues, giving feedback or telling us how smoothly Kamon is monitoring
+their production systems, thanks for using Kamon! keep coming and spread the word :).
+
+
+
+[YourKit, LLC](http://www.yourkit.com)
+--------------------------------------
+
+We care a lot about performance and we try hard to keep Kamon's overhead as low as possible, but we couldn't succeed on
+this matter without [YourKit's Java Profiler](http://www.yourkit.com/java/profiler/index.jsp). It is well known to be
+one of the best profilers out there and they have been so kind to support us by providing a open source use license to
+Kamon developers. Thanks YourKit! We highly appreciate your support and commitment to the open source community.
diff --git a/site/src/main/jekyll/project-info/changelog.md b/site/src/main/jekyll/project-info/changelog.md
new file mode 100644
index 00000000..5c0ee4ff
--- /dev/null
+++ b/site/src/main/jekyll/project-info/changelog.md
@@ -0,0 +1,51 @@
+---
+title: Kamon | Changelog
+layout: default
+---
+
+Changelog
+=========
+
+<hr>
+Version 0.3.0/0.2.0 <small>(2014-04-24)</small>
+--------------------------------
+
+* Same feature set as 0.0.15 but now available for Akka 2.2 and Akka 2.3:
+ * 0.3.0 is compatible with Akka 2.3, Spray 1.3 and Play 2.3-M1.
+ * 0.2.0 is compatible with Akka 2.2, Spray 1.2 and Play 2.2.
+
+<hr>
+Version 0.0.15 <small>(2014-04-10)</small>
+---------------------------
+
+* kamon
+ * Now publishing to Sonatype and Maven Central
+ * `reference.conf` files are now "sbt-assembly merge friendly"
+
+* kamon-core
+ * Control of AspectJ weaving messages through Kamon configuration
+ * Avoid the possible performance issues when calling `MessageQueue.numberOfMessages` by keeping a external counter.
+
+* kamon-statsd
+ * Now you can send Actor and Trace metrics to StatsD! Check out our [StatsD documentation](/statsd/) for more
+ details.
+
+* kamon-play (Experimental)
+ * Experimental support to trace metrics collection, automatic trace token propagation and HTTP Client request
+ metrics is now available for Play! applications.
+
+
+<hr>
+Version 0.0.14 <small>(2014-03-17)</small>
+---------------------------
+* kamon-core
+ * Improved startup times
+ * Remake of trace metrics collection
+ * Support for custom metrics collection (Experimental)
+
+* kamon-play
+ * Initial support (Experimental)
+
+* site
+ * [logging](/core/logging/) (WIP)
+ * [tracing](/core/tracing/) (WIP)
diff --git a/site/src/main/jekyll/project-info/license.md b/site/src/main/jekyll/project-info/license.md
new file mode 100644
index 00000000..8bbc65b1
--- /dev/null
+++ b/site/src/main/jekyll/project-info/license.md
@@ -0,0 +1,29 @@
+---
+title: Kamon | License
+layout: default
+---
+
+License
+=================
+<hr>
+<div id="content" class="highlight-license">
+
+```
+
+ This software is licensed under the Apache 2 license, quoted below.
+
+ Copyright © 2013-2014 the kamon project <http://kamon.io>
+
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not
+ use this file except in compliance with the License. You may obtain a copy of
+ the License at
+
+ [http://www.apache.org/licenses/LICENSE-2.0]
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+ License for the specific language governing permissions and limitations under
+ the License.
+
+```