Package-level declarations

Types

Link copied to clipboard

OpenTracing works using a set of named Singletons. We use the constant name here to make it simple to get the instances of the required objects.

Link copied to clipboard
typealias MetricsLabeler = (HttpTransaction) -> Attributes
Link copied to clipboard
data class OpenTelemetryMetricsDefaults(val metricsDescription: Pair<String, String>, val bucketBoundaryAdvice: List<Double> = DEFAULT_BUCKET_BOUNDARY_ADVICE, val metricsLabeler: MetricsLabeler)