We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fa980 commit 6fdffbfCopy full SHA for 6fdffbf
examples/middleware/go.mod
examples/middleware/go.sum
examples/middleware/main.go
@@ -19,11 +19,10 @@ import (
19
"log"
20
"net/http"
21
22
+ "github.com/prometheus/client_golang/examples/middleware/httpmiddleware"
23
"github.com/prometheus/client_golang/prometheus"
24
"github.com/prometheus/client_golang/prometheus/collectors"
25
"github.com/prometheus/client_golang/prometheus/promhttp"
-
26
- "github.com/jessicalins/instrumentation-practices-examples/middleware/httpmiddleware"
27
)
28
29
func main() {
0 commit comments