MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / StartRequest

Method StartRequest

monitoring/monitoring.go:19–19  ·  view source on GitHub ↗
(
		ctx context.Context,
		rw http.ResponseWriter,
		r *http.Request,
	)

Source from the content-addressed store, hash-verified

17type monitor interface {
18 Stop(ctx context.Context)
19 StartRequest(
20 ctx context.Context,
21 rw http.ResponseWriter,
22 r *http.Request,

Callers 2

WithMonitoringMethod · 0.65
StartRequestMethod · 0.65

Implementers 6

Monitoringmonitoring/monitoring.go
Prometheusmonitoring/prometheus/prometheus.go
NewRelicmonitoring/newrelic/newrelic.go
CloudWatchmonitoring/cloudwatch/cloudwatch.go
DataDogmonitoring/datadog/datadog.go
Otelmonitoring/otel/otel.go

Calls

no outgoing calls

Tested by

no test coverage detected