Skip to content

Commit

Permalink
Fix incorrect doc reference to "counter" in histogram.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ljbade authored and gjasny committed Mar 30, 2022
1 parent 1707ea4 commit e1c9c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/include/prometheus/histogram.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class PROMETHEUS_CPP_CORE_EXPORT Histogram {
void ObserveMultiple(const std::vector<double>& bucket_increments,
const double sum_of_values);

/// \brief Get the current value of the counter.
/// \brief Get the current value of the histogram.
///
/// Collect is called by the Registry when collecting metrics.
ClientMetric Collect() const;
Expand Down

0 comments on commit e1c9c0c

Please sign in to comment.