From a3d78ef61a277b0b62dc93daf84756dfa7625d3d Mon Sep 17 00:00:00 2001 From: Ivan Topolnjak Date: Thu, 25 May 2017 16:52:52 +0200 Subject: trying to flatten out the structure and eliminate the notion of entitites --- kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala (limited to 'kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala') diff --git a/kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala b/kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala deleted file mode 100644 index a7db93eb..00000000 --- a/kamon-core/src/main/scala/kamon/metric/EntitySnapshot.scala +++ /dev/null @@ -1,11 +0,0 @@ -package kamon.metric - -import kamon.metric.instrument.{DistributionSnapshot, SingleValueSnapshot} - -class EntitySnapshot( - val entity: Entity, - val histograms: Seq[DistributionSnapshot], - val minMaxCounters: Seq[DistributionSnapshot], - val gauges: Seq[SingleValueSnapshot], - val counters: Seq[SingleValueSnapshot] -) \ No newline at end of file -- cgit v1.2.3