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 c64c72c commit 289142cCopy full SHA for 289142c
example/complete_usage/main.go
@@ -7,7 +7,7 @@ import (
7
"github.com/prometheus/client_golang/prometheus/promhttp"
8
"go.opentelemetry.io/otel/attribute"
9
10
- em "github.com/ofeefo/em"
+ "github.com/ofeefo/em"
11
)
12
13
type metrics struct {
example/simple_usage/main.go
// Define your metrics
0 commit comments