*: Rename prometheus-exporter crate to substrate-prometheus-end… (#5076)
This patch renames the crate for the following two reasons: 1. The prometheus-exporter crate introduces native in-process Prometheus style instrumentation to the Substrate project. Within the Prometheus ecosystem the term "exporter" is used for external processes exposing metrics for e.g. the Linux Kernel. In-process exposition would be described via the term "endpoint". 2. "prometheus-exporter" is generic and ignores the fact that it is only usable within the context of Substrate. In addition the name "prometheus-exporter" is already taken on crates.io.
parent
9b67ac43
Showing
- substrate/Cargo.lock 15 additions, 15 deletionssubstrate/Cargo.lock
- substrate/client/cli/Cargo.toml 1 addition, 1 deletionsubstrate/client/cli/Cargo.toml
- substrate/client/service/Cargo.toml 1 addition, 1 deletionsubstrate/client/service/Cargo.toml
- substrate/client/service/src/builder.rs 3 additions, 3 deletionssubstrate/client/service/src/builder.rs
- substrate/client/service/src/config.rs 1 addition, 1 deletionsubstrate/client/service/src/config.rs
- substrate/client/service/src/error.rs 2 additions, 2 deletionssubstrate/client/service/src/error.rs
- substrate/utils/prometheus/Cargo.toml 2 additions, 2 deletionssubstrate/utils/prometheus/Cargo.toml
- substrate/utils/prometheus/src/lib.rs 1 addition, 1 deletionsubstrate/utils/prometheus/src/lib.rs
Please register or sign in to comment