Skip to content

Commit

Permalink
GH-1359 Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Aug 16, 2023
1 parent 86cca17 commit 5148c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/prometheus_plugin/metrics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ struct catalog_type {
, latency_us_incoming_block(build<Counter>("nodeos_incoming_us_block_latency", "total incoming block latency"))
, blocks_incoming(build<Counter>("blocks_incoming", "number of incoming blocks"))
, bytes_transferred(build<Counter>("exposer_transferred_bytes_total",
"total number of bytes for responses to prometheus scape requests"))
, num_scrapes(build<Counter>("exposer_scrapes_total", "total number of prometheus scape requests received")) {}
"total number of bytes for responses to prometheus scrape requests"))
, num_scrapes(build<Counter>("exposer_scrapes_total", "total number of prometheus scrape requests received")) {}

std::string report() {
const prometheus::TextSerializer serializer;
Expand Down

0 comments on commit 5148c87

Please sign in to comment.