Skip to content

Commit

Permalink
Update misspelled method
Browse files Browse the repository at this point in the history
  • Loading branch information
toymachiner62 authored and zbjornson committed Aug 19, 2021
1 parent f817dd3 commit dbe0aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/histogram-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const h = new Histogram({
h.labels('200').observe(0.4);
h.labels('200').observe(0.6);

h.obsever({ code: '200' }, 0.4);
h.observe({ code: '200' }, 0.4);

console.log(register.metrics());

Expand Down

0 comments on commit dbe0aad

Please sign in to comment.