We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e951d7b commit 9903214Copy full SHA for 9903214
examples/random/main.go
@@ -95,7 +95,7 @@ func main() {
95
// application. Note the necessary type assertion. We
96
// already know that rpcDurationsHistogram implements
97
// the ExemplarObserver interface and thus don't need to
98
- // check the outcome of the tipe assertion.
+ // check the outcome of the type assertion.
99
rpcDurationsHistogram.(prometheus.ExemplarObserver).ObserveWithExemplar(
100
v, prometheus.Labels{"dummyID": fmt.Sprint(rand.Intn(100000))},
101
)
0 commit comments