Documentation ¶
Index ¶
- type Metrics
- func (this *Metrics) LogMarshallingRequest(request *http.Request, endpoint string, msg messages.MarshallingV2Request, ...)
- func (this *Metrics) LogUnmarshallingRequest(request *http.Request, endpoint string, msg messages.UnmarshallingV2Request, ...)
- func (this *Metrics) ServeHTTP(writer http.ResponseWriter, request *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { MarshallingRequestsSummary prometheus.Summary MarshallingRequests *prometheus.HistogramVec UnmarshallingRequestsSummary prometheus.Summary UnmarshallingRequests *prometheus.HistogramVec // contains filtered or unexported fields }
func NewMetrics ¶
func NewMetrics() *Metrics
func (*Metrics) LogMarshallingRequest ¶
func (*Metrics) LogUnmarshallingRequest ¶ added in v0.0.6
Click to show internal directories.
Click to hide internal directories.