Skip to content

Commit

Permalink
Update src/reporter/pegasus_counter_reporter.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
acelyc111 authored Oct 19, 2021
1 parent f0760c1 commit aef6088
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/reporter/pegasus_counter_reporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ void pegasus_counter_reporter::update()
metrics_name = lv.front() + app[2];

// prometheus metric_name don't support characters like .*()@, it only support ":"
// and "_"
// so change the name to make it all right
// and "_" so change the name to make it all right.
format_metrics_name(metrics_name);


Expand Down

0 comments on commit aef6088

Please sign in to comment.