Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
Signed-off-by: owent <admin@owent.net>
  • Loading branch information
owent committed Oct 1, 2023
1 parent 9826f67 commit db783e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/src/collector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ std::vector<prometheus_client::MetricFamily> PrometheusCollector::Collect() cons
collection_lock_.lock();

std::vector<prometheus_client::MetricFamily> result;

bool populate_target_info = populate_target_info_;
reader_->Collect([&result, populate_target_info](sdk::metrics::ResourceMetrics &metric_data) {
auto prometheus_metric_data =
Expand Down

0 comments on commit db783e2

Please sign in to comment.