Skip to content

Commit

Permalink
Make the Prometheus cfg public
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Mar 15, 2024
1 parent 1332727 commit 336d6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/arcticdb/entity/metrics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ class PrometheusInstance {

void configure(const MetricsConfig& config, const bool reconfigure = false);

MetricsConfig cfg_;

private:

MetricsConfig cfg_;

struct HistogramInfo {
prometheus::Family<prometheus::Histogram>* histogram;
prometheus::Histogram::BucketBoundaries buckets_list;
Expand Down

0 comments on commit 336d6b0

Please sign in to comment.