From 3d4e2413626da7628c8f831c9778b55e297ec9be Mon Sep 17 00:00:00 2001 From: Diego Date: Sun, 24 Jul 2016 16:33:10 -0300 Subject: = all: some cleanup before release --- .../src/main/scala/kamon/khronus/MetricReporter.scala | 16 ++++++++++++++++ kamon-spm/src/main/resources/reference.conf | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/kamon-khronus/src/main/scala/kamon/khronus/MetricReporter.scala b/kamon-khronus/src/main/scala/kamon/khronus/MetricReporter.scala index 5bbce07d..73622838 100644 --- a/kamon-khronus/src/main/scala/kamon/khronus/MetricReporter.scala +++ b/kamon-khronus/src/main/scala/kamon/khronus/MetricReporter.scala @@ -1,3 +1,19 @@ +/* + * ========================================================================================= + * Copyright © 2013-2016 the kamon project + * + * 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. + * ========================================================================================= + */ + package kamon.khronus import akka.actor._ diff --git a/kamon-spm/src/main/resources/reference.conf b/kamon-spm/src/main/resources/reference.conf index f0c0ad91..3343a9f3 100644 --- a/kamon-spm/src/main/resources/reference.conf +++ b/kamon-spm/src/main/resources/reference.conf @@ -17,7 +17,7 @@ kamon { akka-dispatcher = [ "**" ] akka-router = [ "**" ] system-metric = [ "**" ] - # trace = [ "**" ] + trace = [ "**" ] } } @@ -28,4 +28,4 @@ kamon { extension-class = "kamon.spm.SPM" } } -} \ No newline at end of file +} -- cgit v1.2.3