Skip to content

Commit

Permalink
Merge 0b34b87 into d83dd68
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed Aug 6, 2019
2 parents d83dd68 + 0b34b87 commit 56f4b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/include/prometheus/family.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ class Family : public Collectable {
/// http_requests_total{job= "prometheus",method= "POST"}
///
/// \param labels Assign a set of key-value pairs (= labels) to the
/// dimensional data. The function does nothing, if the same set of lables
/// dimensional data. The function does nothing, if the same set of labels
/// already exists.
/// \param args Arguments are passed to the constructor of metric type T. See
/// Counter, Gauge, Histogram or Summary for required constructor arguments.
/// \return Return the newly created dimensional data or - if a same set of
/// lables already exists - the already existing dimensional data.
/// labels already exists - the already existing dimensional data.
template <typename... Args>
T& Add(const std::map<std::string, std::string>& labels, Args&&... args);

Expand Down

0 comments on commit 56f4b14

Please sign in to comment.