Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBaeumer committed Sep 18, 2024
1 parent 2616f8e commit d8ebba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions collector/lib/CollectorStatsExporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ void CollectorStatsExporter::run() {
if (counters.parse_micros_total) {
counters.parse_micros_total->Set(parse_micros_total);
}

if (counters.process_micros_total) {
counters.process_micros_total->Set(process_micros_total);
}
Expand Down

0 comments on commit d8ebba1

Please sign in to comment.