Skip to content

Commit

Permalink
remove milestone from cache_open_write_fail metric
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Olsen committed Sep 27, 2024
1 parent eb75f13 commit be717ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/http/HttpConfig.cc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ register_stat_callbacks()
http_rsb.cache_open_write_adjust_thread = Metrics::Counter::createPtr("proxy.process.http.cache.open_write.adjust_thread");
http_rsb.cache_open_write_begin_time = Metrics::Counter::createPtr("proxy.process.http.milestone.cache_open_write_begin");
http_rsb.cache_open_write_end_time = Metrics::Counter::createPtr("proxy.process.http.milestone.cache_open_write_end");
http_rsb.cache_open_write_fail_count = Metrics::Counter::createPtr("proxy.process.http.milestone.cache_open_write_fail_count");
http_rsb.cache_open_write_fail_count = Metrics::Counter::createPtr("proxy.process.http.cache_open_write_fail_count");
http_rsb.cache_read_error = Metrics::Counter::createPtr("proxy.process.http.cache_read_error");
http_rsb.cache_read_errors = Metrics::Counter::createPtr("proxy.process.http.cache_read_errors");
http_rsb.cache_updates = Metrics::Counter::createPtr("proxy.process.http.cache_updates");
Expand Down

0 comments on commit be717ba

Please sign in to comment.