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 75c6aa3 commit 9615a40Copy full SHA for 9615a40
examples/metrics_simple/README.md
@@ -50,7 +50,7 @@ auto labelkv = common::KeyValueIterableView<decltype(labels)>{labels};
50
double_counter->Add(val, labelkv);
51
```
52
53
-5: To use hitogram instrumet, a view with proper `InstrumentType` and `AggregationType`
+5: To use histogram instrument, a view with proper `InstrumentType` and `AggregationType`
54
has to be added to the provider.
55
56
```cpp
0 commit comments