Skip to content

Commit

Permalink
chore: rename http_api_http_api metric http_api_info
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1do committed Jun 6, 2024
1 parent 831f1cd commit 8b75a9c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions one/src/http_metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ impl Metrics {
api_version: ceramic_api_server::API_VERSION,
kubo_api_version: ceramic_kubo_rpc_server::API_VERSION,
});
sub_registry.register(
"http_api",
"Information about the Ceramic and Kubo APIs",
info,
);
sub_registry.register("info", "Information about the Ceramic and Kubo APIs", info);

Self {
requests,
Expand Down

0 comments on commit 8b75a9c

Please sign in to comment.