aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* initial tests for spray-client instrumentationIvan Topolnjak2014-02-036-45/+149
|
* add tags to individual metricsIvan Topolnjak2014-02-025-10/+14
|
* instrument akka testkit to correctly propagate TraceContexts when replying ↵Ivan Topolnjak2014-02-024-9/+14
| | | | from a test probe
* improve newrelic documentationdpsoft2014-01-311-0/+2
|
* update spray server request instrumentation testsIvan Topolnak2014-01-319-53/+113
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-3128-486/+402
|
* wipIvan Topolnak2014-01-3015-90/+278
|
* different aproach to testing spray instrumentation, wipIvan Topolnak2014-01-294-39/+104
|
* max, min and merge operations for MetricSnapshotIvan Topolnak2014-01-296-64/+193
|
* store actor metrics in the new metrics extensionIvan Topolnjak2014-01-286-161/+137
|
* first implementation of a universal metrics repository for any kind of ↵Ivan Topolnak2014-01-279-89/+239
| | | | metrics we might be interested in
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-2717-48/+84
|
* fix include directives in aop.xml filesIvan Topolnjak2014-01-252-26/+26
|
* hdr histogram extension with concurrent updates and snapshots supportIvan Topolnjak2014-01-241-0/+78
|
* Update default.htmldpsoft2014-01-231-1/+2
| | | added Meta Description
* improve newrelic module documentationIvan Topolnak2014-01-221-59/+50
|
* renamed examples to kamon-examplesDiego2014-01-226-1/+1
|
* changed emphasis in newrelic documentationDiego2014-01-221-8/+8
|
* added kamon-newrelic-example and updated newrelic documentationDiego2014-01-228-67/+153
|
* jekyll sitemap generatorDiego2014-01-211-0/+297
|
* removed google verificationDiego2014-01-211-1/+0
|
* added google verificationDiego2014-01-211-0/+1
|
* fix typo in get-started documentIvan Topolnjak2014-01-201-1/+1
|
* minor site changesIvan Topolnjak2014-01-204-10/+32
|
* simple getting started pageIvan Topolnak2014-01-201-0/+60
|
* fix typoDiego2014-01-194-6/+6
|
* contact in navDiego2014-01-191-31/+41
|
* changed width and height of kamon logo in dashboardDiego2014-01-181-1/+1
|
* fix typoDiego2014-01-181-2/+1
|\
| * WIP:Site restyling and update documentationDiego2014-01-1821-199/+534
| |
* | fix typoDiego2014-01-1821-199/+534
|/
* Merge pull request #16 from smagnacco/masterdpsoft2014-01-173-3/+302
|\ | | | | Thanks Sergio looks good for me!!!
| * Reordering documentation for akka and new relicSergio Magnacco2014-01-172-3/+193
| |
| * Adding documentation for install and configurationSergio Magnacco2014-01-131-0/+109
| |
* | new dashboard imageDiego2014-01-142-3/+0
| |
* | WIP:Kamon Dashboard refactorDiego2014-01-1462-2291/+5357
| |
* | Merge branch 'wip/trace-and-metrics-integration'Ivan Topolnak2014-01-1346-399/+536
|\ \ | | | | | | | | | | | | Conflicts: kamon-newrelic/src/main/scala/kamon/newrelic/NewRelicErrorLogger.scala
| * | integrate trace and metrics into the base projectIvan Topolnak2014-01-1347-401/+538
| |/
* / Check if the Error cause is NoCauseFacundo Viale2014-01-131-1/+6
|/
* Setting version to 0.0.13-SNAPSHOTIvan Topolnak2013-12-261-1/+1
|
* Setting version to 0.0.12v0.0.12Ivan Topolnak2013-12-261-1/+1
|
* AskPatternTracingSpec is not leaving the test thread dirty anymoreIvan Topolnak2013-12-261-4/+6
|
* Merge pull request #11 from crypticmind/masterivantopo2013-12-265-12/+33
|\ | | | | -MDC +Logback Converter
| * Changed logback dependency to provided.Carlos Ferreyra2013-12-263-9/+26
| | | | | | | | Promoted the logback converter to its own file.
| * Added new respondWithUow directive to add the X-UOW header back in the response.Carlos Ferreyra2013-12-264-13/+17
|/ | | | | Changed ActorLogging to just propagate the trace context (does not add to the MDC anymore). Created UowConverter to let logback know where the extract the UOW from.
* move HdrHistogram to managed dependenciesIvan Topolnjak2013-12-254-1/+2
|
* remove old, unused instrumentationIvan Topolnjak2013-12-251-86/+0
|
* stop using DynamicVariable for storing the TraceContextIvan Topolnjak2013-12-242-8/+20
| | | | | | DynamicVariable uses a InheritableThreadLocal which in some cases leads to capturing a TraceContext upon FJP resize that we don't want in the new Thread, or at least that is my observation up to now :).
* fix kamon repo definitionIvan Topolnak2013-12-233-23/+20
|
* make sure the TraceContext is passed around when processing system messagesIvan Topolnak2013-12-235-5/+246
|