Package-level declarations

Types

Link copied to clipboard
Created by napster on 21.05.18.
Link copied to clipboard
@Component
@ConditionalOnProperty(value = ["metrics.prometheus.enabled"])
class LavalinkStatsCollector(statsProvider: StatsCollector) : Collector, Collector.Describable
Link copied to clipboard
@Component
@ConditionalOnProperty(value = "metrics.prometheus.enabled")
open class PrometheusMetrics
Created by napster on 08.05.18.
Link copied to clipboard
@RestController
@RequestMapping(value = "${metrics.prometheus.endpoint:/metrics}")
@ConditionalOnBean(value = PrometheusMetrics::class)
open class PrometheusMetricsController
Created by napster on 18.10.17.