Skip to content

Commit

Permalink
Add a TODO note to implement updateSummary method
Browse files Browse the repository at this point in the history
  • Loading branch information
grouzen committed Apr 19, 2024
1 parent 94a451d commit 1f823cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private[opentelemetry] object OtelMetricListener {
.getCounter(key.copy[MetricKeyType.Counter](key.name, MetricKeyType.Counter, key.tags))
.record0(1L, attributes(key.tags + MetricLabel("bucket", value)))

// TODO: implement. One of the candidates to look at for inspiration is the micrometer library.
override def updateSummary(key: MetricKey[MetricKeyType.Summary], value: Double, instant: Instant)(implicit
unsafe: Unsafe
): Unit =
Expand Down

0 comments on commit 1f823cd

Please sign in to comment.