We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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