Documentation ¶
Index ¶
Constants ¶
View Source
const ( LabelPipeline = "pipeline" LabelVertex = "vertex" LabelPeriod = "period" VertexProcessingRate = "vertex_processing_rate" VertexPendingMessages = "vertex_pending_messages" )
Variables ¶
This section is empty.
Functions ¶
func NewMetricsServer ¶ added in v0.5.3
NewMetricsServer returns a Prometheus metrics server instance, which can be used to start an HTTPS service to expose Prometheus metrics.
Types ¶
type Option ¶ added in v0.5.3
type Option func(*metricsServer)
func WithLagReader ¶ added in v0.5.3
func WithLookbackSeconds ¶ added in v0.5.3
func WithRefreshInterval ¶ added in v0.5.3
Click to show internal directories.
Click to hide internal directories.