Skip to content

Commit

Permalink
Update examples/metrics_simple/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Reiley Yang <[email protected]>
  • Loading branch information
esigo and reyang authored May 15, 2022
1 parent 75c6aa3 commit 9615a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/metrics_simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ auto labelkv = common::KeyValueIterableView<decltype(labels)>{labels};
double_counter->Add(val, labelkv);
```

5: To use hitogram instrumet, a view with proper `InstrumentType` and `AggregationType`
5: To use histogram instrument, a view with proper `InstrumentType` and `AggregationType`
has to be added to the provider.

```cpp
Expand Down

0 comments on commit 9615a40

Please sign in to comment.