near-metrics 0.14.0

A fork of the lighthouse_metrics crate used to implement prometheus
Documentation
[package]
name = "near-metrics"
version = "0.14.0"
license = "MIT OR Apache-2.0"
authors = ["Near Inc <hello@nearprotocol.com>"]
publish = true
# Please update rust-toolchain.toml as well when changing version here:
rust-version = "1.60.0"
edition = "2021"
repository = "https://github.com/near/nearcore"
description = "A fork of the lighthouse_metrics crate used to implement prometheus"

[dependencies]
prometheus = "0.11"
tracing = "0.1.13"

[dev-dependencies]
once_cell = "1.5.2"