Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny committed Aug 10, 2019
1 parent 94dbf53 commit 07d8dfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/include/prometheus/detail/builder.h
Expand Up @@ -3,8 +3,6 @@
#include <map>
#include <string>

//#include "prometheus/registry.h"

namespace prometheus {

template <typename T>
Expand Down
5 changes: 5 additions & 0 deletions core/src/detail/builder.cc
Expand Up @@ -34,5 +34,10 @@ Family<T>& Builder<T>::Register(Registry& registry) {
return registry.Add<T>(name_, help_, labels_);
}

template class Builder<Counter>;
template class Builder<Gauge>;
template class Builder<Histogram>;
template class Builder<Summary>;

} // namespace detail
} // namespace prometheus

0 comments on commit 07d8dfb

Please sign in to comment.