Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MeetingMetrics ¶
type MeetingMetrics struct {
// contains filtered or unexported fields
}
func NewMeetingMetrics ¶
func NewMeetingMetrics() *MeetingMetrics
func (*MeetingMetrics) RequestCompleted ¶
func (m *MeetingMetrics) RequestCompleted(startTime time.Time)
func (*MeetingMetrics) RequestsExpired ¶
func (m *MeetingMetrics) RequestsExpired(count int)
type Request ¶
type Request struct {
// contains filtered or unexported fields
}
func NewRequest ¶
func NewRequest(p *httprequest.Params) Request
func (Request) ObserveMetric ¶
func (r Request) ObserveMetric()
type StoreCollector ¶
func (StoreCollector) Collect ¶
func (c StoreCollector) Collect(ch chan<- prometheus.Metric)
Describe implements prometheus.Collector
func (StoreCollector) Describe ¶
func (c StoreCollector) Describe(ch chan<- *prometheus.Desc)
Describe implements prometheus.Collector
Click to show internal directories.
Click to hide internal directories.